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
37c9f74a
Commit
37c9f74a
authored
Apr 06, 2017
by
Teng Qin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix offwaketime documentation typo
parent
2bc204de
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
tools/offwaketime_example.txt
tools/offwaketime_example.txt
+11
-11
No files found.
tools/offwaketime_example.txt
View file @
37c9f74a
...
...
@@ -4,7 +4,7 @@ Demonstrations of offwaketime, the Linux eBPF/bcc version.
This program shows kernel stack traces and task names that were blocked and
"off-CPU", along with the stack traces and task names for the threads that woke
them, and the total elapsed time from when they blocked to when they were woken
up. This combines the summaries from both the off
cpu
time and wakeuptime tools.
up. This combines the summaries from both the off
wake
time and wakeuptime tools.
The time measurement will be very similar to off-CPU time, however, off-CPU time
may include a little extra time spent waiting on a run queue to be scheduled.
The combined stacks, task names, and total time is summarized in kernel context
...
...
@@ -343,13 +343,13 @@ optional arguments:
examples:
./offwaketime # trace off-CPU + waker stack time until Ctrl-C
./off
cpu
time 5 # trace for 5 seconds only
./off
cpu
time -f 5 # 5 seconds, and output in folded format
./off
cpu
time -m 1000 # trace only events that last more than 1000 usec
./off
cpu
time -M 10000 # trace only events that last less than 10000 usec
./off
cpu
time -p 185 # only trace threads for PID 185
./off
cpu
time -t 188 # only trace thread 188
./off
cpu
time -u # only trace user threads (no kernel)
./off
cpu
time -k # only trace kernel threads (no user)
./off
cpu
time -U # only show user space stacks (no kernel)
./off
cpu
time -K # only show kernel space stacks (no user)
./off
wake
time 5 # trace for 5 seconds only
./off
wake
time -f 5 # 5 seconds, and output in folded format
./off
wake
time -m 1000 # trace only events that last more than 1000 usec
./off
wake
time -M 10000 # trace only events that last less than 10000 usec
./off
wake
time -p 185 # only trace threads for PID 185
./off
wake
time -t 188 # only trace thread 188
./off
wake
time -u # only trace user threads (no kernel)
./off
wake
time -k # only trace kernel threads (no user)
./off
wake
time -U # only show user space stacks (no kernel)
./off
wake
time -K # only show kernel space stacks (no user)
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