Difference between revisions of "How to test network"

From Kolmisoft Wiki
Jump to navigationJump to search
(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…')
(No difference)

Revision as of 08:27, 24 February 2012

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