The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.