• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Comprehensive resource logging with charts?

Zolcos

Junior Member
I'm setting up an internet-facing server using Gentoo Linux with multiple services, the biggest of which are Minecraft, Apache, and Mumble. I want to determine if the machine can handle it all, or if I need to upgrade something.
My plan is to get everything running and then have a 'testing' stage where I tell my players to go nuts on the new server for a week -- in that time I want to collect data on performance, and at the end of the week carefully review the data. These are thing things I'll probably need to collect:
CPU usage over time
RAM/Swap usage over time
Peak network traffic
Client latency

This server has no X so I'd prefer a web interface. I'm ok with installing a 'heavyweight' package as long as it's robust and not hard to use.
 
sar handles most of those things pretty well... I don't have experience with dumping this to a web format or graphs, but I'm sure there are options available for doing this.
 
Back
Top