Skip to content

Commit b44ef92

Browse files
README: more unified headers
1 parent d596cd9 commit b44ef92

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Before migrating, please see [Breaking or Potentially Breaking Changes](#breakin
5656

5757
## Usage
5858

59-
### Exploring Available Command Groups and Sub-commands
59+
### Explore Available Command Groups and Sub-commands
6060

6161
To explore what command groups are available, use
6262

@@ -115,7 +115,7 @@ To explore commands in a specific group, use
115115
rabbitmqadmin {group name} help
116116
```
117117

118-
### Exploring the CLI with `help`, `--help`
118+
### Explore the CLI with `help`, `--help`
119119

120120
To learn about what command groups and specific commands are available, run
121121

@@ -250,49 +250,49 @@ Cluster tags "az": "us-east
250250
Node tags "environment": "production","instance": "xlarge.m3",
251251
```
252252

253-
### Retrieving Basic Node Information
253+
### Retrieve Basic Node Information
254254

255255
``` shell
256256
rabbitmqadmin show overview
257257
```
258258

259259
will display essential node information in tabular form.
260260

261-
### Retrieving Connection, Queue/Stream, Channel Churn Information
261+
### Retrieve Connection, Queue/Stream, Channel Churn Information
262262

263263
Helps assess connection, queue/stream, channel [churn metrics](https://rabbitmq.com/docs/connections#high-connection-churn) in the cluster.
264264

265265
``` shell
266266
rabbitmqadmin show churn
267267
```
268268

269-
### Displaying the HTTP API Endpoint
269+
### Display the HTTP API Endpoint
270270

271271
To verify the computed HTTP API endpoint URI (useful for troubleshooting):
272272

273273
``` shell
274274
rabbitmqadmin show endpoint
275275
```
276276

277-
### Listing cluster nodes
277+
### List Cluster Nodes
278278

279279
``` shell
280280
rabbitmqadmin nodes list
281281
```
282282

283-
### Listing virtual hosts
283+
### List Virtual Hosts
284284

285285
``` shell
286286
rabbitmqadmin vhosts list
287287
```
288288

289-
### Listing users
289+
### List Users
290290

291291
``` shell
292292
rabbitmqadmin users list
293293
```
294294

295-
### Listing queues
295+
### List Queues
296296

297297
``` shell
298298
rabbitmqadmin queues list
@@ -302,7 +302,7 @@ rabbitmqadmin queues list
302302
rabbitmqadmin --vhost "monitoring" queues list
303303
```
304304

305-
### Listing exchanges
305+
### List Exchanges
306306

307307
``` shell
308308
rabbitmqadmin exchanges list
@@ -312,7 +312,7 @@ rabbitmqadmin exchanges list
312312
rabbitmqadmin --vhost "events" exchanges list
313313
```
314314

315-
### Listing bindings
315+
### List Bindings
316316

317317
``` shell
318318
rabbitmqadmin bindings list
@@ -322,7 +322,7 @@ rabbitmqadmin bindings list
322322
rabbitmqadmin --vhost "events" bindings list
323323
```
324324

325-
### Listing consumers
325+
### List Consumers
326326

327327
``` shell
328328
rabbitmqadmin consumers list
@@ -437,7 +437,7 @@ rabbitmqadmin --vhost "events" exchanges unbind --source "events.topic" --destin
437437
rabbitmqadmin --vhost "events" exchanges unbind --source "events.fanout" --destination-type "exchange" --destination "events.archived" --routing-key ""
438438
```
439439

440-
### Inspecting Node Memory Breakdown
440+
### Inspect Node Memory Breakdown
441441

442442
There are two commands for reasoning about target [node's memory footprint](https://rabbitmq.com/docs/memory-use):
443443

0 commit comments

Comments
 (0)