Linux NFS development
 help / color / mirror / Atom feed
* meaning of /proc/net/rpc/nfsd
@ 2007-10-08  9:14 Jordi Prats
  2007-10-08 14:24 ` J. Bruce Fields
  0 siblings, 1 reply; 5+ messages in thread
From: Jordi Prats @ 2007-10-08  9:14 UTC (permalink / raw)
  To: nfs

Hi all,
I don't know if this is the correct list. I'd like to know what does the 
contents of /proc/net/rpc/nfsd mean.

I've been googling for a while but I found nothing but this message:

http://marc.info/?l=linux-nfs&m=102824853219024&w=2

 From this message I can suppose what mean the th line, but nothing 
about the others? Where can I read some documentation about the contents 
of this file?

Thank you!

Jordi

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

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

* Re: meaning of /proc/net/rpc/nfsd
  2007-10-08  9:14 meaning of /proc/net/rpc/nfsd Jordi Prats
@ 2007-10-08 14:24 ` J. Bruce Fields
  2007-10-08 14:50   ` Chuck Lever
  0 siblings, 1 reply; 5+ messages in thread
From: J. Bruce Fields @ 2007-10-08 14:24 UTC (permalink / raw)
  To: Jordi Prats; +Cc: nfs

On Mon, Oct 08, 2007 at 11:14:37AM +0200, Jordi Prats wrote:
> Hi all,
> I don't know if this is the correct list. I'd like to know what does the 
> contents of /proc/net/rpc/nfsd mean.
> 
> I've been googling for a while but I found nothing but this message:
> 
> http://marc.info/?l=linux-nfs&m=102824853219024&w=2
> 
>  From this message I can suppose what mean the th line, but nothing 
> about the others? Where can I read some documentation about the contents 
> of this file?

The only real documentation right now is the code, I think; start
reading at net/sunrpc/stats.c:nfsd_proc_show().  Some documentation
would be great, I agree; patches welcomed....

--b.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

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

* Re: meaning of /proc/net/rpc/nfsd
  2007-10-08 14:24 ` J. Bruce Fields
@ 2007-10-08 14:50   ` Chuck Lever
  2007-10-08 14:56     ` J. Bruce Fields
  0 siblings, 1 reply; 5+ messages in thread
From: Chuck Lever @ 2007-10-08 14:50 UTC (permalink / raw)
  To: Jordi Prats; +Cc: J. Bruce Fields, nfs

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

J. Bruce Fields wrote:
> On Mon, Oct 08, 2007 at 11:14:37AM +0200, Jordi Prats wrote:
>> Hi all,
>> I don't know if this is the correct list. I'd like to know what does the 
>> contents of /proc/net/rpc/nfsd mean.

I believe /proc/net/rpc/nfsd is documented in the Linux NFS How-To, 
located here:

   http://nfs.sourceforge.net

>> I've been googling for a while but I found nothing but this message:
>>
>> http://marc.info/?l=linux-nfs&m=102824853219024&w=2
>>
>>  From this message I can suppose what mean the th line, but nothing 
>> about the others? Where can I read some documentation about the contents 
>> of this file?
> 
> The only real documentation right now is the code, I think; start
> reading at net/sunrpc/stats.c:nfsd_proc_show().  Some documentation
> would be great, I agree; patches welcomed....


[-- Attachment #2: chuck.lever.vcf --]
[-- Type: text/x-vcard, Size: 259 bytes --]

begin:vcard
fn:Chuck Lever
n:Lever;Chuck
org:Oracle Corporation;Corporate Architecture: Linux Projects Group
adr:;;1015 Granger Avenue;Ann Arbor;MI;48104;USA
title:Principal Member of Staff
tel;work:+1 248 614 5091
x-mozilla-html:FALSE
version:2.1
end:vcard


[-- Attachment #3: Type: text/plain, Size: 314 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

[-- Attachment #4: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

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

* Re: meaning of /proc/net/rpc/nfsd
  2007-10-08 14:50   ` Chuck Lever
@ 2007-10-08 14:56     ` J. Bruce Fields
  2007-10-08 15:28       ` Chuck Lever
  0 siblings, 1 reply; 5+ messages in thread
From: J. Bruce Fields @ 2007-10-08 14:56 UTC (permalink / raw)
  To: Chuck Lever; +Cc: nfs

On Mon, Oct 08, 2007 at 10:50:25AM -0400, Chuck Lever wrote:
> J. Bruce Fields wrote:
>> On Mon, Oct 08, 2007 at 11:14:37AM +0200, Jordi Prats wrote:
>>> Hi all,
>>> I don't know if this is the correct list. I'd like to know what does the 
>>> contents of /proc/net/rpc/nfsd mean.
>
> I believe /proc/net/rpc/nfsd is documented in the Linux NFS How-To, located 
> here:
>
>   http://nfs.sourceforge.net

There's a short explanation of the one "th" line in B1, but that's all I
see.

--b.

>
>>> I've been googling for a while but I found nothing but this message:
>>>
>>> http://marc.info/?l=linux-nfs&m=102824853219024&w=2
>>>
>>>  From this message I can suppose what mean the th line, but nothing about 
>>> the others? Where can I read some documentation about the contents of 
>>> this file?
>> The only real documentation right now is the code, I think; start
>> reading at net/sunrpc/stats.c:nfsd_proc_show().  Some documentation
>> would be great, I agree; patches welcomed....
>

> begin:vcard
> fn:Chuck Lever
> n:Lever;Chuck
> org:Oracle Corporation;Corporate Architecture: Linux Projects Group
> adr:;;1015 Granger Avenue;Ann Arbor;MI;48104;USA
> title:Principal Member of Staff
> tel;work:+1 248 614 5091
> x-mozilla-html:FALSE
> version:2.1
> end:vcard
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

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

* Re: meaning of /proc/net/rpc/nfsd
  2007-10-08 14:56     ` J. Bruce Fields
@ 2007-10-08 15:28       ` Chuck Lever
  0 siblings, 0 replies; 5+ messages in thread
From: Chuck Lever @ 2007-10-08 15:28 UTC (permalink / raw)
  To: J. Bruce Fields; +Cc: nfs

[-- Attachment #1: Type: text/plain, Size: 1188 bytes --]

J. Bruce Fields wrote:
> On Mon, Oct 08, 2007 at 10:50:25AM -0400, Chuck Lever wrote:
>> J. Bruce Fields wrote:
>>> On Mon, Oct 08, 2007 at 11:14:37AM +0200, Jordi Prats wrote:
>>>> Hi all,
>>>> I don't know if this is the correct list. I'd like to know what does the 
>>>> contents of /proc/net/rpc/nfsd mean.
>> I believe /proc/net/rpc/nfsd is documented in the Linux NFS How-To, located 
>> here:
>>
>>   http://nfs.sourceforge.net
> 
> There's a short explanation of the one "th" line in B1, but that's all I
> see.

I was thinking of

   http://nfs.sourceforge.net/nfs-howto/ar01s05.html

but I don't see anything in there that covers /proc/net/rpc/nfsd.  Maybe 
it used to...

>>>> I've been googling for a while but I found nothing but this message:
>>>>
>>>> http://marc.info/?l=linux-nfs&m=102824853219024&w=2
>>>>
>>>>  From this message I can suppose what mean the th line, but nothing about 
>>>> the others? Where can I read some documentation about the contents of 
>>>> this file?
>>> The only real documentation right now is the code, I think; start
>>> reading at net/sunrpc/stats.c:nfsd_proc_show().  Some documentation
>>> would be great, I agree; patches welcomed....

[-- Attachment #2: chuck.lever.vcf --]
[-- Type: text/x-vcard, Size: 259 bytes --]

begin:vcard
fn:Chuck Lever
n:Lever;Chuck
org:Oracle Corporation;Corporate Architecture: Linux Projects Group
adr:;;1015 Granger Avenue;Ann Arbor;MI;48104;USA
title:Principal Member of Staff
tel;work:+1 248 614 5091
x-mozilla-html:FALSE
version:2.1
end:vcard


[-- Attachment #3: Type: text/plain, Size: 314 bytes --]

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

[-- Attachment #4: Type: text/plain, Size: 140 bytes --]

_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

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

end of thread, other threads:[~2007-10-08 15:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-08  9:14 meaning of /proc/net/rpc/nfsd Jordi Prats
2007-10-08 14:24 ` J. Bruce Fields
2007-10-08 14:50   ` Chuck Lever
2007-10-08 14:56     ` J. Bruce Fields
2007-10-08 15:28       ` Chuck Lever

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