From 335f1ec95f81e6d166fc802e41e58fafa92e4a16 Mon Sep 17 00:00:00 2001 From: Matteo Croce Date: Mon, 30 Dec 2024 14:25:34 -0800 Subject: [PATCH] remove scuba commands from man page Summary: remove scuba commands from man page Reviewed By: lnyng Differential Revision: D67724131 fbshipit-source-id: 09b0860d027a9b1ad5c28015b43be6d0df9459da --- below/below.1 | 67 --------------------------------------------------- 1 file changed, 67 deletions(-) diff --git a/below/below.1 b/below/below.1 index b1e78178..7c60a949 100644 --- a/below/below.1 +++ b/below/below.1 @@ -29,10 +29,6 @@ Enable debug mode for additional logging and diagnostics. Print help for the tool. .SH SUBCOMMANDS -.TP -.B scuba -Dump data to scuba. - .TP .B live Display live system data interactively. This is the default mode if no subcommand is specified. @@ -58,65 +54,6 @@ Dump historical data into a parseable text format. Create a historical snapshot file for a given time range. .SH SUBCOMMAND DETAILS -.SS scuba -Dump data to scuba. This subcommand supports the following options: - -.TP -.B -b, --begin -Time string specifying the starting point. Examples: -.RS -.IP -Keywords: now, today, yesterday -.IP -\fI{humantime}\fR ago, e.g., "2 days 3 hr 15m 10sec ago" -.IP -short: Mixed \fI{time_digit}{time_unit_char}\fR, e.g., 10m, 3d2h, 5h30s. Case insensitive. -.IP -Absolute: "Jan 01 23:59", "01/01/1970 11:59PM", "1970-01-01 23:59:59" -.IP -Unix Epoch: 1589808367 -.RE - -.TP -.B -e, --end -Time string specifying the ending point. Follows the same format as \fB--begin\fR. - -.TP -.B --duration -Time string specifying the scuba duration. Examples: -.RS -.IP -Keywords: days, min, h, sec -.IP -Relative: \fI{humantime}\fR, e.g., "2 days 3 hr 15m 10sec" -.RE - -.TP -.B -s, --host -Supply hostname to log data from remote. - -.TP -.B --port -Override the default port to connect to remote. - -.TP -.B -r -Days adjuster. Use \fIy\fR for yesterday, repeated as needed (e.g., \fIyy\fR for 2 days ago). Examples: -.RS -.IP -Yesterday at 2 pm: \fBbelow replay -r y -t 2:00pm\fR -.IP -Adjusted date: \fBbelow replay -r yy -t "09/03/2020 17:00"\fR -.RE - -.TP -.B -c, --cgroup-filter -Only cgroups containing the specified string in their full path will be logged. Example: -.RS -.IP -\fBbelow scuba --begin "1m ago" --cgroup-filter /system.slice\fR -.RE - .SS live Display live system data interactively. This subcommand supports the following options: @@ -323,10 +260,6 @@ Dump network interface queue stats .B tc Dump the tc related stats with qdiscs -.TP -.B scuba -Dump data to scuba. - .SS dump system Dump system stats.