1

Any recommendations for a free tool to profile memory/swap/cpu usage on Linux (Ubuntu), preferably with graphical timeline charts?

I'm thinking of something like ntop but for memory i.e. that provides a web interface into the data collected (as this will be running on a remote server).

Joel
  • 459
  • 2
  • 6
  • 12

2 Answers2

2

I use:
Orca - http://www.orcaware.com/orca/
Munin - http://munin-monitoring.org/

ewwhite
  • 194,921
  • 91
  • 434
  • 799
1

An excellent tool for doing demand monitoring is nmon.

Available for AIX and Linux, it captures a large amount of system stats and there is an Excel spreadsheet available on the site to turn all the data into sexy graphs.

For doing long-term monitoring, the other options presented (Orca, Munin, Spong, Nagios, etc.) are better options.

MikeyB
  • 38,725
  • 10
  • 102
  • 186