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
ebdb242f
Commit
ebdb242f
authored
Aug 18, 2015
by
Brendan Gregg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
save some syscalls
parent
762b1b45
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
examples/bitehist.py
examples/bitehist.py
+1
-1
examples/disksnoop.py
examples/disksnoop.py
+1
-1
examples/vfsreadlat.py
examples/vfsreadlat.py
+1
-1
tools/pidpersec
tools/pidpersec
+1
-1
tools/syncsnoop
tools/syncsnoop
+1
-1
tools/vfscount
tools/vfscount
+1
-1
tools/vfsstat
tools/vfsstat
+1
-1
No files found.
examples/bitehist.py
View file @
ebdb242f
#!/usr/bin/
env
python
#!/usr/bin/python
#
# bitehist.py Block I/O size histogram.
# For Linux, uses BCC, eBPF. See .c file.
...
...
examples/disksnoop.py
View file @
ebdb242f
#!/usr/bin/
env
python
#!/usr/bin/python
#
# disksnoop.py Trace block device I/O: basic version of iosnoop.
# For Linux, uses BCC, eBPF. See .c file.
...
...
examples/vfsreadlat.py
View file @
ebdb242f
#!/usr/bin/
env
python
#!/usr/bin/python
#
# vfsreadlat.py VFS read latency distribution.
# For Linux, uses BCC, eBPF. See .c file.
...
...
tools/pidpersec
View file @
ebdb242f
#!/usr/bin/
env
python
#!/usr/bin/python
#
# pidpersec Count new processes (via fork).
# For Linux, uses BCC, eBPF. See .c file.
...
...
tools/syncsnoop
View file @
ebdb242f
#!/usr/bin/
env
python
#!/usr/bin/python
#
# syncsnoop Trace sync() syscall.
# For Linux, uses BCC, eBPF. Embedded C.
...
...
tools/vfscount
View file @
ebdb242f
#!/usr/bin/
env
python
#!/usr/bin/python
#
# vfscount Count some VFS calls.
# For Linux, uses BCC, eBPF. See .c file.
...
...
tools/vfsstat
View file @
ebdb242f
#!/usr/bin/
env
python
#!/usr/bin/python
#
# vfsstat Count some VFS calls.
# For Linux, uses BCC, eBPF. See .c file.
...
...
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