May be ngxtop?
I need some transparency with my openresty server pools to monitor the basics (activity, load, active connections, etc). It needs to be lightweight and it must not give up any server performance. Does anything exist? .
The lowest impact tools (for linux at least) are the ones that come with the OS: sar, netstat, htop, nicstat, perf etc. (assuming you're running on linux).Sent from my iPhoneOn Aug 24, 2014, at 1:25 PM, Chris Whitten <christoph...@gmail.com> wrote:I need some transparency with my openresty server pools to monitor the basics (activity, load, active connections, etc). It needs to be lightweight and it must not give up any server performance. Does anything exist? .
I'm aware of the system-level monitoring tools, I'm looking for more of a software solution without a presentation layer (so I can build and surface the data as I choose). Looking for other openresty folks who have tackled the same problem. I need to aggregate and present data across clusters of openresty servers.On Sunday, August 24, 2014 8:47:43 PM UTC-7, Peter Booth wrote:The lowest impact tools (for linux at least) are the ones that come with the OS: sar, netstat, htop, nicstat, perf etc. (assuming you're running on linux).Sent from my iPhoneOn Aug 24, 2014, at 1:25 PM, Chris Whitten <christoph...@gmail.com> wrote:I need some transparency with my openresty server pools to monitor the basics (activity, load, active connections, etc). It needs to be lightweight and it must not give up any server performance. Does anything exist? .