Skip to content

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

License

Notifications You must be signed in to change notification settings

devblack/yakuza-dstat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages