Linux NFS development
 help / color / mirror / Atom feed
* nfsv4 monitoring tool
@ 2012-10-15 16:38 Lukas Hejtmanek
  2012-10-15 17:43 ` J. Bruce Fields
  0 siblings, 1 reply; 5+ messages in thread
From: Lukas Hejtmanek @ 2012-10-15 16:38 UTC (permalink / raw)
  To: linux-nfs

Hello,

is there any NFSv4 monitoring tool, that can be run on NFSv4 server (running
NFSv4.0 + GSS) and that reports statistics per connected client? I would like
to see amount of transfered data for each client, latency of RPC calls, rate
of requests.

nfsstat on server does not distinguish individual clients. 
nfswatch does not support NFSv4

I didn't find anything else. Do I need to create the tool by myself or is
there free of paid tool thad does the job?

-- 
Lukáš Hejtmánek

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

* Re: nfsv4 monitoring tool
  2012-10-15 16:38 nfsv4 monitoring tool Lukas Hejtmanek
@ 2012-10-15 17:43 ` J. Bruce Fields
  2013-04-05 12:48   ` Lukas Hejtmanek
  0 siblings, 1 reply; 5+ messages in thread
From: J. Bruce Fields @ 2012-10-15 17:43 UTC (permalink / raw)
  To: Lukas Hejtmanek; +Cc: linux-nfs

On Mon, Oct 15, 2012 at 06:38:51PM +0200, Lukas Hejtmanek wrote:
> Hello,
> 
> is there any NFSv4 monitoring tool, that can be run on NFSv4 server (running
> NFSv4.0 + GSS) and that reports statistics per connected client? I would like
> to see amount of transfered data for each client, latency of RPC calls, rate
> of requests.
> 
> nfsstat on server does not distinguish individual clients. 
> nfswatch does not support NFSv4
> 
> I didn't find anything else. Do I need to create the tool by myself or is
> there free of paid tool thad does the job?

We don't gather such statistics, unfortunately.  I agree that it would
be useful, and would be happy to talk about possible implementations

--b.

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

* Re: nfsv4 monitoring tool
  2012-10-15 17:43 ` J. Bruce Fields
@ 2013-04-05 12:48   ` Lukas Hejtmanek
  2013-04-05 12:58     ` J. Bruce Fields
  0 siblings, 1 reply; 5+ messages in thread
From: Lukas Hejtmanek @ 2013-04-05 12:48 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: linux-nfs

Hello,

On Mon, Oct 15, 2012 at 01:43:05PM -0400, J. Bruce Fields wrote:
> > is there any NFSv4 monitoring tool, that can be run on NFSv4 server (running
> > NFSv4.0 + GSS) and that reports statistics per connected client? I would like
> > to see amount of transfered data for each client, latency of RPC calls, rate
> > of requests.
> > 
> > nfsstat on server does not distinguish individual clients. 
> > nfswatch does not support NFSv4
> > 
> > I didn't find anything else. Do I need to create the tool by myself or is
> > there free of paid tool thad does the job?
> 
> We don't gather such statistics, unfortunately.  I agree that it would
> be useful, and would be happy to talk about possible implementations

so we decided to implement this using systemtap tool and it works ok. But if
NFS server could provide statistics by itself, it would be far better.

-- 
Lukáš Hejtmánek

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

* Re: nfsv4 monitoring tool
  2013-04-05 12:48   ` Lukas Hejtmanek
@ 2013-04-05 12:58     ` J. Bruce Fields
  2013-04-05 13:11       ` Lukas Hejtmanek
  0 siblings, 1 reply; 5+ messages in thread
From: J. Bruce Fields @ 2013-04-05 12:58 UTC (permalink / raw)
  To: Lukas Hejtmanek; +Cc: linux-nfs

On Fri, Apr 05, 2013 at 02:48:22PM +0200, Lukas Hejtmanek wrote:
> Hello,
> 
> On Mon, Oct 15, 2012 at 01:43:05PM -0400, J. Bruce Fields wrote:
> > > is there any NFSv4 monitoring tool, that can be run on NFSv4 server (running
> > > NFSv4.0 + GSS) and that reports statistics per connected client? I would like
> > > to see amount of transfered data for each client, latency of RPC calls, rate
> > > of requests.
> > > 
> > > nfsstat on server does not distinguish individual clients. 
> > > nfswatch does not support NFSv4
> > > 
> > > I didn't find anything else. Do I need to create the tool by myself or is
> > > there free of paid tool thad does the job?
> > 
> > We don't gather such statistics, unfortunately.  I agree that it would
> > be useful, and would be happy to talk about possible implementations
> 
> so we decided to implement this using systemtap tool and it works ok. But if
> NFS server could provide statistics by itself, it would be far better.

Sure.  If you have a detailed description of the statistics that you're
gathering (and/or the systemtap scripts), that could help make sure we
capture what you need.

--b.

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

* Re: nfsv4 monitoring tool
  2013-04-05 12:58     ` J. Bruce Fields
@ 2013-04-05 13:11       ` Lukas Hejtmanek
  0 siblings, 0 replies; 5+ messages in thread
From: Lukas Hejtmanek @ 2013-04-05 13:11 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: linux-nfs

On Fri, Apr 05, 2013 at 08:58:33AM -0400, J. Bruce Fields wrote:
> Sure.  If you have a detailed description of the statistics that you're
> gathering (and/or the systemtap scripts), that could help make sure we
> capture what you need.

this is what we are collecting:
https://www.dropbox.com/s/p88kvh547t5udpv/nfsdacc-fullpath.stp

-- 
Lukáš Hejtmánek

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

end of thread, other threads:[~2013-04-05 13:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 16:38 nfsv4 monitoring tool Lukas Hejtmanek
2012-10-15 17:43 ` J. Bruce Fields
2013-04-05 12:48   ` Lukas Hejtmanek
2013-04-05 12:58     ` J. Bruce Fields
2013-04-05 13:11       ` Lukas Hejtmanek

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