通过批处理获取某程序的CPU及内存使用

 我来答
风与雨的故事
2014-01-21 · TA获得超过405个赞
知道小有建树答主
回答量:359
采纳率:80%
帮助的人:243万
展开全部

代码如下:

 

文件已经上传



@echo off&Setlocal EnableDelayedExpansion
:start
cls
echo                 请输入进程名,如  notepad.exe
echo                      直接回车查看  explorer.exe
set /p use=
if "%use%"=="" set use=explorer.exe
for /f "skip=2 tokens=2 delims==" %%i in (
'wmic process where "name='%use%'" get KernelModeTime^,UserModeTime /value'
) do (
set "x=!x! %%i"
)
call :Div %x% 5
>nul pause&exit /b
:Div
::不支持超大数和浮点
Setlocal EnableDelayedExpansion
set "dnd=%~1"&set "dsr=%~2"&set "dec=%~3"
if %dsr% equ 0 echo 除数不能是0!&goto :EOF
set/a x=%dnd%/%dsr%
if %x% equ 0 (
if %dnd% lss 0 (if %dsr% gtr 0 set "x=-0") else if %dsr% lss 0 set "x=-0"
)
if not defined dec set "dec=8"
if %dec% equ 0 echo %x%&goto :EOF
for /l %%i in (1 1 %dec%) do (
set/a dnd=^(a=!dnd!%%%dsr%^)*10,b=dnd/%dsr%
set "y=!y!!b!"
)
echo CPU使用率:%x%.%y:-=%%%
Endlocal
goto :EOF


 

本回答被提问者和网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
感恩S无限
2019-02-19 · 超过18用户采纳过TA的回答
知道答主
回答量:114
采纳率:0%
帮助的人:17.1万
展开全部
快捷键 Win+R ,出来的运行框里,输入“ dxdiag ” 点击 确定 就可以看到了
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式