Iperf

From SME Server
Revision as of 16:15, 10 May 2010 by Timn (talk | contribs)
Jump to navigationJump to search

Description

Internet Protocol bandwidth measuring tool Iperf is a modern alternative for measuring TCP and UDP bandwidth performance, allowing the tuning of various parameters and characteristics.

Features:

  • Measure bandwidth, packet loss, delay jitter
  • Report MSS/MTU size and observed read sizes.
  • Support for TCP window size via socket buffers.
  • Multi-threaded. Client and server can have multiple simultaneous connections.
  • Client can create UDP streams of specified bandwidth.
  • Multicast and IPv6 capable.
  • Options can be specified with K (kilo-) and M (mega-) suffices.
  • Can run for specified time, rather than a set amount of data to transfer.
  • Picks the best units for the size of data being reported.
  • Server handles multiple connections.
  • Print periodic, intermediate bandwidth, jitter, and loss reports at specified intervals.
  • Server can be run as a daemon.
  • Use representative streams to test out how link layer compression affects your achievable bandwidth.

Installation

This contrib can be found in the Dag repository. To install this contrib get shell access as root user and issue the following command:

yum install iperf --enablerepo=dag

The following command will configure the Dag repository on SME Server. EDIT NOT COMPLETE!


To create an entry in the database for the epel repository we open put the following commands in a terminal window or in a shell window:

/sbin/e-smith/db yum_repositories set epel repository \

Name 'SME Server - epel' \
BaseURL 'http://<http://download.fedoraproject.org/pub/epel/7/$basearch' \
EnableGroups yes \
GPGCheck yes \
Visible no \
status disabled

To enable the changes:

    signal-event yum-modify

Just to be sure, give yum a fresh start:

    yum clean all

After adding it to the database we have to update the changes to the configuration file:

signal-event yum-modify