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 +```