Commit 177e07eb authored by Brendan Gregg's avatar Brendan Gregg

support odd Linux distros

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