ThinkPad:Benchmarking: Difference between revisions
From Wiki³
(→dd) |
|||
Line 6: | Line 6: | ||
For testing I installed the following packages. | For testing I installed the following packages. | ||
{{Console|1=yaourt -S mesa-demos hdparm}} | {{Console|1=yaourt -S mesa-demos hdparm}} | ||
=== glxgears === | === dd (ssd write) === | ||
{{Console|1=dd if{{=}}/dev/zero of{{=}}$HOME/tempfile bs{{=}}1M count{{=}}1024 conv{{=}}fdatasync,notrunc status{{=}}progress}} | |||
=== glxgears (vsync) === | |||
{{Console|1=glxgears}}<br/> | {{Console|1=glxgears}}<br/> | ||
{{Console|Running synchronized to the vertical refresh. The framerate should be<br/>approximately the same as the monitor refresh rate.<br/>304 frames in 5.0 seconds {{=}} 60.715 FPS<br/>301 frames in 5.0 seconds {{=}} 60.049 FPS<br/>301 frames in 5.0 seconds {{=}} 60.050 FPS<br/>301 frames in 5.0 seconds {{=}} 60.050 FPS<br/>301 frames in 5.0 seconds {{=}} 60.048 FPS<br/>301 frames in 5.0 seconds {{=}} 60.049 FPS<br/>301 frames in 5.0 seconds {{=}} 60.050 FPS<br/>301 frames in 5.0 seconds {{=}} 60.048 FPS<br/>301 frames in 5.0 seconds {{=}} 60.050 FPS<br/>301 frames in 5.0 seconds {{=}} 60.048 FPS<br/>301 frames in 5.0 seconds {{=}} 60.045 FPS<br/>301 frames in 5.0 seconds {{=}} 60.055 FPS<br/>301 frames in 5.0 seconds {{=}} 60.049 FPS<br/>301 frames in 5.0 seconds {{=}} 60.049 FPS<br/>|prompt=false}} | {{Console|Running synchronized to the vertical refresh. The framerate should be<br/>approximately the same as the monitor refresh rate.<br/>304 frames in 5.0 seconds {{=}} 60.715 FPS<br/>301 frames in 5.0 seconds {{=}} 60.049 FPS<br/>301 frames in 5.0 seconds {{=}} 60.050 FPS<br/>301 frames in 5.0 seconds {{=}} 60.050 FPS<br/>301 frames in 5.0 seconds {{=}} 60.048 FPS<br/>301 frames in 5.0 seconds {{=}} 60.049 FPS<br/>301 frames in 5.0 seconds {{=}} 60.050 FPS<br/>301 frames in 5.0 seconds {{=}} 60.048 FPS<br/>301 frames in 5.0 seconds {{=}} 60.050 FPS<br/>301 frames in 5.0 seconds {{=}} 60.048 FPS<br/>301 frames in 5.0 seconds {{=}} 60.045 FPS<br/>301 frames in 5.0 seconds {{=}} 60.055 FPS<br/>301 frames in 5.0 seconds {{=}} 60.049 FPS<br/>301 frames in 5.0 seconds {{=}} 60.049 FPS<br/>|prompt=false}} | ||
=== hdparm === | === hdparm (ssd read)=== | ||
{{Console|1=sudo hdparm -Tt /dev/sda}}<br/> | {{Console|1=sudo hdparm -Tt /dev/sda}}<br/> | ||
{{Console|/dev/sda:<br/> Timing cached reads: 12822 MB in 2.00 seconds {{=}} 6414.67 MB/sec<br/> Timing buffered disk reads: 790 MB in 3.00 seconds {{=}} 263.13 MB/sec|prompt=false}} | {{Console|/dev/sda:<br/> Timing cached reads: 12822 MB in 2.00 seconds {{=}} 6414.67 MB/sec<br/> Timing buffered disk reads: 790 MB in 3.00 seconds {{=}} 263.13 MB/sec|prompt=false}} | ||
=== systemd-analyze === | === systemd-analyze (boot speed)=== | ||
This plot is a detailed graphic of the boot sequence. | This plot is a detailed graphic of the boot sequence. | ||
{{Console|1=systemd-analyze plot ~/boot.svg}} | {{Console|1=systemd-analyze plot ~/boot.svg}} |
Revision as of 23:36, 16 July 2017
UNDER CONSTRUCTION: The document is currently being modified! |
Back to Category:ThinkPad
Test Results
For testing I installed the following packages.
# yaourt -S mesa-demos hdparm |
dd (ssd write)
# dd if=/dev/zero of=$HOME/tempfile bs=1M count=1024 conv=fdatasync,notrunc status=progress |
glxgears (vsync)
# glxgears |
Running synchronized to the vertical refresh. The framerate should be approximately the same as the monitor refresh rate. 304 frames in 5.0 seconds = 60.715 FPS 301 frames in 5.0 seconds = 60.049 FPS 301 frames in 5.0 seconds = 60.050 FPS 301 frames in 5.0 seconds = 60.050 FPS 301 frames in 5.0 seconds = 60.048 FPS 301 frames in 5.0 seconds = 60.049 FPS 301 frames in 5.0 seconds = 60.050 FPS 301 frames in 5.0 seconds = 60.048 FPS 301 frames in 5.0 seconds = 60.050 FPS 301 frames in 5.0 seconds = 60.048 FPS 301 frames in 5.0 seconds = 60.045 FPS 301 frames in 5.0 seconds = 60.055 FPS 301 frames in 5.0 seconds = 60.049 FPS 301 frames in 5.0 seconds = 60.049 FPS |
hdparm (ssd read)
# sudo hdparm -Tt /dev/sda |
/dev/sda: Timing cached reads: 12822 MB in 2.00 seconds = 6414.67 MB/sec Timing buffered disk reads: 790 MB in 3.00 seconds = 263.13 MB/sec |
systemd-analyze (boot speed)
This plot is a detailed graphic of the boot sequence.
# systemd-analyze plot ~/boot.svg |