Commit 98edd9f4 authored by Brendan Gregg's avatar Brendan Gregg Committed by GitHub

Merge pull request #1344 from samuelnair/manpage-fix

Fix for incorrect tool arguments in the man pages
parents 8322f800 434c27bd
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.SH NAME .SH NAME
ext4dist \- Summarize ext4 operation latency. Uses Linux eBPF/bcc. ext4dist \- Summarize ext4 operation latency. Uses Linux eBPF/bcc.
.SH SYNOPSIS .SH SYNOPSIS
.B ext4dist [\-h] [\-T] [\-N] [\-d] [interval] [count] .B ext4dist [\-h] [\-T] [\-m] [\-p PID] [interval] [count]
.SH DESCRIPTION .SH DESCRIPTION
This tool summarizes time (latency) spent in common ext4 file operations: reads, This tool summarizes time (latency) spent in common ext4 file operations: reads,
writes, opens, and syncs, and presents it as a power-of-2 histogram. It uses an writes, opens, and syncs, and presents it as a power-of-2 histogram. It uses an
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.SH NAME .SH NAME
xfsdist \- Summarize XFS operation latency. Uses Linux eBPF/bcc. xfsdist \- Summarize XFS operation latency. Uses Linux eBPF/bcc.
.SH SYNOPSIS .SH SYNOPSIS
.B xfsdist [\-h] [\-T] [\-N] [\-d] [interval] [count] .B xfsdist [\-h] [\-T] [\-m] [\-p PID] [interval] [count]
.SH DESCRIPTION .SH DESCRIPTION
This tool summarizes time (latency) spent in common XFS file operations: reads, This tool summarizes time (latency) spent in common XFS file operations: reads,
writes, opens, and syncs, and presents it as a power-of-2 histogram. It uses an writes, opens, and syncs, and presents it as a power-of-2 histogram. It uses an
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
.SH NAME .SH NAME
zfsdist \- Summarize ZFS operation latency. Uses Linux eBPF/bcc. zfsdist \- Summarize ZFS operation latency. Uses Linux eBPF/bcc.
.SH SYNOPSIS .SH SYNOPSIS
.B zfsdist [\-h] [\-T] [\-N] [\-d] [interval] [count] .B zfsdist [\-h] [\-T] [\-m] [\-p PID] [interval] [count]
.SH DESCRIPTION .SH DESCRIPTION
This tool summarizes time (latency) spent in common ZFS file operations: reads, This tool summarizes time (latency) spent in common ZFS file operations: reads,
writes, opens, and syncs, and presents it as a power-of-2 histogram. It uses an writes, opens, and syncs, and presents it as a power-of-2 histogram. It uses an
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment