Commit ebdb242f authored by Brendan Gregg's avatar Brendan Gregg

save some syscalls

parent 762b1b45
#!/usr/bin/env python
#!/usr/bin/python
#
# bitehist.py Block I/O size histogram.
# For Linux, uses BCC, eBPF. See .c file.
......
#!/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.
......
#!/usr/bin/env python
#!/usr/bin/python
#
# vfsreadlat.py VFS read latency distribution.
# For Linux, uses BCC, eBPF. See .c file.
......
#!/usr/bin/env python
#!/usr/bin/python
#
# pidpersec Count new processes (via fork).
# For Linux, uses BCC, eBPF. See .c file.
......
#!/usr/bin/env python
#!/usr/bin/python
#
# syncsnoop Trace sync() syscall.
# For Linux, uses BCC, eBPF. Embedded C.
......
#!/usr/bin/env python
#!/usr/bin/python
#
# vfscount Count some VFS calls.
# For Linux, uses BCC, eBPF. See .c file.
......
#!/usr/bin/env python
#!/usr/bin/python
#
# vfsstat Count some VFS calls.
# For Linux, uses BCC, eBPF. See .c file.
......
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