|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Applications Questions about desktops (KDE, Gnome, XFCE, etc.), software applications (configuration, usage, bugs, documentation) |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Maybe knemo will do
__________________
Box: Fedora 11 | (KDE4.3.2) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM Lap: openSUSE 11.2 RC2 | Celeron 550 | (KDE4.3.3)"1" | Intel 965 GM | Lenovo R61e | 3GB RAM |
|
||||
|
If that doesn't work then you can put a script in /etc/NetworkManager/dispatcher.d/
Code:
#!/bin/sh
case "$2" in
up)
/usr/bin/vnstat -u -i eth0
;;
down)
/usr/bin/vnstat -u -i eth0
;;
*)
exit 0
;;
esac
On first run after install you have to vnstat-create-db interface my example using eth0 you can also use a nick alias man vnstat. With that in the dispatcher.d folder you have to make sure it is executable, now it'll run on up and down updating the database. If you suspend to disk then I suspect sync maybe better, well either way I also suspect rather than just updating you want enable and disable.. My example is just that an example.. Running vnstat as user will give you the stats as user, so from here you could present it better. Kdialog maybe for example.. http://packages.opensuse-community.o...rchTerm=vnstat |
|
||||
|
I'm using gnome so there is no link to run KDE monitor and so I don't know how to run knemo (I downloaded ti with all the necessay KDE stuff)
__________________
Saluti R |
|
||||
|
knemo has to be enabled somewhere in the network settings. I used it in the past with kde3 but not now.
I don't know if it will work in gnome, but I can't see why not.
__________________
Box: Fedora 11 | (KDE4.3.2) | M2N4-SLI | AMD 64 X2 5200+ | nVidia 8500GT | 4GB RAM Lap: openSUSE 11.2 RC2 | Celeron 550 | (KDE4.3.3)"1" | Intel 965 GM | Lenovo R61e | 3GB RAM |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|