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 monitors one or more Tengine
instances depending on configuration.
Requirements
Charts
It produces the following summary charts:
- Bandwidth in
B/s
- Connections in
connections/s
- Requests in
requests/s
- Requests Per Response Code Family in
requests/s
- Requests Per Response Code Detailed in
requests/s
- 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
to server's /us
. Here is an example for 2 servers:
jobs:
- name: local
url: http://127.0.0.1/us
- name: remote
url: http://203.0.113.10/us
For all available options please see module configuration file.
Troubleshooting
Check the module debug output. Run the following command as netdata
user:
./go.d.plugin -d -m tengine