Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 514 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 514 Bytes

Yakuza-Dstat

A basic Layer 7 Dstat using charts.js and Nginx Status page.

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;
  }
}

Preview

Live Demo: Dstat