You are not logged in.
Hi to everyone:
Could anyone package this?: NTM - Network Traffic Monitor ![]()
NTM is a monitor of the network and internet traffic for GNU/Linux. Some characteristics:
* Choice of the interface to monitoring.
* Period to monitoring: Day, Week, Month, Year or Custom Days. With autoupdate.
* Threshold: Autodisconnection if a limit is reached (by NetworkManager).
* Traffic Monitoring: Inbound, outbount and total traffic; Show the traffic speed.
* Time Monitoring: Total time of connections in the period.
* Time Slot Monitoring: Number of sessions used.
* Reports: Show of average values and daily traffic of a configurable period.
* Online checking with NetworkManager or by "Ping Mode".
* The traffic is attributed to the day when the session began.
* Not need root privilege.
* Not invasive, use a system try icon.
NTM is useful for the people that have a internet plan with a limit, and moreover the exceed traffic is expensive.
NTM is write in python and is a open source software, the license is the GNU GPL v2.
A lot of thanks. ![]()
Offline
Offline
#Maintairner: Brieuc Roblin <brieuc.roblin at gmail dot com>
pkgname='ntm'
pkgver='1.2.2'
pkgrel='1'
pkgdesc="Monitor of the network and internet traffic"
arch=('i686' 'x86_64')
license=('GPL')
depends=('pywebkitgtk' 'lsb-release' 'networkmanager')
makedepends=('dpkg')
url=('http://netramon.sourceforge.net/eng/index.html')
source=('http://freefr.dl.sourceforge.net/project/netramon/NTM/ntm-1.x/ntm-1.2.2.deb')
md5sums=('ec438b8c952ac866ffdaa57538d189b7')
build() {
cd "$srcdir"
# Extracting deb
msg2 "Extracting .deb ..."
dpkg-deb -x ntm-*.deb deb
cd "deb"
# Installing
msg2 "Installing..."
cp -r . "$pkgdir"/
}I can't really test the program as I'm not using NetworkManager.
Last edited by PyrO_70 (2010-08-20 19:18:24)
Offline
** Message: pygobject_register_sinkfunc is deprecated (GtkWindow)
** Message: pygobject_register_sinkfunc is deprecated (GtkInvisible)
** Message: pygobject_register_sinkfunc is deprecated (GtkObject)Dunno whats wrong?
I also needed to install "python-notify" from the extra-repo to get rid of this error message:
Traceback (most recent call last):
File "ntm.py", line 78, in <module>
from mtimeslot import MTimeSlot
File "/usr/share/ntm/mtimeslot.py", line 20, in <module>
import pynotify
ImportError: No module named pynotifyOffline
I added python-notify to the depends array.
As for the deprecated warning message, it's from the application itself, it use deprecated methods I guess, I can't do much about that.
Offline
i have this problem:
./run_ntm.sh: line 17: lsb_release: command not found
any solution ??
Last edited by thdn (2010-12-15 02:58:03)
Offline
i have this problem:
./run_ntm.sh: line 17: lsb_release: command not found
any solution ??
#pacman -S lsb-release
Hope that helps. ![]()
Offline
sorry...i moved my post to a new thread...please delete this. Thanks
Last edited by virusso80 (2011-07-17 19:15:56)
Offline