Warning: session_start(): open(/tmp/sess_pe0th4uud861flto2cavd3pa93, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
gtkvnstat openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (1) .- Knowledge Base  . 

gtkvnstat

   0.2.2  

GTK Networking Tool

Score 50%
gtkvnstat
zoom


gtkvnstat
zoom


gtkvnstat
zoom


Homepage:  Link
Downloads:  202
Submitted:  Oct 16 2010
Updated:  Jan 28 2011

Description:

Based on Qvnstat 0.1 originaly written in 2008 by Diamantis Dimitris. All the ui code is rewritten from scratch in GTK, the code altered from script to OOP and many modifications have been made to conform with the recent vnstat version (1.10) either using the daemon mode or not. I\\\'ve used glade3, pyGTK and jeany editor. The app is an indicator app that sits on gnome panel and make use of gnome\\\'s notification system to show the network traffic info, the free remaining data and the cost.

ATTENTION: The cost is calculated per KB or MB but not in steps e.g per 10kb!!! The program should be considered as a beta version regarding it\\\'s info.

USE THE PROGRAM AT YOUR OWN RISK!

With vnstat you have 2 options to monitor your traffic. You could change the MonthRotate? * Option in /etc/vnstat.conf to match your monthly billing period, or you can manually schedule data counter resets ** EVERY x days! If you run vnstat as a daemon (default), you should have sudo privileges to manual reset!

*Using Monthrotate you also keep a history off all your data as none of it gets deleted!

**Every time you do a manual reset, scheduled or not (via the menu), ALL your data get\\\'s deleted and everything starts to count from the beginning.

REQUIREMENTS
vnstat, python, python-notify
TO INSTALL
just extract somewhere, EDIT gtkvnstat.py AND CHANGE BINDIR to the extraction path.¶

More images at http://picasaweb.google.com/nikiforakis.m/Gtkvnstat




Changelog:

version 0.1
make a gkt version of the gui, use appindicator and notify OSD

version 0.2 --initial public version--
many changes in the code to handle both cases (vnstat daemon or vnstat cron)

version 0.2.1
minor fixes when free limit is set on GBs

version 0.2.2
+ Added Nice Mono Icons from Giannis Perrakis
+ Fixed Zero Division Error when Free Limit was set to zero!
+ Fixed Info when free limit was set in GBs and we have downloaded Kbs.
+ Added DEB. Tested in ubuntu. It should work also in debian...




LicenseGPL
other(gtkvnstat-0.2.2.tar.bz2)
Debian(gtkvnstat_0.2.2_all.deb)
Send to a friend
Subscribe
Other  Content  from emanik
Report inappropriate content



-
.

 Error

 
 by elmodos on: Oct 22 2010
 
Score 50%

Traceback (most recent call last):
File "/media/Data/DATA/debian/gtkvnstat/gtkvnstat.py", line 26, in <module>
import appindicator
ImportError: No module named appindicator


.
Reply to this

-
.

 Re: Error

 
 by elmodos on: Oct 22 2010
 
Score 50%

I found ubuntu packages for it. But now application tries to run ifconfig. I use debian, so:

elmodos@modo-laptop:~$ which ifconfig
elmodos@modo-laptop:~$ sudo which ifconfig
[sudo] password for elmodos:
/sbin/ifconfig
elmodos@modo-laptop:~$


.
Reply to this

-
.

 Re: Re: Error

 
 by elmodos on: Oct 22 2010
 
Score 50%

Do not work under user in Debian.
Also I've got a zerodivision error... I do not pay for traffic, so I leave it zeros.


.
Reply to this

-

 Re: Re: Re: Error

 
 by emanik on: Oct 22 2010
 
Score 50%

check the permissions of ifconfig:
Mine are:
manos@manos-desktop:~$ ls -la /sbin/ifconfig
-rwxr-xr-x 1 root root 72608 2010-02-12 03:15 /sbin/ifconfig
manos@manos-desktop:~$

the zero division error must be because of this.


Reply to this

-

 Re: Re: Re: Re: Error

 
 by emanik on: Oct 22 2010
 
Score 50%

...about the zero division error I'll check it tomorrow. until then use a value for the cost :-)


Reply to this

-

 Re: Re: Re: Re: Re: Error

 
 by elmodos on: Oct 22 2010
 
Score 50%

ifconfig has the same permisions.


.
Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team