Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Sep 1995 12:19:03 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@GndRsh.aac.dev.com>
To:        terry@lambert.org (Terry Lambert)
Cc:        current@freebsd.org
Subject:   Re: Statistics request
Message-ID:  <199509121919.MAA04151@GndRsh.aac.dev.com>
In-Reply-To: <199509121831.LAA01164@phaeton.artisoft.com> from "Terry Lambert" at Sep 12, 95 11:31:16 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> I need the output of the following command from several FreeBSD machines
> that are running as NFS servers:
> 
> vmstat -m | grep namei | grep -v UFS
> 
> If you are running FreeBSD box as an NFS server, I would *greatly*
> appreciate this information.  The output may look something like:
> 
>         namei     0     0K      4K  8892K    49283    0     0  1K
> 		  ^     ^
> 
> I am *most* interested in non-0 values for the marked columns!

I just got this by doing a find from a client over 100Mb/s network
and repeadly running your command on the client:
        namei     1     1K      6K  8873K   134819    0     0  16,32,64,1K
        namei     1     1K      6K  8873K   144778    0     0  16,32,64,1K
        namei     1     1K      6K  8873K   144813    0     0  16,32,64,1K
        namei     1     1K      6K  8873K   150365    0     0  16,32,64,1K
        namei     1     1K      6K  8873K   159415    0     0  16,32,64,1K
        namei     1     1K      6K  8873K   159967    0     0  16,32,64,1K


Those are just spot selecting the non-0 ones...

Now fire up 3 copies of find:
        namei     2     1K      6K  8873K   168480    0     0  16,32,64,1K
        namei     2     1K      6K  8873K   172299    0     0  16,32,64,1K
        namei     1     1K      6K  8873K   172415    0     0  16,32,64,1K

> 
> If you don't send the information by the 14th, don't send it.  8-).
> 
> 
> 					Terry Lambert
> 					terry@lambert.org
> ---
> Any opinions in this posting are my own and not those of my present
> or previous employers.
> 


-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                 Reliable computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509121919.MAA04151>