Performance Notes

Monitoring Apache

  • Domenico: netstat -an | grep 443 | wc -l to see the number of connections over HTTPS port
    • David: very helpful, but might change if nginx is deployed to help with the static resource distribution
  • Domenico: htop a better version of top program