From c34fe7ee1a9c4b6dbb07191e80334a2f4517ac94 Mon Sep 17 00:00:00 2001 From: Binh Le Date: Tue, 27 Jan 2015 12:43:31 +0700 Subject: Update README.rst Add reference to Luameter --- README.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 2680597..b84550e 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,10 @@ **ngxtop** parses your nginx access log and outputs useful, ``top``-like, metrics of your nginx server. So you can tell what is happening with your server in real-time. + ``ngxtop`` is designed to run in a short-period time just like the ``top`` command for troubleshooting and monitoring + your Nginx server at the moment. If you need a long running monitoring process or storing your webserver stats in external + monitoring / graphing system, you can try `Luameter `_. + ``ngxtop`` tries to determine the correct location and format of nginx access log file by default, so you can just run ``ngxtop`` and having a close look at all requests coming to your nginx server. But it does not limit you to nginx and the default top view. ``ngxtop`` is flexible enough for you to configure and change most of its behaviours. -- cgit v1.2.3