Giter Club home page Giter Club logo

ifstat's Introduction

ifstat

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.

ifstat's People

Contributors

prinzdezibel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.