tengine
Tengine is a web server originated by Taobao, the largest e-commerce website in Asia. It is based on the Nginx HTTP server and has many advanced features.
This module will monitor one or more tengine instances via the ngx_http_reqstat_module module.
Requirements:
It produces the following charts:
Summary charts:
-
Bandwidth in B/s
-
Connections in connections/s
-
Requests in requests/s
-
Requests Per Response Code Family in requests/s
- 2xx, 3xx, 4xx, 5xx, other
- Requests Per Response Code Detailed in requests/s
- 200, 206, 302, 304, 403, ..., other
-
Number Of Requests Calling For Upstream in requests/s
-
Number Of Times Calling For Upstream in calls/s
-
Requests Per Response Code Family in requests/s
configuration
Needs only url.
Here is an example:
jobs:
- name: local
url : http://127.0.0.1/us
- name: remote
url : http://100.64.0.1us
For all available options please see module configuration file.
Without configuration, module attempts to connect to http://127.0.0.1/us