Roberto Fichera wrote:
At 18.53 01/03/2005, Robin Bowes wrote:
[EMAIL PROTECTED] test]# dd if=/dev/zero of=/home/test/test.tmp bs=4096 count=100000
100000+0 records in
100000+0 records out


Notice there is no timing information.

you have to use:

time dd if=/dev/zero of=/home/test/test.tmp bs=4096 count=100000

Robert,

That's not what I meant - I know I can use "time" to get CPU usage information.

I was meaning that I don't get the disk speed summary like Nicola did, e.g.:

[EMAIL PROTECTED]:$ dd if=/dev/zero of=/storagearray/test.tmp bs=4096
1238865+0 records in
1238864+0 records out
5074386944 bytes transferred in 63.475536 seconds (79942404 bytes/sec)

R.
--
http://robinbowes.com

-
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to