Monitor through Apache Server-Status.
Apache server status required Apache Module mod_status. It will tell you:
The details given are:

The number of worker serving requests
The number of idle worker
The status of each worker, the number of requests that worker has performed and the total number of bytes served by the worker (*)
A total number of accesses and byte [...]

continue reading.....