TestNFSPerformance: Difference between revisions

From T2B Wiki
Jump to navigation Jump to search
m (Created page with " === Simple DD command === *These are the optimal values you should expect <pre> [srugovac@m8 srugovac]$ time dd if=/dev/zero of=/localgrid/srugovac/testDump bs=16k cou...")
 
(No difference)

Latest revision as of 12:29, 26 August 2015


Simple DD command

  • These are the optimal values you should expect
[srugovac@m8 srugovac]$ time dd if=/dev/zero of=/localgrid/srugovac/testDump bs=16k count=32000
32000+0 records in
32000+0 records out
524288000 bytes (524 MB) copied, 5.68469 s, 92.2 MB/s

real	0m5.758s
user	0m0.005s
sys	0m0.662s


Template:TracNotice