Skip to content

w8oo/L7-DSTAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

L7-DSTAT

L7 DSTAT that count http requests

Setup

git clone https://github.com/w8oo/L7-DSTAT.git

cd L7-DSTAT
npm init -y
npm install express

config

you can edit the dstat port in index.js (Default port is 8082)

const PORT = process.env.PORT || <PORT>;

Alternative

layer7-dstat

Go-dstat

Releases

No releases published

Packages

No packages published