I've got two Apache webservers that serve thousands of files per second. I want to compare the two webservers to determine who is actually faster in terms of who can serve more files/s.
mod_status with ExtendedStatus On would exactly do this job, but it slows down the machine too much. Needless to say that there are no access logs as well.
What would be an easy way to determine the number of files/requests the apaches are serving?