From fd10c90f6eaa0366f4c25582fc27b0a17b3f38f5 Mon Sep 17 00:00:00 2001 From: Brendan Gregg Date: Tue, 9 Feb 2016 00:28:43 -0800 Subject: [PATCH] missing options section on biotop --- man/man8/biotop.8 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/man/man8/biotop.8 b/man/man8/biotop.8 index 3ee021a..65aeacf 100644 --- a/man/man8/biotop.8 +++ b/man/man8/biotop.8 @@ -22,6 +22,22 @@ and will need updating to match any changes to these functions. Since this uses BPF, only the root user can use this tool. .SH REQUIREMENTS CONFIG_BPF and bcc. +.SH OPTIONS +.TP +\-C +Don't clear the screen. +.TP +\-r MAXROWS +Maximum number of rows to print. Default is 20. +.TP +\-p PID +Trace this PID only. +.TP +interval +Interval between updates, seconds. +.TP +count +Number of interval summaries. .SH EXAMPLES .TP Summarize block device I/O by process, 1 second screen refresh: -- 2.7.4