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
  • 469
  • 2
  • 6
  • 13

2 Answers2

2

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

ewwhite
  • 197,159
  • 92
  • 443
  • 809
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
  • 39,291
  • 10
  • 105
  • 189