From 02d20b8e85b74d660e00c5c5d50ba5ecee45cfaf Mon Sep 17 00:00:00 2001 From: Vadim Kravcenko Date: Fri, 21 Mar 2014 20:41:03 +0100 Subject: Wrong variable name in example --- ngxtop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngxtop.py b/ngxtop.py index 69a4285..6e1cf48 100755 --- a/ngxtop.py +++ b/ngxtop.py @@ -52,7 +52,7 @@ Examples: $ ngxtop -i 'status >= 400' print request status http_referer Average body bytes sent of 200 responses of requested path begin with 'foo': - $ ngxtop avg bytes_sent --filter 'status == 200 and requested_path.startswith("foo")' + $ ngxtop avg bytes_sent --filter 'status == 200 and request_path.startswith("foo")' """ from contextlib import closing import logging -- cgit v1.2.3