Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试扩展我的 ec2 实例,我必须选择我的进程是否需要更多 CPU/内存或 EBS 存储。
我怎么知道?
SSH 到命令行并使用 top 命令。它将为您提供进程列表及其处理器/内存使用情况。您将看到您的内存和处理器使用率是否过高或不足。
$ top