Signed-off-by: Lu Kaiyi 2392863668@qq.com --- spec/stats/iozone/1 | 32 ++++++++++++++++++++++++++++++++ spec/stats/iozone/1.yaml | 14 ++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 spec/stats/iozone/1 create mode 100644 spec/stats/iozone/1.yaml
diff --git a/spec/stats/iozone/1 b/spec/stats/iozone/1 new file mode 100644 index 00000000..cd579643 --- /dev/null +++ b/spec/stats/iozone/1 @@ -0,0 +1,32 @@ +2020-11-17 14:30:58 iozone -r 256k -s 4g -i 0 -i 1 -i 2 -f /fs/sda/iozonetest & +2020-11-17 14:30:58 wait + Iozone: Performance Test of File I/O + Version $Revision: 3.479 $ + Compiled for 64 bit mode. + Build: linux + + Contributors:William Norcott, Don Capps, Isom Crawford, Kirby Collins + Al Slater, Scott Rhine, Mike Wisner, Ken Goss + Steve Landherr, Brad Smith, Mark Kelly, Dr. Alain CYR, + Randy Dunlap, Mark Montague, Dan Million, Gavin Brebner, + Jean-Marc Zucconi, Jeff Blomberg, Benny Halevy, Dave Boone, + Erik Habbinga, Kris Strecker, Walter Wong, Joshua Root, + Fabrice Bacchella, Zhenghua Xue, Qin Li, Darren Sawyer, + Vangel Bojaxhi, Ben England, Vikentsi Lapa, + Alexey Skidanov. + + Run began: Tue Nov 17 14:30:58 2020 + + Record Size 256 kB + File size set to 4194304 kB + Command line used: iozone -r 256k -s 4g -i 0 -i 1 -i 2 -f /fs/sda/iozonetest + Output is in kBytes/sec + Time Resolution = 0.000001 seconds. + Processor cache size set to 1024 kBytes. + Processor cache line size set to 32 bytes. + File stride size set to 17 * record size. + random random bkwd record stride + kB reclen write rewrite read reread read write read rewrite read fwrite frewrite fread freread + 4194304 256 14257802 15088999 8516076 8375138 5221373 5382018 + +iozone test complete. diff --git a/spec/stats/iozone/1.yaml b/spec/stats/iozone/1.yaml new file mode 100644 index 00000000..441d76ef --- /dev/null +++ b/spec/stats/iozone/1.yaml @@ -0,0 +1,14 @@ +4194304KB_256reclen.write: 14257802 +4194304KB_256reclen.rewrite: 15088999 +4194304KB_256reclen.read: 8516076 +4194304KB_256reclen.reread: 8375138 +4194304KB_256reclen.random_read: 5221373 +4194304KB_256reclen.random_write: 5382018 +write_KBps: 1096754.0 +rewrite_KBps: 1160692.2307692308 +read_KBps: 655082.7692307692 +reread_KBps: 644241.3846153846 +random_read_KBps: 401644.07692307694 +random_write_KBps: 414001.3846153846 +4194304KB_256reclen: 56841406.0 +average_KBps: 4372415.846153846
On Wed, Nov 18, 2020 at 11:27:10AM +0800, Lu Kaiyi wrote:
Signed-off-by: Lu Kaiyi 2392863668@qq.com
spec/stats/iozone/1 | 32 ++++++++++++++++++++++++++++++++ spec/stats/iozone/1.yaml | 14 ++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 spec/stats/iozone/1 create mode 100644 spec/stats/iozone/1.yaml
whether can change file name ? 1 => iozone 1.yaml => iozone.yaml Thanks, Liushaofei