diff options
author | Binh Le <lebinh.it@gmail.com> | 2015-01-27 12:43:31 +0700 |
---|---|---|
committer | Binh Le <lebinh.it@gmail.com> | 2015-01-27 12:43:31 +0700 |
commit | c34fe7ee1a9c4b6dbb07191e80334a2f4517ac94 (patch) | |
tree | 23b6236706554d6c02461ac70c2bf958d7e0173e | |
parent | cdc2abe8c52b734630168c2d8eb0f29043f97d32 (diff) |
Update README.rst
Add reference to Luameter
-rw-r--r-- | README.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 <https://luameter.com>`_. + ``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. |