Details
-
Bug
-
Resolution: Fixed
-
Major
-
Lustre 2.13.0
-
singlenode setup
-
3
-
9223372036854775807
Description
sudo tests_str='write rewrite read' rszlo=2048 rszhi=2048 nobjlo=4 nobjhi=4 size=32768 thrlo=128 thrhi=512 targets=" lustre-OST0000" /bin/obdfilter-survey Mon Apr 8 08:25:56 EDT 2019 Obdfilter-survey for case=disk from devvm-centos-1 ost 1 sz 33554432K rsz 2048K obj 4 thr 128 write 8629.21 [11376.89, 11484.35] rewrite 8828.82 [11509.80, 11624.36] read 5592.10 [6512.02, 6579. 40] ost 1 sz 33554432K rsz 2048K obj 4 thr 256 write 8921.24 [11461.74, 11614.22] rewrite 8636.16 [11330.46, 11545.90] read 6187.21 SHORT ost 1 sz 33554432K rsz 2048K obj 4 thr 512 write 8267.24 [11295.09, 11586.17] rewrite 7136.59 [6831.46, 11087.51] read 5072.56 SHORT /bin/iokit-libecho: line 236: 14010 Killed remote_shell $host "vmstat 5 >> $host_vmstatf" &>/dev/null done!
SHORT is printed when there is no min/max statistics, rewrite globals has zeroes
=============> rewrite localhost:snx11117-OST0003_ecc Print status every 1 seconds --threads: starting 2816 threads on device 5 running test_brw 23 wx q 1024 704t42 p1024 Total: total 64768 threads 2816 sec 79.770391 811.930331/second =============> rewrite global 0 0.000000 0.000000
min,max speeds calculated base on Total lines,
Print status every 1 seconds --threads: starting 2816 threads on device 5 running test_brw 23 rx q 1024 704t42 p1024 1458/2816 Total: 1457.424317/second 1413/2816 Total: 1412.337614/second
Total lines are printed when all threads are started.
We do have the whole statistic at the end, but no statistic for every seconds, so result is SHORT.
This could happen when two signals for a parent process comes during a verbose time. The counters are updated and start_time is dropped. By default timeperiod is 1 second.
Landed for 2.13