Afternoon gents,
I'm trying to monitor and graph the currently used bandwidth by Apache, I've been trying to use mod_status with /server-status and just parsing this specific row:
16.1 requests/sec - 34.4 kB/second - 2193 B/request
But unfortunately that's an average value, which means that over time it will basically grind to a halt. What I'd like to do is to monitor the bandwidth usage over, lets say for simplicity's sake, 1 second. Any clues on how to do this?
Best Regards Lpe