wok-next
annotate vnstat/description.txt @ rev 19879
qemacs: does not need gcc3
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Wed Oct 04 18:36:44 2017 +0200 (2017-10-04) |
parents |
|
children |
|
rev |
line source |
al@18911
|
1 vnStat is a console-based network traffic monitor for Linux and BSD that keeps
|
al@18911
|
2 a log of network traffic for the selected interface(s). It uses the network
|
al@18911
|
3 interface statistics provided by the kernel as information source. This means
|
al@18911
|
4 that vnStat won't actually be sniffing any traffic and also ensures light use
|
al@18911
|
5 of system resources.
|
al@18911
|
6
|
al@18911
|
7 Features:
|
al@18911
|
8
|
al@18911
|
9 * quick and simple to install and get running
|
al@18911
|
10 * gathered statistics persists through system reboots
|
al@18911
|
11 * can monitor multiple interfaces at the same time
|
al@18911
|
12 * several output options
|
al@18911
|
13 * summary, hourly, daily, monthly, weekly, top 10 days
|
al@18911
|
14 * optional png image output (using libgd)
|
al@18911
|
15 * months can be configured to follow billing period
|
al@18911
|
16 * light, minimal resource usage
|
al@18911
|
17 * same low cpu usage regardless of traffic
|
al@18911
|
18 * can be used without root permissions
|
al@18911
|
19 * [online color configuration editor](http://humdi.net/vnstat/coloredit/)
|