Windows top
1ganlei的个人博客 - austgl 发布于 5年前 (2016-07-06)
Windows PowerShell中执行: while (1) { ps | sort -desc cpu | select -first 30; sleep -seconds 2; cls } How-to Emulate the TOP co ...
阅读(3629)评论(0)赞 (2)
ganlei的个人博客 - austgl 发布于 5年前 (2016-07-06)
Windows PowerShell中执行: while (1) { ps | sort -desc cpu | select -first 30; sleep -seconds 2; cls } How-to Emulate the TOP co ...
阅读(3629)评论(0)赞 (2)
ganlei的个人博客 - austgl 发布于 6年前 (2014-12-30)
VIRT:virtual memory usage 虚拟内存 1、进程“需要的”虚拟内存大小,包括进程使用的库、代码、数据等 2、假如进程申请100m的内存,但实际只使 ...
阅读(2550)评论(0)赞 (1)