如何知道最大内存用户进程
我们将我们的网站托管在专用服务器上,为了看看性能如何,我通过使用 Process Explorer 发现使用的物理内存为 7,6GB
我很担心,因为我们有 8GB 的 RAM,如果用户数量往上走,这可能会导致问题:网站速度慢,这会很无聊。
我如何知道内存中最大的用户进程是什么。是否可以使用 Process Explorer 或 Performance Monitor 知道?
We are hosting our website in a dedicated server,to take a look at how performances are,i found by using Process Explorer that the Physical Memory used is 7,6GB
I'm worried because we have 8GB of RAM and if the number of users Goes up,this may lead to problems:slow website and that will be borying.
How can i know what is the biggest users processes of Memory.is it possible to know that using Process Explorer or Performance Monitor?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的。使用 Process Explorer,只需单击进程列表中“虚拟内存”或“工作集”(也称为物理内存)的标题。这将按照从最高到最小的数字顺序对使用情况进行排序(再次单击将进行相反的排序)。
第一次使用 Process Explorer 时,您可能需要自定义其值的显示。右键单击标题,然后选择“选择列...”。选择[进程内存]选项卡,然后选择[X]虚拟大小。
Yes. Using Process Explorer, merely click on the heading in the processes list for "Virtual Memory" or "Working Set" (also known as Physical Memory). This will sort the usage numerically from highest to smallest (and clicking again will sort the reverse).
The first time you use Process Explorer, you may need to customize its display of values. Right-click on the headers, and choose "Select Columns...". Select [Process Memory] tab, and choose [X] Virtual Size.