Iperf is a tool i use to determine tcp or udf performance on a network.
The following commands are to be ran on the client(machine connecting from) and servers(Machine connecting to)
Client:
iperf.exe -c 192.168.1.51
Server:
iperf.exe -s
Iperf is opensource.
Download links
Linux
http://code.google.com/p/iperf/
http://sourceforge.net/projects/iperf/
Windows
https://nocweboldcst.ucf.edu/files/iperf.exe - old
http://www.mayoxide.com/iperf/ - newer build fork.
These are just random notes and programs that may have incomplete descriptions. Any scripts or programs use at your risk
Subscribe to:
Post Comments (Atom)
-
Running solidcore you may run into a problem where you have to disable it with out using epo or the local CLI Here are the steps. ...
-
Here is an excel document I created that will ping a list of nodes in column A and give results in column B. There are much better tools th...
-
#reads event logs for filter and exports to $Date = (Get-Date).AddMinutes(-30) $LogName = 'Security' $ProviderName = "Microsof...
We were using iperf for a while. We switched to pathtest – it’s still command line and still free, but more customizable – TCP, UDP and ICMP and results have been consistent. http://www.testmypath.com
ReplyDeleteThanks for the information ill check it out
ReplyDelete