NAME
monm_nginx - Nginx checker for App::MonM (http_stub_status_module)
VERSION
Version 1.01
SYNOPSIS
monm_nginx [-t SECS] [--q URL] [NAME]
monm_nginx -q http://nginx.myserver.com/server-status handled
OPTIONS
- -h, --help
-
Show short help information and quit
- -H, --longhelp
-
Show long help information and quit
- -q URL, --query=URL
-
Request URL
Default: http://localhost/server-status
- -t SECT, --timeout=SECS
-
Timeout value, secs
Default: 60
DESCRIPTION
Nginx checker for App::MonM (http_stub_status_module)
NAMES
- active
-
The current number of active connections
Counter's group: clients
- accepted
-
The number of connection accepted by nginx (since server start)
Counter's group: clients
- handled
-
The number of connections handled by nginx ( = accepts - rejected )
Counter's group: clients
- rejected
-
The number of connection rejected by nginx (since server start)
Counter's group: clients
- requests
-
The number of requests processed
Counter's group: clients
- reading
-
The current number of connections reading request
Counter's group: socket
- writing
-
The current number of connections writing response
Counter's group: socket
- waiting
-
The current number of connections on waiting state
Counter's group: socket
DEPENDENCES
AUTHOR
Serż Minus (Sergey Lepenkov) https://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2022 D&D Corporation. All Rights Reserved
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.