Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bpftrace
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
bpftrace
Commits
5f95444d
Commit
5f95444d
authored
Oct 09, 2018
by
Brendan Gregg
Committed by
GitHub
Oct 09, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #148 from 0xflotus/patch-1
fixed some small errors
parents
044e27a2
76ccb4d9
Changes
1
Hide 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 @
5f95444d
...
...
@@ -140,7 +140,7 @@ bpftrace contains various tools, which also serve as examples of programming in
-
tools/
[
biolatency.bt
](
tools/biolatency.bt
)
: Block I/O latency as a histogram.
[
Examples
](
tools/biolatency_example.txt
)
.
-
tools/
[
biosnoop.bt
](
tools/biosnoop.bt
)
: Block I/O tracing tool, showing per I/O latency.
[
Examples
](
tools/biosnoop_example.txt
)
.
-
tools/
[
bitesize.bt
](
tools/bitesize.bt
)
: Show disk I/O size as a histogram.
[
Examples
](
tools/bitesize_example.txt
)
.
-
tools/
[
capable.bt
](
tools/capable.bt
)
: Trace security capabilit
i
y checks.
[
Examples
](
tools/capable_example.txt
)
.
-
tools/
[
capable.bt
](
tools/capable.bt
)
: Trace security capability checks.
[
Examples
](
tools/capable_example.txt
)
.
-
tools/
[
cpuwalk.bt
](
tools/cpuwalk.bt
)
: Sample which CPUs are executing processes.
[
Examples
](
tools/cpuwalk_example.txt
)
.
-
tools/
[
dcsnoop.bt
](
tools/dcsnoop.bt
)
: Trace directory entry cache (dcache) lookups.
[
Examples
](
tools/dcsnoop_example.txt
)
.
-
tools/
[
execsnoop.bt
](
tools/execsnoop.bt
)
: Trace new processes via exec() syscalls.
[
Examples
](
tools/execsnoop_example.txt
)
.
...
...
@@ -150,11 +150,11 @@ bpftrace contains various tools, which also serve as examples of programming in
-
tools/
[
mdflush.bt
](
tools/mdflush.bt
)
: Trace md flush events.
[
Examples
](
tools/mdflush_example.txt
)
.
-
tools/
[
opensnoop.bt
](
tools/loads.bt
)
: Trace open() syscalls showing filenames.
[
Examples
](
tools/opensnoop_example.txt
)
.
-
tools/
[
oomkill.bt
](
tools/oomkill.bt
)
: Trace OOM killer.
[
Examples
](
tools/oomkill_example.txt
)
.
-
tools/
[
pidpersec.bt
](
tools/pidpersec.bt
)
: Count new proces
es
s (via fork).
[
Examples
](
tools/pidpersec_example.txt
)
.
-
tools/
[
pidpersec.bt
](
tools/pidpersec.bt
)
: Count new proces
se
s (via fork).
[
Examples
](
tools/pidpersec_example.txt
)
.
-
tools/
[
runqlen.bt
](
tools/runqlen.bt
)
: CPU scheduler run queue length as a histogram.
[
Examples
](
tools/runqlen_example.txt
)
.
-
tools/
[
statsnoop.bt
](
tools/statsnoop.bt
)
: Trace stat() syscalls for general debugging.
[
Examples
](
tools/statsnoop_example.txt
)
.
-
tools/
[
syncsnoop.bt
](
tools/syncsnoop.bt
)
: Trace sync() variety of syscalls.
[
Examples
](
tools/syncsnoop_example.txt
)
.
-
tools/
[
syscount.bt
](
tools/syscount.bt
)
: Count system call
l
s.
[
Examples
](
tools/syscount_example.txt
)
.
-
tools/
[
syscount.bt
](
tools/syscount.bt
)
: Count system calls.
[
Examples
](
tools/syscount_example.txt
)
.
-
tools/
[
vfscount.bt
](
tools/vfscount.bt
)
: Count VFS calls.
[
Examples
](
tools/vfscount_example.txt
)
.
-
tools/
[
vfsstat.bt
](
tools/vfsstat.bt
)
: Count some VFS calls, with per-second summaries.
[
Examples
](
tools/vfsstat_example.txt
)
.
-
tools/
[
writeback.bt
](
tools/writeback.bt
)
: Trace file system writeback events with details.
[
Examples
](
tools/writeback_example.txt
)
.
...
...
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