ngx_http_stub_status_module

优质
小牛编辑
120浏览
2023-12-01

The total requests' response time, which is in millisecond, is also recorded in the Tengine.

So you can calculate the mean response time. Here is an example of the output of stub_status:

Active connections: 1
server accepts handled requests request_time
1140 1140 1140 75806
Reading: 0 Writing: 1 Waiting: 0

If you want to use tsar with Tengine/Nginx, you can use the module for tsar.

quick start