Matt Sergeant > AxKit2 > stats

Download:
AxKit2-1.1.tar.gz

Annotate this POD

CPAN RT

New  1
Open  0
View/Report Bugs
Source  

NAME ^

stats - Default statistics plugin for the console.

SYNOPSIS ^

  ConsolePort 18000
  Plugin stats

Then:

  $ telnet localhost 18000
  > stats

DESCRIPTION ^

This module provides statistics on the server since it was last restarted.

The following stats are provided:

Uptime
Total requests

(this really counts responses - it doesn't count when the client disconnects before a response can be made)

Total OK requests
Errors
Delivery Rate (i.e. reqs/sec)

Note that this module isn't 'free' - it does have a minor effect on the time it takes to process a request.

CONFIG ^

No config.

syntax highlighting: