Please consider adding the above, similar to what is available in WHM. The current "httpd_fullstatus" although useful, is really a replication of what is shown in "apache_builder" plus the currently running processes.
It should be very easy for you to implement:
/usr/local/apache/bin/apachectl fullstatus | grep GET | grep -v server-status | sed 's/[[:space:]]*$//'
Add to the rather misnamed "Service SSH"?
Try running the above on an active server, in ssh, to see the usefulness. :-)