L7 DSTAT that count http requests
git clone https://github.com/w8oo/L7-DSTAT.git
cd L7-DSTAT
npm init -y
npm install express
you can edit the dstat port in index.js (Default port is 8082)
const PORT = process.env.PORT || <PORT>;
L7 DSTAT that count http requests
git clone https://github.com/w8oo/L7-DSTAT.git
cd L7-DSTAT
npm init -y
npm install express
you can edit the dstat port in index.js (Default port is 8082)
const PORT = process.env.PORT || <PORT>;