mirror of
https://github.com/taigrr/nats.docs
synced 2025-01-18 04:03:23 -08:00
dead links
This commit is contained in:
@@ -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).
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ With NKeys the server can verify identity without ever storing secrets on the se
|
||||
|
||||
### Installing nk
|
||||
|
||||
To get started with NKeys, you’ll need the `nk` tool from https://github.com/nats-io/nkeys/nk repository. If you have _go_ installed, enter the following at a command prompt:
|
||||
To get started with NKeys, you’ll need the `nk` tool from https://github.com/nats-io/nkeys/tree/master/nk repository. If you have _go_ installed, enter the following at a command prompt:
|
||||
|
||||
```bash
|
||||
> go get github.com/nats-io/nk
|
||||
|
||||
Reference in New Issue
Block a user