Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mistralol/ipstats
Collects ip stats from passing traffic
https://github.com/mistralol/ipstats
Last synced: 3 days ago
JSON representation
Collects ip stats from passing traffic
- Host: GitHub
- URL: https://github.com/mistralol/ipstats
- Owner: mistralol
- License: gpl-3.0
- Created: 2013-07-08T08:46:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T16:34:47.000Z (almost 8 years ago)
- Last Synced: 2023-08-01T15:15:09.946Z (over 1 year ago)
- Language: C++
- Size: 43 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
ipstats
=======Collects ip stats from passing traffic on an interface
Supports
* Totals and speeds for RX / TX from different hosts
* Reset all or reset individual hosts
* easy to use ncurses interfaceRequired Software to compile
* Linux
* C++ Compiler (gcc)
* libpcap
* libncurses
* boost_threads