From e2358b7ab426273c2e042ac8aeea974d92b73f23 Mon Sep 17 00:00:00 2001 From: AB Date: Sun, 19 Apr 2020 02:47:13 +0300 Subject: [PATCH] Update readme. --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 6f4f03a..a8faa34 100644 --- a/README.md +++ b/README.md @@ -57,5 +57,18 @@ Here is a [binary release](https://github.com/house-of-vanity/mus_fuse/releases/ # Compile $ cargo build --release # And run +# to baypass Basic Auth set +# $HTTP_USER and $HTTP_PASS +# environment variables before run. $ ./target/release/musfuse +# To get metrics +$ cat /METRICS.TXT +http_requests: 1818 +ingress: 243595644 +hit_len_cache: 1878 +hit_data_cache: 82 +miss_len_cache: 11 +miss_data_cache: 11 +server_addr: https://mus.hexor.ru + ```