From b9cb0c37fb48fc7a33ee76962a31766b292b802d Mon Sep 17 00:00:00 2001 From: Fyodor 2pizza Sotnikov Date: Thu, 10 Oct 2024 14:17:55 +0300 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..487a956b --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +## Pony - monitoring agent for Xray/Wiregard + +Collects metrics on lowlevel and sends to Carbon + +Works with [carbon-clickhouse](https://github.com/frkn-dev/graphite-clickhouse-tldr) stack + +```build +cargo build --release +``` + +```test +cargo test +``` + + +Prerequisites - [cross](https://github.com/cross-rs/cross) + +```crosscompile +cross build --target x86_64-unknown-linux-gnu +```