Linux NFS development
 help / color / mirror / Atom feed
* [PATCH 0/4] Python scripts for analyzing NFS/RPC metrics
@ 2008-06-09 16:47 Chuck Lever
       [not found] ` <20080609163029.5461.35699.stgit-ewv44WTpT0t9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
  0 siblings, 1 reply; 8+ messages in thread
From: Chuck Lever @ 2008-06-09 16:47 UTC (permalink / raw)
  To: steved; +Cc: linux-nfs

Hi Steve-

As promised, here are the Python scripts that I've implemented for analyzing
NFS and RPC performance metrics reported via /proc/self/mountstats.  They
still need man pages and proper installation in the nfs-utils Makefile.

While we decide whether to install and support these scripts as they are, or
to replace them with C language re-implementations, let's include them in
nfs-utils now so folks can try them out, bugs can be addressed, and missing
features provided.

---

Chuck Lever (2):
      Import the old iostat-ms Python script
      Import mountstats utility

Tom Talpey (2):
      NFS iostats - add RDMA statistics
      NFS mountstats - add RDMA statistics


 tools/mountstats/mountstats.py |  604 ++++++++++++++++++++++++++++++++++++++++
 tools/nfs-iostat/nfs-iostat.py |  564 +++++++++++++++++++++++++++++++++++++
 2 files changed, 1168 insertions(+), 0 deletions(-)
 create mode 100755 tools/mountstats/mountstats.py
 create mode 100755 tools/nfs-iostat/nfs-iostat.py

-- 
Chuck Lever
chuck[dot]lever[at]oracle[dot]com

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-06-23 17:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-09 16:47 [PATCH 0/4] Python scripts for analyzing NFS/RPC metrics Chuck Lever
     [not found] ` <20080609163029.5461.35699.stgit-ewv44WTpT0t9HhUboXbp9zCvJB+x5qRC@public.gmane.org>
2008-06-09 16:47   ` [PATCH 1/4] Import mountstats utility Chuck Lever
2008-06-09 16:47   ` [PATCH 2/4] NFS mountstats - add RDMA statistics Chuck Lever
2008-06-09 16:47   ` [PATCH 3/4] Import the old iostat-ms Python script Chuck Lever
2008-06-09 16:47   ` [PATCH 4/4] NFS iostats - add RDMA statistics Chuck Lever
2008-06-09 17:11   ` [PATCH 0/4] Python scripts for analyzing NFS/RPC metrics Talpey, Thomas
     [not found]     ` <RTPCLUEXC1-PRDVIdGs000001d6-rtwIt2gI0FxT+ZUat5FNkAK/GNPrWCqfQQ4Iyu8u01E@public.gmane.org>
2008-06-09 18:42       ` Chuck Lever
2008-06-23 17:00   ` Steve Dickson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox