> On Feb 22, 2016, at 10:57 AM, Muhammad Faisal <[email protected]> wrote: > > Thanks Sudheer for the suggestion. I will for sure give it a try for offline > stats analysis. > > I'm trying to setup a front end to collect live data like cache hit ratio, > Bandwidth usage and plot the data in grafana for example. Idea is as follows: > > ATS ---->Statistics------> time series DB ------> Graphs/UI
Yup, that's right. You have something that polls the JSON from stats_over_http and feeds it into a time series that is later graphed. There's a lot of information out there about common metrics pipelines based on graphite, prometheus, circonus and many others. Jon documented how to integrate with Circonus, and I expect other metrics pipelines would be similar. https://docs.trafficserver.apache.org/en/latest/admin-guide/monitoring/monitoring/third-party/circonus.en.html > > Traffic_Control is a great suite of applications for CDN > deployments/management having marvelous front end but integration with ATS > v6.1.1 has some challenges though. > > > -- > Thanks > F. > irc: zoot > > > > ------ Original Message ------ > From: "Sudheer Vinukonda" <[email protected]> > To: "[email protected]" <[email protected]>; > "Muhammad Faisal" <[email protected]> > Sent: 2/22/2016 11:33:33 PM > Subject: Re: ATS statistics output as time series data for KPI monitoring > >> Not sure if this answers your question directly, but, you could always do >> what you are asking, using an offline utility/toolset. For example, we >> upload the logs/stats to Splunk (http://www.splunk.com/) which supports all >> sorts of log analysis mechanisms. >> >> Thanks, >> >> Sudheer >> >> >> On Sunday, February 21, 2016 10:41 AM, Muhammad Faisal >> <[email protected]> wrote: >> >> >> Hi, >> Is this possible to parse the ATS statistics (like we have stats_over_http) >> as time series data for graphing and monitoring ATS KPI? >> >> -- >> Thanks >> F. >> irc: zoot
