commit | ebdb242f7eaf89147b9003955cce6e77df6848af | [log] [tgz] |
---|---|---|
author | Brendan Gregg <brendan.d.gregg@gmail.com> | Tue Aug 18 16:53:41 2015 -0700 |
committer | Brendan Gregg <brendan.d.gregg@gmail.com> | Tue Aug 18 16:53:41 2015 -0700 |
tree | 196ff41fbf49ebe828803a66b8877ea1e868233a | |
parent | 762b1b45549a7271aadd9d495bca7591d4433aa1 [diff] [blame] |
save some syscalls
diff --git a/tools/vfsstat b/tools/vfsstat index c735be4..0be8cec 100755 --- a/tools/vfsstat +++ b/tools/vfsstat
@@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python # # vfsstat Count some VFS calls. # For Linux, uses BCC, eBPF. See .c file.