Skip to main content

Display simple throughput statistics for network interface controllers. Requires Linux kernel >= 2.6

Project description

Display simple throughput statistics for network interface controllers. Requires Linux kernel >= 2.6

Output can be viewed in terminal. Additionally you’ll find the output in a file suitable for parsing from within your application. The program can be executed as daemon to provide you reliable network throughput numbers at any given time.

Example output

eth0 thruput [bytes/s]                      total               1s               5s              15s
Receiving                                 1982418              416              416              412
Transmitting                              4029588             1296             1296             1287

Installation

Method 1: Packaged installation

$ # make sure easy_install it there (debian):
$ sudo apt-get install python-setuptools
$ sudo easy_install ifstat

Method 2: Source installation

$ git clone https://github.com/prinzdezibel/ifstat
$ cd ifstat
$ python setup.py develop

Run program

$ ifstat --help

File based program output

Start program as foreground or daemon process. Throughput numbers will be written to a file periodically:

$ cat /var/lib/ifstat/thruput.txt

Parse this file to retrieve relevant data for your application.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ifstat-1.0.3.tar.gz (3.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page