rob05c commented on issue #8174: URL: https://github.com/apache/trafficserver/issues/8174#issuecomment-887102540
There are a lot of different things you can monitor, I'm not entirely clear what you want to monitor here. If you want to monitor system stats (like /proc/net/dev and /proc/loadavg), and/or remap rule statistics, the `stats_over_http` plugin serves those over HTTP: https://docs.trafficserver.apache.org/en/latest/admin-guide/plugins/stats_over_http.en.html Further, the Apache Traffic Control (ATC) project is a CDN, and part of that is Health Monitoring ATS caches. The ATC Traffic Monitor polls ATS stats_over_http and aggregates, and serves those aggregated stats as well as deciding whether caches are "Healthy" and serving boolean availability: https://traffic-control-cdn.readthedocs.io/en/latest/admin/traffic_monitor.html -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
