This is the tool I've wanted (and half written 3-4 times) my whole career. From reading the github it looks lightweight, not a big infrastructure addition, and that it helps you figure out wtf is going on with the web server. Regarding the branding, for me top is a real-time tool rather than a logging tool. I was picturing something that may have been more useful for older style Apache httpd installs where you have s…
Thanks for the feedback. I wanted to capture the same idea as the original tool I listed in the README. In the future I hope to add functionality to tail a log file in real time and do live updates of the stats. This is where the idea of top comes from.
Show HN: Top, but for Nginx
11–20 of 72 posts
Re: Show HN: Top, but for Nginx
#12I wouldn't mind a screenshot before installing it.
I thought the same thing. I was expecting to see some kind of screenshot so I could have a glimpse of the software. EDIT: 1# I'm gonna compile it and provide a screenshot via a pull request. 2# Compilation failed because it needed sqlite3 headers and this is not reported in the app. I'm gonna edit that in the readme too :) This year (specially with the whole covid thingy) I set a goal to contribute more to open sourc…
Re: Show HN: Top, but for Nginx
#13Re: Show HN: Top, but for Nginx
#14Re: Show HN: Top, but for Nginx
#15Re: Show HN: Top, but for Nginx
#16Hmmm... 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.
Re: Show HN: Top, but for Nginx
#17This is why I recommend switching to HAProxy.
Re: Show HN: Top, but for Nginx
#18Monitoring 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.
[1] https://www.haproxy.com/products/haproxy-enterprise-edition/
Re: Show HN: Top, but for Nginx
#19Monitoring 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.
Re: Show HN: Top, but for Nginx
#20Why make a whole new tool with limitations instead of improving the existing one?