summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLans Carstensen <Lans.Carstensen@dreamworks.com>2009-09-15 14:30:50 -0400
committerSteve Dickson <steved@redhat.com>2009-09-15 14:30:50 -0400
commit8e0ca8f2b6152efe58fbf78648bb889ab76a3d43 (patch)
tree8905f388980a027f39d85c7c82c285e47f80ac2a /tools
parentb25c022e58c53cedfd6bd9592f082364d002821b (diff)
downloadnfs-utils-8e0ca8f2b6152efe58fbf78648bb889ab76a3d43.tar.gz
nfs-utils-8e0ca8f2b6152efe58fbf78648bb889ab76a3d43.tar.xz
nfs-utils-8e0ca8f2b6152efe58fbf78648bb889ab76a3d43.zip
nfs-utils: nfs-iostat.py autofs cleanup and option to sort by ops/s
Conforms Python path to the LSB 3.2+ standard of /usr/bin/python http://refspecs.freestandards.org/LSB_3.2.0/LSB-Languages/LSB-Languages/pylocation.html Per SteveD this is also required for proper rpm dep resolution during builds Signed-off-by: Lans Carstensen <Lans.Carstensen@dreamworks.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/nfs-iostat/nfs-iostat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/nfs-iostat/nfs-iostat.py b/tools/nfs-iostat/nfs-iostat.py
index 9626d42..ea02db4 100644
--- a/tools/nfs-iostat/nfs-iostat.py
+++ b/tools/nfs-iostat/nfs-iostat.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
# -*- python-mode -*-
"""Emulate iostat for NFS mount points using /proc/self/mountstats
"""