Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 837 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 837 Bytes

linmon

One stop bird's eye monitoring tool for linux desktops/servers

linmon_cropped

Gist

This script gives a high level view on network, I/O, CPU, Memory and load usages in real time This installs necessary packages and starts the monitoring tools into a tmux session (linmon) on different panes. Needs root previlleges to run especially for iftop

Commands used (if you are not interested in running the shell script)

To start a 4 pane-d tmux session monitoring:

tmux new-session -s linmon -d htop \; split-window -d 'watch -n1 iostat'\; select-pane -t1 \; split-window -dh 'sudo iftop' \; split-window -d 'bash -c "echo Press enter to end monitoring; read n; tmux kill-session -t linmon"' \; select-pane -t2