ngxtop icon indicating copy to clipboard operation
ngxtop copied to clipboard

Real-time metrics for nginx server

Results 64 ngxtop issues
Sort by recently updated
recently updated
newest added

I've added new columns: - Cache hit - Cache miss for combine logs.

Looking for some help to use ngxtop to show just the connections in the last 5 minutes and not all time. We're using this to gauge a live listener count...

1. add traff speed summery info 1. add avg_request_time in each pannel 1. modify: -g , --group-by group by variable [default: request_path,http_host,remote_addr] 1. set version 0.1.0

The official Nginx Docker image does a redirection of access.log to /dev/stdout, so that one can access the log with ```docker log``` from outside docker i.e. on the host. This...

use ending character to optimize regex matching process ideas from https://github.com/satyrius/gonx#format

Hi! I have log like this: 192.168.7.40 - - [31/Mar/2014:04:02:02 +0400] "POST /my/url HTTP/1.0" 200 16 "-" "Zend_Http_Client" It successfully parsed by ngxtop, but if I have this format: 192.168.7.40...

Please add warning about buffered nginx access logs to readme. Because it's not obvious that buffered logs can make ngxtop displaying incorrect values. Thank you very much for such a...

I had to search google for log_format parameters every time I wanted to use ngxtop, or read the source code to figure out which vars are available. Now you can...

This update allows ngxtop to parse files that are included in the Nginx config via 'include' directives. Useful for large deployments where each vhost is located in a separate config...

Hello, My nginx log is defined, like : ``` nginx log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_referer" ' '"$http_user_agent" "$http_x_forwarded_for" $request_length $request_time $bytes_sent ' '"$upstream_cache_status"'; ```...