What system monitors do you use? - Desktop Customization & Workflow

Users browsing this thread: 1 Guest(s)
yrmt
Grey Hair Nixers
I use top, slurm, ttyload.
venam
Administrators
Those are the programs I use.
I set them as alias because I don't want to bother remembering their names.
Code:
alias mon1="htop"
alias mon2="bmon"
alias mon3="nmon"
alias mon4="dstat"
Ippytraxx
Members
Glances, everything rolled into one.
yrmt
Grey Hair Nixers
(05-04-2013, 03:04 PM)NeoTerra Wrote: Usually htop works for my needs.

too much linuxisms :P
Nihility
Members
just plain old 'top'
Hans Hackett
Members
htop already fulfill my needs :P
Mafia
Long time nixers
htop on linux, top on BSD. Same old same old.
zygotb
Long time nixers
Top.
Trafshow/iftop/etherape.

systat -if

Etc...

I really like the way etherape gives a graphical representation of whichever traffic I wish to see, but it is far from being a lightweight application.
venam
Administrators
(07-04-2013, 01:06 AM)29a Wrote: Top.
Trafshow/iftop/etherape.

systat -if

Etc...

I really like the way etherape gives a graphical representation of whichever traffic I wish to see, but it is far from being a lightweight application.
If you say "ethe-rape" we can start saying tcpdump, wireshark, and all the panoply.
zygotb
Long time nixers
Here's what EtherApe looks like:

http://www.youtube.com/watch?v=mF28Gbnu_og
Zanthas
Members
htop of course, both on GNU/Linux and FreeBSD
kopri
Long time nixers
I use Slurm, TTYload, htop, and dstat. Do any of you know of a good iptables log monitor?
Tanami
Members
dstat/htop, usually.
jmbi
Long time nixers
htop! I even use it on my FreeBSD systems!

also, 100th post! :D
yrmt
Grey Hair Nixers
Htop is not very accurate on BSD.
crshd
Registered
/proc

haha, made you look!
kopri
Long time nixers
You got me!
dionysus
Members
htop. Don't really need anything else.