Tag Archives: top
Linux. History of system usage
There is a way to monitor your system usage and log to a file easily — with atop command. On my Ubuntu it can be installed with
1 |
sudo apt-get install atop |
It can be started as a top command — it’s output almost the same. But the most interesting feature is that it starts a daemon that logs …
График LA в командной строке
Оказывается, в shell есть команда для построения графика изменения la с течением времени — tload Результат — А я всё по старинке пользовался top-ом). http://linux.about.com/library/cmd/blcmdl1_tload.htm