User Tools

Site Tools


software:networkmonitor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:networkmonitor [2020/11/14 01:59] superwizardsoftware:networkmonitor [2024/02/01 18:58] (current) – [Get Iperf] superwizard
Line 2: Line 2:
  
 ------------------------------------------------------------------------------------------------------------------------------------------------\\ ------------------------------------------------------------------------------------------------------------------------------------------------\\
 +
 +====== Get Iperf ======
 +
 +
 +<WRAP center round box >
 +
 +2024-02-01
 +
 +iperf3: A TCP, UDP, and SCTP network bandwidth measurement tool
 +Summary
 +iperf is a tool for active measurements of the maximum achievable bandwidth on IP networks. It supports tuning of various parameters related to timing, protocols, and buffers. For each test it reports the measured throughput / bitrate, loss, and other parameters.
 +
 +From <https://github.com/esnet/iperf> 
 +
 +• Windows: iperf3 binaries for Windows (built with Cygwin) can be found in a variety of locations, including  https://files.budman.pw/ (discussion thread).
 +
 +From <https://software.es.net/iperf/obtaining.html#binary-distributions> 
 +
 +https://files.budman.pw/
 +
 +<code>
 +Test
 +
 +Iperf3 -s : for server
 +
 +
 +Iperf3 -c 10.20.30.40 - f m -t 10
 +For ten seconds report Mbit/sec
 +</code>
 +
 +</WRAP>
 +
  
 ====== iPerf  speed test tool ====== ====== iPerf  speed test tool ======
Line 18: Line 50:
  
 ====== NETWORK PERFORMANCE WITH JPERF/IPERF ====== ====== NETWORK PERFORMANCE WITH JPERF/IPERF ======
 +
 +<WRAP center round box >
 +2024-01-27
 +
 +Free and openly available, Iperf is a command line tool useful for measuring network performance. In my last post, I introduced some basic command line instructions to run Iperf between two endpoints and showed how the tool can be used to generate and measure both TCP and UDP performance. This time, I’ll discuss Iperf’s graphical cousin: Jperf.
 +
 +From <https://www.smallnetbuilder.com/lanwan/lanwan-howto/measuring-network-performance-jperf/> 
  
 http://ate-expert.com/digital-tests/how-to-measure-network-performance-with-jperfiperf.html http://ate-expert.com/digital-tests/how-to-measure-network-performance-with-jperfiperf.html
Line 24: Line 63:
  
 http://code.google.com/p/xjperf/ http://code.google.com/p/xjperf/
 +
 +</WRAP>
  
  
software/networkmonitor.1605319177.txt.gz · Last modified: 2020/11/14 01:59 by superwizard