mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
With mkpasswd now gone from nats-server, this change replaces instances of mkpasswd with the new official natscli tool.
13 lines
614 B
Markdown
13 lines
614 B
Markdown
# Introduction
|
|
|
|
The NATS Ecosystem has many tools to support server configuration, enhance monitoring or tune performance:
|
|
|
|
* [nats](natscli.md) - Interact with and manage NATS
|
|
* [nk](nk.md) - Generate NKeys
|
|
* [nsc](nsc/) - Configure Operators, Accounts and Users
|
|
* [nats account server](nas/) - Serve Account JWTs
|
|
* [nats top](nats_top/) - 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.
|
|
|