Monitoring capabilities are missing from Nginx on purpose. They are not and will never be available for free because there is "NGINX Plus". This is why I recommend switching to HAProxy.
Show HN: Top, but for Nginx
21–30 of 72 posts
Re: Show HN: Top, but for Nginx
#22Monitoring capabilities are missing from Nginx on purpose. They are not and will never be available for free because there is "NGINX Plus". This is why I recommend switching to HAProxy.
HAProxy also has an 'enterprise' offering[1], what makes this different from nginx plus? [1] https://www.haproxy.com/products/haproxy-enterprise-edition/
Re: Show HN: Top, but for Nginx
#23> This tool is a rewrite of ngxtop to make it more easily installed and hopefully quicker. Why make a whole new tool with limitations instead of improving the existing one?
Re: Show HN: Top, but for Nginx
#24Hmmm... looks like nothing more than a weblog analyzer. Someone correct me if I'm wrong. It's not "real time" since it can only report on what the web-server has done not what it is doing . AFAIK, nginx has nothing like Apache httpd's mod_status... at least, nothing open source.
https://nginx.org/en/docs/http/ngx_http_stub_status_module.h...
Re: Show HN: Top, but for Nginx
#25> This tool is a rewrite of ngxtop to make it more easily installed and hopefully quicker. Why make a whole new tool with limitations instead of improving the existing one?
Re: Show HN: Top, but for Nginx
#26Re: Show HN: Top, but for Nginx
#27Re: Show HN: Top, but for Nginx
#28Monitoring capabilities are missing from Nginx on purpose. They are not and will never be available for free because there is "NGINX Plus". This is why I recommend switching to HAProxy.
I'd love to just "switch to X", but there is no X which provides all of the above in one great package: Static file serving, load-balanced proxying (TCP/HTTP), fine-grained caching, automatic Let's Encrypt update, API-based configuration (for dynamic upstreams etc), monitoring. Maybe there shouldn't be such a tool. For all other use-cases I go with nginx since it at least provides decent proxying, caching and static…
Re: Show HN: Top, but for Nginx
#29Monitoring capabilities are missing from Nginx on purpose. They are not and will never be available for free because there is "NGINX Plus". This is why I recommend switching to HAProxy.
I'd love to just "switch to X", but there is no X which provides all of the above in one great package: Static file serving, load-balanced proxying (TCP/HTTP), fine-grained caching, automatic Let's Encrypt update, API-based configuration (for dynamic upstreams etc), monitoring. Maybe there shouldn't be such a tool. For all other use-cases I go with nginx since it at least provides decent proxying, caching and static…
Re: Show HN: Top, but for Nginx
#30Hmmm... looks like nothing more than a weblog analyzer. Someone correct me if I'm wrong. It's not "real time" since it can only report on what the web-server has done not what it is doing . AFAIK, nginx has nothing like Apache httpd's mod_status... at least, nothing open source.
Which presumably means those metrics are available in the OSS edition somehow...