mysql - Alerting framework for incoming traffic -


currently put hourly traffic (total number of input requests) of website in mysql table. keep data last 90 days.

i want check every hour, lets 6th hour, has traffic increased/decreased beyond threshold last 7 days or last 30 days 6th hour traffic. basically, see pattern of traffic. different hours have different values.

-> there alerting framework can use purpose? -> if yes, can suggest open source?

-> if no, thinking of keeping running average of last 7 days / last 30 days in mysql table every hour. and according, write script generate alerts based on numbers. not sure whether should mean, median or standard deviation. can enlighten me there?


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -