From bb9376476e474242dabb08da9dc5aa6b55398336 Mon Sep 17 00:00:00 2001 From: riley206 Date: Wed, 13 Mar 2024 09:19:26 -0700 Subject: [PATCH] better topic explanation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42cc44d..7257dc0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Passing?](https://github.com/eclipse-volttron/volttron-log-statistics/actions/workflows/run-tests.yml/badge.svg) [![pypi version](https://img.shields.io/pypi/v/volttron-log-statistics.svg)](https://pypi.org/project/volttron-log-statistics/) -The Log Statistics agent periodically reads ".log" files based on the configured interval, computes the size delta from the previous hour and publishes the difference in bytes with a timestamp. It also publishes standard deviation of the size delta every 24 hours. This agent can be useful for detecting unexpected changes to the system which may be an indication of some sort of failure or breach. +The Log Statistics agent periodically reads ".log" files based on the configured interval, computes the size delta from the previous interval and publishes the difference in bytes with a timestamp. It also publishes the standard deviation and mean of the size delta every 24 hours. This agent can be useful for detecting unexpected changes to the system which may be an indication of some sort of failure or breach. ## Requires