Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I'm developing a website. I was wondering if there are any tools out there that make it easy to log and graph usage statistics of how my cpu, memory, disk and network are used.

I need to somehow know when I need to scale up / when I'm going to get problems soon.

I found http://sebastien.godard.pagesperso-orange.fr/ (command line thingy, not so useful because I'd have to write my own graphics and logging layer on top of it..)

share|improve this question

3 Answers

up vote 2 down vote accepted

What you want is cacti.

share|improve this answer

If you aren't quite happy with the way RRDT-based tools work, you may want to try Zabbix.

CPU, memory, disk and network are in the default template for all OSes, so it should be relatively configuration free. You can get Zabbix packages (both server and client) with many Linux distributions' package management system directly.

It uses more traditional databases like MySQL, so it does consume more resources than RRDT.

share|improve this answer

GKrellm.

GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.