I created a simple server log monitoring where with watchFile i am.capturingbany change in log file and with a fike stream I am reading number of lines. Then sending that count to monitoring html using socket.
Detail logic and code and git link is in one of my below post. https://www.linkedin.com/pulse/node-utility-server-log-monitoring-runtime-anirban-bhattacharya I need help I want to display hit and error as graph timewise on monitoring page. I know with watchFile we can capture mtime I am sending that too in my json message to client but need to know best way to generate graph. Any help will be great. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/b78b3ce3-c508-452d-8b6a-0eb5eea0b1da%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
