当前位置:首页 > 技术经验 > 正文内容

通过CMD命令测试硬件性能方法winsat

admin3个月前 (06-30)技术经验1

 

wincat命令可以测试CPU 硬盘 内存 显卡 媒体等
命令具体使用方法如下:

命令说明(windows 系统自带说明):

Windows System Assessment Tool

COMMAND LINE USAGE :
        WINSAT <assessment_name> [switches]
 It's necessary to supply an assessment name.  In contrast, switches are optional.Valid assessment names already seen in Vista include:
 
        formal          run the full set of assessments
 
        dwm             Run the Desktop Windows Manager assessment                        - Re-assess the systems graphics capabilities and
                          restart the Desktop Window Manager.
 
        cpu             Run the CPU assessment.
        mem             Run the system memory assessment.
        d3d             Run the d3d assessment
        disk            Run the storage assessment
        media           Run the media assessment
        mfmedia         Run the Media Foundation based assessment
        features        Run just the features assessment                        - Enumerates the system's features.
                        - It's best used with the -xml <filename> switch
                        to save the data.
                        - The 'eef'switch can be used to enumerate extra
                        features such as optical disks, memory modules,
                        and other items.

wincat测试C盘

C:\Users\Administrator>winsat disk
Windows System Assessment Tool> Running: Feature Enumeration ''> Run Time 00:00:00.00> Running: Storage Assessment '-seq -read -n 1'> Run Time 00:00:05.43> Running: Storage Assessment '-ran -read -n 1'> Run Time 00:00:00.80> Running: Storage Assessment '-scen 2009 -drive C:'
Error: Failed to properly assess the disk.The operation completed successfully.> Run Time 00:00:00.03> Running: Storage Assessment '-seq -write -drive C:'> Run Time 00:00:15.77> Running: Storage Assessment '-flush -drive C: -seq'> Run Time 00:00:02.78> Running: Storage Assessment '-flush -drive C: -ran'> Run Time 00:00:02.50> Running: Storage Assessment '-hybrid -ran -read -n 1 -ransize 4096'
NV Cache not present.> Run Time 00:00:00.01> Running: Storage Assessment '-hybrid -ran -read -n 1 -ransize 16384'
NV Cache not present.> Run Time 00:00:00.00> Disk  Sequential 64.0 Read                   198.15 MB/s          7.3> Disk  Random 16.0 Read                       145.22 MB/s          7.4> Disk  Sequential 64.0 Write                  56.71 MB/s          5.6> Average Read Time with Sequential Writes     0.583 ms          7.9> Latency: 95th Percentile                     4.210 ms          6.8> Latency: Maximum                             50.781 ms          7.9> Average Read Time with Random Writes         0.766 ms          7.9> Total Run Time 00:00:29.83

wincat测试E盘读写速度

C:\Users\Administrator>winsat disk -drive e
Windows System Assessment Tool> Running: Feature Enumeration ''> Run Time 00:00:00.00> Running: Storage Assessment '-drive e -seq -read'> Run Time 00:00:10.02> Running: Storage Assessment '-drive e -ran -read'> Run Time 00:00:10.97> Running: Storage Assessment '-drive e -scen 2009'
Error: Failed to properly assess the disk.The operation completed successfully.> Run Time 00:00:00.16> Running: Storage Assessment '-drive e -seq -write'> Run Time 00:00:10.42> Running: Storage Assessment '-drive e -flush -seq'> Run Time 00:00:08.16> Running: Storage Assessment '-drive e -flush -ran'> Run Time 00:00:23.85> Running: Storage Assessment '-drive e -hybrid -ran -read -ransize 4096'
NV Cache not present.> Run Time 00:00:00.01> Running: Storage Assessment '-drive e -hybrid -ran -read -ransize 16384'
NV Cache not present.> Run Time 00:00:00.02> Disk  Sequential 64.0 Read                   93.47 MB/s          6.4> Disk  Random 16.0 Read                       1.51 MB/s          4.0> Disk  Sequential 64.0 Write                  104.96 MB/s          6.6> Average Read Time with Sequential Writes     7.144 ms          5.3> Latency: 95th Percentile                     15.664 ms          4.9> Latency: Maximum                             680.073 ms          1.9> Average Read Time with Random Writes         7.311 ms          5.2> Total Run Time 00:01:05.72

winsat 测试CPU

C:\Users\Administrator>winsat cpu
Windows System Assessment Tool> Running: Feature Enumeration ''> Run Time 00:00:00.00> Running: CPU Assessment ''
Error: Assessment mode not specified. valid options are: -encryption, -compressi
on> Total Run Time 00:00:02.64
 C:\Users\Administrator>winsat cpu -encryption
Windows System Assessment Tool> Running: Feature Enumeration ''> Run Time 00:00:00.00> Running: CPU Assessment '-encryption'> Run Time 00:00:10.33> CPU AES256 Encryption                        201.17 MB/s> Total Run Time 00:00:12.95
 C:\Users\Administrator>winsat cpu -compression
Windows System Assessment Tool> Running: Feature Enumeration ''> Run Time 00:00:00.00> Running: CPU Assessment '-compression'> Run Time 00:00:10.28> CPU LZW Compression                          422.04 MB/s> Total Run Time 00:00:12.89

winsat 测试 内存

C:\Users\Administrator>winsat mem
Windows System Assessment Tool> Running: Feature Enumeration ''> Run Time 00:00:00.00> Running: System memory performance assessment ''> Run Time 00:00:05.13> Memory Performance                           22369.47 MB/s> Total Run Time 00:00:07.78

winsat 测试3D性能

Options for running Gaming Graphics sub-assessments include:
 
        Winsat graphicsformal3d
        Winsat graphicsformalmedia
 
        DX9 Variations:
                Winsat d3d -dx9
                winsat d3d -batch
                winsat d3d -alpha
                winsat d3d -tex
                winsat d3d -alu
 
        DWM/DX10 variations:
                Winsat d3d -dx10
                winsat d3d -dx10 -alpha
                winsat d3d -dx10 -tex
                winsat d3d -dx10 -alu
                winsat d3d -dx10 -batch
                winsat d3d -dx10 -geomf4
                winsat d3d -dx10 -geomf27
                winsat d3d -dx10 -geomv8
                winsat d3d -dx10 -gemov32
                winsat d3d -dx10 -cbuffer
C:\Users\Administrator>winsat d3d -batch
Windows System Assessment Tool> Running: Feature Enumeration ''> Run Time 00:00:00.00> Running: WinSAT Direct3D Assessment '-aname Batch -time 5 -fbc 10 -disp off -a
nimate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -re
ndertotex 6 -rtdelta 3 -texpobj C(1)'> ???? DirectX Batch ??> Run Time 00:00:07.22> Direct3D Batch Performance                   203.57 F/s> Total Run Time 00:00:09.84
 C:\Users\Administrator>winsat d3d -dx9
Windows System Assessment Tool> Running: Feature Enumeration ''> Run Time 00:00:00.00> Running: WinSAT Direct3D Assessment '-aname Batch -time 5 -fbc 10 -disp off -a
nimate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(10) -objs C(26) -re
ndertotex 6 -rtdelta 3 -texpobj C(1)'> ???? DirectX Batch ??> Run Time 00:00:07.36> Running: WinSAT Direct3D Assessment '-aname Alpha -time 5 -fbc 10 -disp off -a
nimate 10 -width 1280 -height 1024 -totalobj 300 -batchcnt C(75) -objs C(26) -re
ndertotex 6 -rtdelta 3 -texpobj C(1)'> ?? DirectX Alpha blend ??> Run Time 00:00:07.25> Running: WinSAT Direct3D Assessment '-aname Tex -time 5 -fbc 10 -disp off -ani
mate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noa
lpha -texshader -totaltex 10 -texpobj C(4) -rendertotex 6 -rtdelta 3'> ?? DirectX Texture load ??> Run Time 00:00:07.50> Running: WinSAT Direct3D Assessment '-aname ALU -time 5 -fbc 10 -disp off -ani
mate 10 -width 1280 -height 1024 -totalobj 500 -batchcnt C(125) -objs C(20) -noa
lpha -alushader -totaltex 10 -texpobj C(1) -rendertotex 6 -rtdelta 3'> ?? DirectX ALU ??> Run Time 00:00:07.53> Direct3D Batch Performance                   204.80 F/s> Direct3D Alpha Blend Performance             164.75 F/s> Direct3D ALU Performance                     122.25 F/s> Direct3D Texture Load Performance            110.58 F/s> Total Run Time 00:00:32.39

扫描二维码推送至手机访问。

版权声明:本文由又一个Jawl发布,如需转载请注明出处。

本文链接:http://92net.cn:81/index.php/post/76.html

分享给朋友:

“通过CMD命令测试硬件性能方法winsat” 的相关文章

梦幻西游电脑版(PC版)多开花屏解决方法

梦幻西游电脑版(PC版)多开花屏解决方法

 问题现象:梦幻西游电脑版(PC版)多开花屏处理过程:1、更换显卡PNP里面的其他显卡驱动版本无效2、关闭显卡PNP,开超级安装显卡驱动无效3、查看梦幻西游画面设置发现分辨率默认是1024*768(HD),切换到非HD分辨率后重新启动登录多开正常了解决方法:登录游戏后修改非HD分辨率,退出...

FRP 后台运行 安装为系统服务 开机自启动

FRP 后台运行 安装为系统服务 开机自启动

方案一使用winsw首先要下载winsw。去github进行下载winsw可以运行在.NET2和.NET4两个版本上,当然如果使用Win10等比较新的系统,最好下载更新版本的.NET。下载完成后,重命名为winsw.exe,并放在frp相同的目录中。2.编写配置文件在frp相同目录中创建winsw....

对战平台玩魔兽争霸RPG卡顿

对战平台玩魔兽争霸RPG卡顿

解决对战平台玩魔兽争霸RPG卡顿对战平台上,找到游戏“设置功能”,勾选“开启OpenGL模式”。游戏画质设置为“高”,重新开始游戏即可。解决对战平台玩魔兽争霸RPG卡顿对战平台上,找到游戏“设置功能”,勾选“开启OpenGL模式”。游戏画质设置为“高”,重新开始游戏即可。...

VirtualBox虚拟机开机后台自启动

VirtualBox虚拟机开机后台自启动

 找到VirtualBox的安装目录       我的virtualbox安装在 D:\Program Files\Oracle\virualBox,进入这个目录,你会看到有个VBoxManage.exe文件,没有错,我们就是用它来启动虚拟机的。怎么启动呢?命令行如下:VBoxManage...

远程桌面《出现了内部错误》终极解决方案

远程桌面《出现了内部错误》终极解决方案

 远程桌面提示“出现了内部错误”,是由于服务繁忙导致,通常只有重启远程服务器里的“RDP”服务才能临时解决,但这样治标不治本,频繁的出现错误让用户们心力交瘁,在搜遍全网资料后,最终找到效果最好的方案,再也没有出现过类似问题。【解决方法】在被远程桌面的服务器或电脑里,按 windows键+R...

爱快(ikuai)路由搭建OpenVPN服务器

爱快(ikuai)路由搭建OpenVPN服务器

 一、开启openvpn服务认证计费 > 本地认证服务 > OpenVPN服务端如下图配置。注意vpn网段那里只填网段,不要填具体IP地址。修改默认服务器端口,例如用1199。协议用TCP,类型用路由IP模式,即TAP。加密算法我喜欢用AES-128-CBC,推送路由修改为上面...

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。