diff --git a/nats-tools/README.md b/nats-tools/README.md new file mode 100644 index 0000000..a35efd2 --- /dev/null +++ b/nats-tools/README.md @@ -0,0 +1,11 @@ +## NATS Tools + +The NATS Ecosystem has many tools to support server configuration, enhance monitoring or tune performance: + +- [mkpasswd](mkpasswd.md) - Generates or bcrypts passwords +- [nk](nk.md) - Generate NKeys +- [nsc](nsc/README.md) - Configure Operators, Accounts and Users +- [nats account server](nas/README.md) - Serve Account JWTs +- [nats top](nats_top/README.md) - Monitor NATS Server +- [nats-bench](natsbench.md) - Benchmark NATS Server +- [prometheus-nats-exporter](https://github.com/nats-io/prometheus-nats-exporter) - Export NATS server metrics to [Prometheus](https://prometheus.io/) and a [Grafana](https://grafana.com) dashboard. diff --git a/nats_tools/README.md b/nats_tools/README.md deleted file mode 100644 index 4de99cb..0000000 --- a/nats_tools/README.md +++ /dev/null @@ -1,11 +0,0 @@ -## NATS Tools - -The NATS Ecosystem has many tools to support server configuration, enhance monitoring or tune performance: - -- [mkpasswd](nats_tools/mkpasswd.md) - Generates or bcrypts passwords -- [nk](nats_tools/nk.md) - Generate NKeys -- [nsc](nats_tools/nsc/README.md) - Configure Operators, Accounts and Users -- [nats account server](nats_tools/nas/README.md) - Serve Account JWTs -- [nats top](nats_tools/nats_top/README.md) - Monitor NATS Server -- [nats-bench](nats_tools/natsbench.md) - Benchmark NATS Server -- [prometheus-nats-exporter](https://github.com/nats-io/prometheus-nats-exporter) - Export NATS server metrics to [Prometheus](https://prometheus.io/) and a [Grafana](https://grafana.com) dashboard.