A basic Layer 7 Dstat using charts.js and Nginx Status page.
server{listen 80; # The host name to respond to server_name myhostname.com; location /{root /var/www/html/dstat; index index.html} location /nginx_status{# Turn on stats stub_status on; access_log off} } Live Demo: Dstat
