rur-stat

1.0.1 • Public • Published

rur-stat

Memory statistics for Express.

Installation

From npm.

npm install rur-stat

Or from git.

npm install roboulbricht/rur-stat

Example

var express = require('express');
var app = express();
 
var statmodule = require('rur-stat');
 
// http://127.0.0.1:8080/test/
// http://127.0.0.1:8080/test/raw
// http://127.0.0.1:8080/test/chart
app.use('/test', statmodule);
 
var server = app.listen(8080, function () {
    console.log('Node server is running..');
});

Readme

Keywords

none

Package Sidebar

Install

npm i rur-stat

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

5.67 kB

Total Files

5

Last publish

Collaborators

  • roboulbricht