You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: doc/interactive-commands.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Both interfaces may serve at the same time. Both respond to simple text command,
17
17
-`help`: shows a brief list of available commands
18
18
-`status`: returns a detailed status summary of migration progress and configuration
19
19
-`sup`: returns a brief status summary of migration progress
20
-
-`cpu-profile`: returns a base64-encoded runtime/pprof CPU profile with options, default '30s'. Comma-separated options 'gzip' and/or 'blocking' (blocking profile) may follow a profile duration
20
+
-`cpu-profile`: returns a base64-encoded runtime/pprof CPU profile using a duration, default: `30s`. Comma-separated options `gzip` and/or `block` (blocked profile) may follow the profile duration
21
21
-`coordinates`: returns recent (though not exactly up to date) binary log coordinates of the inspected server
22
22
-`applier`: returns the hostname of the applier
23
23
-`inspector`: returns the hostname of the inspector
cpu-profile=<options> # Print a base64-encoded runtime/pprof CPU profile with options, default '30s'. Comma-separated options 'gzip' and/or 'blocking' (blocking profile) may follow a profile duration
208
+
cpu-profile=<options> # Print a base64-encoded runtime/pprof CPU profile using a duration, default: 30s. Comma-separated options 'gzip' and/or 'block' (blocked profile) may follow the profile duration
209
209
coordinates # Print the currently inspected coordinates
0 commit comments