Apache
- Tests the syntax of your Apache config and reports any errors
apachectl configtest
- Test Apache with ApacheBench, '-c 50' 50 concurrent connections, '-n 1000' 1000 requests. This test uses port *:8080. ApacheBench does not work well with PHP and Java.
ab -c 50 -n 1000 http://librenms.domain.net:8080/