Results 1 to 10 of 10
Is there a program that will let me monitor network traffic from bash? I SSH into my box, I run an FTP server and want to see what kind of ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-12-2005 #1Just Joined!
- Join Date
- Apr 2005
- Location
- Ohio
- Posts
- 12
Monitor Network Traffic from bash.
Is there a program that will let me monitor network traffic from bash? I SSH into my box, I run an FTP server and want to see what kind of bandwidth is being used also what kind of speeds I'm transmitting at. Basically I'm looking for a program like gkrealm that runs from command line itself
.
- 04-12-2005 #2Just Joined!
- Join Date
- Apr 2005
- Location
- Ohio
- Posts
- 12
For anyone who reads my post and is wondering the same thing, I found the program I was looking for. It's called bmon and can be found here http://people.suug.ch/~tgr/bmon/ It can monitor multiple interfaces, has a nice user interface as well. Hope this helps someone.
- 04-12-2005 #3Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
It's the greatest when you answer your own post!

JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 04-12-2005 #4Just Joined!
- Join Date
- Apr 2005
- Location
- Ohio
- Posts
- 12
Isn't it though?
I still want others to learn from my experiences.
- 04-13-2005 #5Linux User
- Join Date
- Oct 2004
- Location
- Serbia&Montenegro
- Posts
- 281
Thanks for the link. Nice to see you solved the problem and shared it with others.
Linux registered user #358842
Human knowledge belongs to the world.
- 04-13-2005 #6Linux User
- Join Date
- Feb 2005
- Posts
- 290
Thanks bullium !!
- 04-15-2005 #7Just Joined!
- Join Date
- Feb 2005
- Location
- Ireland
- Posts
- 50
how do you install the thing? lol
- 04-15-2005 #8Linux User
- Join Date
- Feb 2005
- Posts
- 290
download the stuff into your shell/box, tar -vxzf xxxx.tar.gz, ./configure, make, make install
if you're not the root user,use ./configure --prefix=/home/adam/bmon
good luck
- 04-17-2005 #9Just Joined!
- Join Date
- Jan 2005
- Posts
- 20
can anyone tell me how to install this bmon ? All I get after ./configure
is problems with C compiler ...C compiler cannot dreate executables :( Is there anything or maybe the latest kernel would help that would nor give me these kind of problem. This concerns not only bmon instalation, but anything I try to install. RPM installs fine but sometimes I need do it other way
- 04-21-2005 #10Just Joined!
- Join Date
- Apr 2005
- Location
- Romania
- Posts
- 42
Or iptraf - another shell tool.
Regards


Reply With Quote
