0.1.2 • Published 12 years ago

webstat v0.1.2

Weekly downloads
9
License
-
Repository
github
Last release
12 years ago

webstat

node.js web server usage statistics

Collect usage statistics:

  • Total requests since the server started
  • Current handled requests
  • Request per second for the last minute / 5 minutes / 15 minutes / hour / day

usage

The usage is very simple

var server = require('./webstat');

server.startServer(function(req, res){
   res.end('Hello world');
});

command line utility

The module comes with a command utility which shows the server stats. Usage: webstatctl status

This utility is a simple http client which calls the web server with the OPTIONS http method.

The OPTIONS http method call is only allowed from the local machine.

author

Itzik Paz spideron@gmail.com