You are not logged in.

#1 2004-05-25 20:53:41

GuyonAsm
Member
Registered: 2004-05-25
Posts: 49

[network: net utilities] nload

nload is a console application which monitors network traffic and bandwidth usage in real time. It visualizes the in- and outgoing traffic using two graphs and provides additional info like total amount of transfered data and min/max network usage.

# Contributor: Daniel Millington <guyonasm@hotmail.com>
pkgname=nload
pkgver=0.6.0
pkgrel=1
pkgdesc="nload is a console application which monitors network traffic and bandwidth usage in real time."
url="http://www.roland-riegel.de/nload/index_en.html"
depends=('ncurses')
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('a8859e49176bb50826b52b8345b117d3')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#2 2004-05-25 22:04:38

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: [network: net utilities] nload

A shorter description would be nice :-)

Offline

#3 2004-05-25 23:03:55

GuyonAsm
Member
Registered: 2004-05-25
Posts: 49

Re: [network: net utilities] nload

lanrat wrote:

A shorter description would be nice :-)

done and done  smile

Offline

#4 2004-05-27 22:42:41

Loki|muh
Member
Registered: 2004-05-25
Posts: 17

Re: [network: net utilities] nload

I would replace the gcc dependency with ncurses wink

Offline

#5 2004-05-27 22:53:36

GuyonAsm
Member
Registered: 2004-05-25
Posts: 49

Re: [network: net utilities] nload

Loki|muh wrote:

I would replace the gcc dependency with ncurses wink

done and done.  big_smile

Offline

Board footer

Powered by FluxBB