vnStat PHP frontend 1.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News vnStat PHP frontend 1.4 (Default branch)
# 1  
Old 09-09-2008
vnStat PHP frontend 1.4 (Default branch)

Image vnStat PHP frontend is a Web frontend for the vnStat network traffic monitor. It provides a graphical display of the traffic data collected by vnStat. License: GNU General Public License (GPL) Changes:
SVG support was added. 3D style graphs were added. Color scheme support was improved. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Ubuntu

Software to work and convert to pdf with good frontend

Hello, I use pdftk for join pdf and split pages and more option! But this is through terminal! I need the software with frontend and, especially, with option on button right mouse hover icon document whit option "convert direct to pdf". This software, or frontend exist? Thanks (0 Replies)
Discussion started by: enodev
0 Replies

2. Shell Programming and Scripting

Convert vnstat log to csv

My goal is to log daily network activity (rx/tx) from each ethernet interface. I installed vnstat, and while it reports daily and monthly stats, it doesn't offer a nice way to convert to csv to import into a database. Maybe there's an alternative to vnstat that I'm not aware of you can suggest... (2 Replies)
Discussion started by: unplugme71
2 Replies

3. UNIX for Advanced & Expert Users

High available frontend to WebApps behind a firewall

Hello, my question is about proposed implementation of high available and secure FrontEnd to WebApps behind a firewall. The components of the network and their relationships are as follows: 2 WebApps servers behind a firewall (BackEnd), denoted by GUI1 and GUI2, running Web Applications ... (0 Replies)
Discussion started by: MaciejS
0 Replies

4. Programming

gdb/mi, frontend, windows

Hi, I am doing frontend for gdb. Got such things in place: - gdb from mingw package - windows OS - sample aplication to be debugged - my application (frontend) I can open sample application under gdb and debug it. What I want is to connect somehow from my application to gdb and debug... (0 Replies)
Discussion started by: Chrisdot
0 Replies

5. Programming

cdrecord frontend for dvd burning

I came across a small script called pyBurn (attached) which is a frontend for cdrecord. But it only burns cd's and doesn't even recognize my dvd-burner. I'm still learning python (very early stages) so I can't do much with it... is it possible to make it burn dvd's too? (I'm running Ubuntu Gutsy... (0 Replies)
Discussion started by: el mariachi
0 Replies

6. UNIX for Dummies Questions & Answers

Is it possible to combine MPI (as backend) and GTK (as frontend)

Hello All, i wonder if it make sense to attemp to use GTK to create a GUI as frontend handling data input and result display, and to use MPI to implement data process in the backend. I would be very grateful if you can provide an example code. Thanks, (0 Replies)
Discussion started by: cy163
0 Replies

7. UNIX for Dummies Questions & Answers

best frontend for iptables?

Hi, I'm dealing with iptables on Linux, and even if I personally like text configuration, I believe in the case of a firewall would be nice to have a graphical tool. I've cheked several frontends like Vuurmuur and UIF, but I wanted to know your opinion on the subject. Thanks.. (3 Replies)
Discussion started by: piltrafa
3 Replies
Login or Register to Ask a Question
VNSTATI(1)							   User Manuals 							VNSTATI(1)

NAME
vnStati - png image output support for vnStat SYNOPSIS
vnstati [ -cdhimostv? ] [ --cache time ] [ --config file ] [ --days ] [ --dbdir directory ] [ --help ] [ --hours ] [ -hs ] [ --hsummary ] [ -i interface ] [ --iface interface ] [ --locale locale ] [ --months ] [ -ne ] [ -nh ] [ --noedge ] [ --noheader ] [ --output file ] [ -ru ] [ --rateunit ] [ --style number ] [ --summary ] [ --top10 ] [ --transparent ] [ --version ] [ -vs ] [ --vsummary ] DESCRIPTION
The purpose of vnstati is to provide image output support for statistics collected using vnstat(1). The image file format is limited to png. All basic outputs of vnStat are supported excluding live traffic features. The image can be outputted either to a file or to standard output. OPTIONS
-c, --cache time Update output file only if at least time minutes have passed since the previous file update. This option is ignored if stdout is used as output. --config file Use file as config file instead of using normal config file search function. -d, --days Output traffic for days. --dbdir directory Use directory as database directory instead of using the directory specified in the configuration file or the hardcoded default if no configuration file is available. -h, --hours Output traffic for the last 24 hours. -hs, --hsummary Output traffic summary including hourly data using a horizontal layout. -i, --iface interface Use interface instead of default or configured interface. --locale locale Use locale instead of using the locale setting specified in the configuration file or the system default if no configuration file is available. -m, --months Output traffic for months. -ne, --noedge Remove darker edges from around the image. -nh, --noheader Remove header containing title and update time. Time of the previous update will still be visible in the lower right corner using a less visible color. -o, --output file Write png image to file and exit. Output can be directed to stdout by giving "-" as filename. -ru, --rateunit Swap the configured rate unit. If rate has been configured to be shown in bytes then rate will be shown in bits if this option is present. In the same way, if rate has been configured to be shown in bits then rate will be shown in bytes when this option is present. Alternatively 0 or 1 can be given as parameter for this option in order to select between bytes (0) and bits (1) regardless of the configuration file setting. --style number Modify the content and style of outputs. Setting number to 3 will show average traffic rate in all outputs where it is supported. Other values will show bar graphics instead. -s, --summary Output traffic summary. -t, --top10 Output all time top10 traffic days. --transparent Toggle background color transparency depending of the TransparentBg setting in the configuration file. Alternatively 0 or 1 can be given as parameter for this option in order to either disable (0) or enable (1) transparency regardless of the configuration file setting. -v, --version Show current version. -vs, --vsummary Output traffic summary including hourly data using a vertical layout. -?, --help Show a command summary. FILES
/var/lib/vnstat/ Default database directory. Files are named according to the monitored interfaces. /etc/vnstat.conf Config file that will be used unless $HOME/.vnstatrc exists. See vnstat.conf(5) for more information. EXAMPLES
vnstati -s -i eth0 -o /tmp/vnstat.png Output traffic summary for interface eth0 to file /tmp/vnstat.png. vnstati -vs -i eth0+eth1+eth2 -o /tmp/vnstat.png Output traffic summary with hourly data under the normal summary for a merge of interfaces eth0, eth1 and eth2 to file /tmp/vnstat.png. vnstati -h -c 15 -o /tmp/vnstat_h.png Output hourly traffic statistics for default interface to file /tmp/vnstat_h.png if the file has not been updated within the last 15 minutes. vnstati -d -ne -nh -o - Output daily traffic statistics without displaying the header section and edges for default interface to standard output (stdout). vnstati -m --config /home/me/vnstat.cfg -i -o - Output monthly traffic statistics for default interface specified in configuration file /home/me/vnstat.cfg to standard output (std- out). AUTHOR
Teemu Toivola <tst at iki dot fi> SEE ALSO
vnstat(1), vnstatd(1), vnstat.conf(5), units(7) version 1.11 JUNE 2011 VNSTATI(1)