[clue] Link speed test

David L. Willson DLWillson at TheGeek.NU
Mon Dec 17 21:55:32 MST 2012


Here are the commands I use to test sustained read and write throughput.

# write speed, presumes device to test is exclusively mounted at /mnt (or that other sources of I/O are inconseqential)
dd if=/dev/zero of=/mnt/test.dd bs=4M count=256

# read speed, same presumptions
dd if=/mnt/test.dd of=/dev/null

Both commands output a summary of I/O speeds when they complete.

These commands to work equally well to test network throughput, but network throughput is the slowest of the network and any involved storage devices, minus a bit for management. I'll be trying netcat and netperf as time allows.

--
David L. Willson
Trainer, Engineer, Enthusiast
RHCE Network+ A+ Linux+ LPIC-1 Ubuntu
Mobile 720-333-LANS(5267)

This is a good time for a r3VOLution.

----- Original Message -----
> So, to test hard drive transfer speeds, I use dd. I'll send the
> commands when I'm on a real computer.
> 
> What do you use to test network speed?
> 
> --
> David L. Willson
> Trainer, Engineer, Enthusiast
> RHCE Network+ A+ Linux+ LPIC-1 Ubuntu
> Mobile 720-333-LANS(5267)
> 
> This is a good time for a r3VOLution.
> _______________________________________________
> clue mailing list: clue at cluedenver.org
> For information, account preferences, or to unsubscribe see:
> http://cluedenver.org/mailman/listinfo/clue
> 


More information about the clue mailing list