How to track "Inode", "name" and "buffer" cache rates

How to track "Inode", "name" and "buffer" cache rates

Post by H? t?? » Sat, 24 Feb 2001 14:18:23



Hope some one can help:
I am in the need of tracing:
inode
name and
buffer cache rates

I have read a many a "man command" but cannot obtain the information or the
way to get the info ;-(

look forward to your help

Bruce Rook

 
 
 

How to track "Inode", "name" and "buffer" cache rates

Post by Z. Majee » Sat, 24 Feb 2001 15:03:45



Quote:> Hope some one can help:
> I am in the need of tracing:
> inode
> name and
> buffer cache rates

> I have read a many a "man command" but cannot obtain the information or
the
> way to get the info ;-(

> look forward to your help

> Bruce Rook

netstat -k|awk '/biostats:/||/inode_cache:/||/dnlcstats:/,/^$/'

Check out "Sun Performance and Tuning" by*roft.

Zartaj

 
 
 

How to track "Inode", "name" and "buffer" cache rates

Post by Z. Majee » Sat, 24 Feb 2001 17:06:45





> > Hope some one can help:
> > I am in the need of tracing:
> > inode
> > name and
> > buffer cache rates

> > I have read a many a "man command" but cannot obtain the information or
> the
> > way to get the info ;-(

> > look forward to your help

> > Bruce Rook

> netstat -k|awk '/biostats:/||/inode_cache:/||/dnlcstats:/,/^$/'

Actually netstat -k takes arguments:
netstat -k biostats inode_cache dnlcstats
kstat displays same info in different format:
kstat -n biostats

Zartaj

- Show quoted text -

Quote:> Check out "Sun Performance and Tuning" by*roft.

> Zartaj

 
 
 

How to track "Inode", "name" and "buffer" cache rates

Post by Mike Marsha » Sat, 24 Feb 2001 23:35:03


[/var/adm/sa] % sar -a -f ./20010222

SunOS hubcap 5.6 Generic_105181-16 sun4u    02/22/01

00:00:00  iget/s namei/s dirbk/s
00:15:00       6      66      86
00:30:00     562     825     767
00:45:00     298     488     474
               .
               .
               .

-Mike

 
 
 

How to track "Inode", "name" and "buffer" cache rates

Post by H? t?? » Tue, 27 Feb 2001 07:37:35


Many thanks,

Bruce Rook


Quote:

> [/var/adm/sa] % sar -a -f ./20010222

> SunOS hubcap 5.6 Generic_105181-16 sun4u    02/22/01

> 00:00:00  iget/s namei/s dirbk/s
> 00:15:00       6      66      86
> 00:30:00     562     825     767
> 00:45:00     298     488     474
>                .
>                .
>                .

> -Mike

 
 
 

How to track "Inode", "name" and "buffer" cache rates

Post by Bruce Rook [H? t??t » Tue, 27 Feb 2001 14:33:46


Zartaj,

Check out "Sun Performance and Tuning" by*roft. just hit my desk!
I had been waiting on it, thanks for confirming my choice of reference
material,

thanks for all the help:

Bruce Rook






> > > Hope some one can help:
> > > I am in the need of tracing:
> > > inode
> > > name and
> > > buffer cache rates

> > > I have read a many a "man command" but cannot obtain the information
or
> > the
> > > way to get the info ;-(

> > > look forward to your help

> > > Bruce Rook

> > netstat -k|awk '/biostats:/||/inode_cache:/||/dnlcstats:/,/^$/'

> Actually netstat -k takes arguments:
> netstat -k biostats inode_cache dnlcstats
> kstat displays same info in different format:
> kstat -n biostats

> Zartaj
> > Check out "Sun Performance and Tuning" by*roft.

> > Zartaj