Live data from Hacker News

Show HN: Real-time, top-like metrics for Nginx

github.com

1–10 of 34 posts

Re: Show HN: Real-time, top-like metrics for Nginx

#3
Am I the only one that bothered when tools like this do not give you some insight on resource consumption/limit?

Even if it's just parsing logs via sqlite, I still want to see the limitations and X per Y usage metrics to see if it can handle monitoring high traffic domain without impacting performance.

Re: Show HN: Real-time, top-like metrics for Nginx

#5
post #3

Am I the only one that bothered when tools like this do not give you some insight on resource consumption/limit? Even if it's just parsing logs via sqlite, I still want to see the limitations and X per Y usage metrics to see if it can handle monitoring high traffic domain without impacting performance.

The performance impact really depend on your server and traffics. Currently with high traffic server it will take quite some amount of CPU if running for awhile, after 15-20 mins or so, but I'm working on reduce that. So now it mostly useful to know what's going on with your nginx at the moment but not over a long period.

Re: Show HN: Real-time, top-like metrics for Nginx

#6
Side question: I saw a project similar to this, but display top in your terminal/browser with a beautiful visual dashboard. I remember seeing it here on HN recently but I can't find it. I mention that because it has a non-ascii visual component. I am interested in looking at the two source codes and see if I could make pretty dashboard out of it...

EDIT:

Thanks for finding the, HNers. I also think it is possible to look at IPythoNoteBook integration.

Re: Show HN: Real-time, top-like metrics for Nginx

#7
post #6

Side question: I saw a project similar to this, but display top in your terminal/browser with a beautiful visual dashboard. I remember seeing it here on HN recently but I can't find it. I mention that because it has a non-ascii visual component. I am interested in looking at the two source codes and see if I could make pretty dashboard out of it... EDIT : Thanks for finding the, HNers. I also think it is possible to…

The only other top I know of is htop http://hisham.hm/htop/ but I don't think that's what you're looking for

Re: Show HN: Real-time, top-like metrics for Nginx

#8
post #6

Side question: I saw a project similar to this, but display top in your terminal/browser with a beautiful visual dashboard. I remember seeing it here on HN recently but I can't find it. I mention that because it has a non-ascii visual component. I am interested in looking at the two source codes and see if I could make pretty dashboard out of it... EDIT : Thanks for finding the, HNers. I also think it is possible to…

Maybe that one? https://github.com/Unitech/pm2

Re: Show HN: Real-time, top-like metrics for Nginx

#9
post #6

Side question: I saw a project similar to this, but display top in your terminal/browser with a beautiful visual dashboard. I remember seeing it here on HN recently but I can't find it. I mention that because it has a non-ascii visual component. I am interested in looking at the two source codes and see if I could make pretty dashboard out of it... EDIT : Thanks for finding the, HNers. I also think it is possible to…

Fulfills the browser aspect of the question...this?

http://scoutapp.github.io/scout_realtime/

Re: Show HN: Real-time, top-like metrics for Nginx

#10
post #6

Side question: I saw a project similar to this, but display top in your terminal/browser with a beautiful visual dashboard. I remember seeing it here on HN recently but I can't find it. I mention that because it has a non-ascii visual component. I am interested in looking at the two source codes and see if I could make pretty dashboard out of it... EDIT : Thanks for finding the, HNers. I also think it is possible to…

could it be go access?

http://goaccess.prosoftcorp.com/

Post reply on HN