Skip to content

Commit

Permalink
Add subheadings for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
kbatuigas committed Jul 22, 2024
1 parent a03f481 commit cb6961e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ See the xref:reference:rpk/rpk-cluster/rpk-cluster-self-test.adoc[`rpk cluster s

== Self-test command examples

=== Start self-test

To begin using self-test, run the `self-test start` command.

----
Expand All @@ -49,6 +51,8 @@ rpk cluster self-test status

The `self-test start` command returns immediately, and self-test runs its benchmarks asynchronously.

=== Check self-test status

To check on the status of self-test, run the `self-test status` command.

[,bash]
Expand Down Expand Up @@ -86,6 +90,8 @@ include::reference:partial$rpk-self-test-descriptions.adoc[]
.Example status output: test results
include::reference:partial$rpk-self-test-status-output.adoc[]

=== Stop self-test

To stop a running self-test, run the `self-test stop` command.

----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Node 1 is still running net self test
* No jobs running
** Returns the cached results for all brokers of the last completed test.
include::reference:partial$rpk-self-test-status-descriptions.adoc[]
include::reference:partial$rpk-self-test-descriptions.adoc[]

== Usage

Expand Down

0 comments on commit cb6961e

Please sign in to comment.