From cd629b181895e3d1894bf5a1696df9f4a18f591a Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Mon, 22 Jan 2018 13:09:17 +0100 Subject: [PATCH] CHANGED: added stats to readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 45eb0d8..940ecb1 100755 --- a/README.md +++ b/README.md @@ -101,3 +101,13 @@ whole words) are removed. Districts that are unwanted can be blacklisted here. This makes sense for provider that only offer limited filter functions like Kalaydo/Ebay. + +## Stats +To monitor, what _Fredy_ is internally doing, you might want to check the current stats. These includes the `config` that is currently being used. +Also it includes an array of filter results per provider. + +You can call the stats http endpoint like this: +``` +curl http://localhost:9876 +``` +The ports is depending on what you've configured in your config file.