This server I am benchmarking gives no obvious signs of getting overloaded at a first glance.
top output:
top - 22:48:25 up 5 days, 3:41, 3 users, load average: 3.19, 3.34, 3.25
Tasks: 146 total, 1 running, 145 sleeping, 0 stopped, 0 zombie
Cpu(s): 29.4%us, 14.1%sy, 0.0%ni, 54.0%id, 0.0%wa, 0.0%hi, 2.5%si, 0.0%st
Mem: 24158176k total, 15366776k used, 8791400k free, 385372k buffers
Swap: 1952764k total, 0k used, 1952764k free, 994752k cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
22913 root 20 0 21.5g 10g 10m S 737 47.1 446:13.10 java
/var/log/syslog is just as it has always been. Server being benchmarked has some logs that give no clues to the reason for which requests are becoming increasingly more slowly processed (from standard of 10 - 50 ms into 50 seconds and over). This is a java server, no GCs taking place whatsoever.
Just what else is there to keep an eye onto in such scenario ?