Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bcc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
bcc
Commits
157fee3f
Commit
157fee3f
authored
Feb 14, 2016
by
Brendan Gregg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better titles for dist tools
parent
9c1f3629
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
157fee3f
...
...
@@ -75,7 +75,7 @@ Tools:
-
tools/
[
dcsnoop
](
tools/dcsnoop.py
)
: Trace directory entry cache (dcache) lookups.
[
Examples
](
tools/dcsnoop_example.txt
)
.
-
tools/
[
dcstat
](
tools/dcstat.py
)
: Directory entry cache (dcache) stats.
[
Examples
](
tools/dcstat_example.txt
)
.
-
tools/
[
execsnoop
](
tools/execsnoop.py
)
: Trace new processes via exec() syscalls.
[
Examples
](
tools/execsnoop_example.txt
)
.
-
tools/
[
ext4dist
](
tools/ext4dist.py
)
: Summarize ext4 operation latency.
[
Examples
](
tools/ext4dist_example.txt
)
.
-
tools/
[
ext4dist
](
tools/ext4dist.py
)
: Summarize ext4 operation latency
distribution as a histogram
.
[
Examples
](
tools/ext4dist_example.txt
)
.
-
tools/
[
ext4slower
](
tools/ext4slower.py
)
: Trace slow ext4 operations.
[
Examples
](
tools/ext4slower_example.txt
)
.
-
tools/
[
filelife
](
tools/filelife.py
)
: Trace the lifespan of short-lived files.
[
Examples
](
tools/filelife_example.txt
)
.
-
tools/
[
fileslower
](
tools/fileslower.py
)
: Trace slow synchronous file reads and writes.
[
Examples
](
tools/fileslower_example.txt
)
.
...
...
@@ -104,9 +104,9 @@ Tools:
-
tools/
[
vfscount
](
tools/vfscount.py
)
tools/
[
vfscount.c
](
tools/vfscount.c
)
: Count VFS calls.
[
Examples
](
tools/vfscount_example.txt
)
.
-
tools/
[
vfsstat
](
tools/vfsstat.py
)
tools/
[
vfsstat.c
](
tools/vfsstat.c
)
: Count some VFS calls, with column output.
[
Examples
](
tools/vfsstat_example.txt
)
.
-
tools/
[
wakeuptime
](
tools/wakeuptime.py
)
: Summarize sleep to wakeup time by waker kernel stack.
[
Examples
](
tools/wakeuptime_example.txt
)
.
-
tools/
[
xfsdist
](
tools/xfsdist.py
)
: Summarize XFS operation latency.
[
Examples
](
tools/xfsdist_example.txt
)
.
-
tools/
[
xfsdist
](
tools/xfsdist.py
)
: Summarize XFS operation latency
distribution as a histogram
.
[
Examples
](
tools/xfsdist_example.txt
)
.
-
tools/
[
xfsslower
](
tools/xfsslower.py
)
: Trace slow XFS operations.
[
Examples
](
tools/xfsslower_example.txt
)
.
-
tools/
[
zfsdist
](
tools/zfsdist.py
)
: Summarize ZFS operation latency.
[
Examples
](
tools/zfsdist_example.txt
)
.
-
tools/
[
zfsdist
](
tools/zfsdist.py
)
: Summarize ZFS operation latency
distribution as a histogram
.
[
Examples
](
tools/zfsdist_example.txt
)
.
-
tools/
[
zfsslower
](
tools/zfsslower.py
)
: Trace slow ZFS operations.
[
Examples
](
tools/zfsslower_example.txt
)
.
### Networking
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment