1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

dead links

This commit is contained in:
Alberto Ricart
2019-05-20 16:33:52 -05:00
parent c1f113449a
commit 2268002f81
124 changed files with 135 additions and 135 deletions

View File

@@ -78,4 +78,4 @@ Use the `q` command to quit nats-top.
### Tutorial
For a walkthrough with `nats-top` check out the [tutorial](/documentation/additional_documentation/nats-top).
For a walkthrough with `nats-top` check out the [tutorial](tutorial.md).

View File

@@ -1,11 +1,11 @@
## NATS TOP Tutorial
You can use [nats-top](natstop.md) to monitor in realtime NATS server connections and message statistics.
You can use [nats-top](https://github.com/nats-io/nats-top) to monitor in realtime NATS server connections and message statistics.
#### Prerequisites
- [Set up your Go environment](/documentation/additional_documentation/go-install/)
- [Installed the NATS server](/documentation/managing_the_server/installing/)
- [Set up your Go environment](https://golang.org/doc/install)
- [Installed the NATS server](/nats_server/installation.md)
#### 1. Install nats-top
@@ -48,7 +48,7 @@ Connections: 0
Run some NATS client programs and exchange messages.
For the best experience, you will want to run multiple subscribers, at least 2 or 3. Refer to the [example pub-sub clients](/documentation/additional_documentation/nats-pub-sub).
For the best experience, you will want to run multiple subscribers, at least 2 or 3. Refer to the [example pub-sub clients](/nats_server/clients.md).
#### 5. Check nats-top for statistics