How to test network

From Kolmisoft Wiki
Revision as of 08:27, 24 February 2012 by Admin (talk | contribs) (Created page with 'Network quality between to points can be tested by using iperf tool. On client site: iperf -c SERVER_IP -u -b 10m On server side: iperf -s -u -i 1 "Datagrams" column shoul…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Network quality between to points can be tested by using iperf tool.

On client site:

iperf -c SERVER_IP -u -b 10m

On server side:

iperf -s -u -i 1

"Datagrams" column should be checked in server side. High percents means network problems.

More information: http://openmaniak.com/iperf.php