Iperf or Qperf of Linux detection network performance

Source: Internet
Author: User

Iperf is a network performance testing tool. Iperf can test the maximum TCP and UDP bandwidth performance. Iperf has a variety of parameters and UDP features that can be adjusted as needed. Iperf can report bandwidth, delay jitter, and packet loss.

Yum install qperf

Note: Please turn off the firewall on both sides before use.


Execute qperf directly on a server, acting as a server

The other one executes the following command to view the bandwidth, delay, and server configuration:

Qperf server ip address tcp_bw tcp_lat conf

For example: qperf 192.168.3.92 tcp_bw tcp_lat conf


We can also observe changes in bandwidth and latency by changing the size of the message (msg_size), such as from 1 byte to 64K, each time multiplying:

Qperf -oo msg_size:1:64K:*2 server ip address tcp_bw tcp_lat



Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.