You are not logged in.

#1 2005-04-02 02:47:45

kleptophobiac
Member
From: Sunnyvale, CA
Registered: 2004-04-25
Posts: 488

Instantaneous CLI bandwidth monitor...?

I did a search on "bandwidth monitor" and came up with some really high brow GUI/web/uber overkill bandwidth monitors.

I'm looking for something really simple that simply displays bps on an interface right now.

Is there a package for something so simple?

Offline

#2 2005-04-02 03:29:46

kleptophobiac
Member
From: Sunnyvale, CA
Registered: 2004-04-25
Posts: 488

Re: Instantaneous CLI bandwidth monitor...?

For the superlazy:
http://www.mstcforum.com/projects/arch/ … pkg.tar.gz

A bit of google searching revealed bmon. Here's the default pkgbuild with the appropriate fill-ins:

### Contributor: kleptophobiac@gmail.com

pkgname=bmon
pkgver=2.0.1
pkgrel=1
pkgdesc="A CLI realtime bandwidth monitor"
url="http://people.suug.ch/~tgr/bmon"
depends=()
makedepends=()
conflicts=()
replaces=()
backup=()
install=
source=(http://people.suug.ch/~tgr/bmon/files/$pkgname-$pkgver.tar.gz)
md5sums=('d0da9d05f18c82a621171985d536dec7')

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

Offline

#3 2005-04-07 11:57:20

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: Instantaneous CLI bandwidth monitor...?

I find vnstat to my likings - it's a fast, nice and CLI-only.


To err is human... to really foul up requires the root password.

Offline

Board footer

Powered by FluxBB