brew tap nats-io/nats-tools
brew install nats-io/nats-tools/nats
brew install nats-io/nats-tools/nsc
docker compose up -d
# grafana: http://localhost:3000 (user/pass = admin/admin)
# prometheus: http://localhost:9090
nats bench testsubject --pub 10 --sub 10 --msgs 10000 --size 512
nats cheat
for cheat sheet- Video: Effective debugging using the NATS CLI (10 min)
- Playlist: Rethinking connectivity
- nats docker image (docs) (official)
- monitoring walkthrough