You are not logged in.

#1 2010-01-07 17:22:01

Ravenman
Member
Registered: 2009-07-03
Posts: 236

[Request] NTM - Network Traffic Monitor

Hi to everyone:

Could anyone package this?: NTM - Network Traffic Monitor big_smile

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. smile

Offline

#2 2010-08-16 23:56:34

Hund
Member
From: Sweden
Registered: 2010-03-22
Posts: 479
Website

Re: [Request] NTM - Network Traffic Monitor

+1

Offline

#3 2010-08-20 19:16:21

PyrO_70
Member
From: Edinburgh, Scotland
Registered: 2010-05-15
Posts: 9
Website

Re: [Request] NTM - Network Traffic Monitor

#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

#4 2010-08-20 19:27:27

Hund
Member
From: Sweden
Registered: 2010-03-22
Posts: 479
Website

Re: [Request] NTM - Network Traffic Monitor

** 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 pynotify

Offline

#5 2010-08-20 19:33:42

PyrO_70
Member
From: Edinburgh, Scotland
Registered: 2010-05-15
Posts: 9
Website

Re: [Request] NTM - Network Traffic Monitor

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

#6 2010-12-15 02:33:21

thdn
Member
Registered: 2010-11-22
Posts: 13

Re: [Request] NTM - Network Traffic Monitor

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

#7 2010-12-15 14:19:13

Ravenman
Member
Registered: 2009-07-03
Posts: 236

Re: [Request] NTM - Network Traffic Monitor

thdn wrote:

i have this problem:

./run_ntm.sh: line 17: lsb_release: command not found

any solution ??

#pacman -S lsb-release

Hope that helps. smile

Offline

#8 2011-07-16 17:59:26

virusso80
Member
From: Italy
Registered: 2007-03-09
Posts: 325

Re: [Request] NTM - Network Traffic Monitor

sorry...i moved my post to a new thread...please delete this. Thanks

Last edited by virusso80 (2011-07-17 19:15:56)

Offline

Board footer

Powered by FluxBB