[Orca-dev] [PATCH] Updates to include additional Solaris performancemetrics for graphing

Blair Zajac blair at orcaware.com
Wed Dec 18 19:59:01 PST 2002


Sean O'Neill wrote:
> 
> Additions to Orca to collect and graph the following metrics for SE 3.2.1
> (Solaris 8 and below) and SE 3.3 (Solaris 9):
> 
> pgrec - page reclaims (include pageout)
> pgfrec - page reclaims from free list
> pgin - pageins
> pages_in - pages paged in
> pgout - pageouts
> pages_out - pages paged out
> dfree - pages freed by daemon or auto
> min_fault - minor page faults (pvm.hat_fault + pvm.as_fault)
> maj_fault - major page faults
> prot_fault - protection faults
> cow_fault - copy-on-write faults
> zfod - zero-fill-on-demand faults
> interrupts - interrupts including clock
> intrthreads - interrupts as threads (below clock)
> system_calls
> context_switches
> invol_switches - involuntary context switches
> trap
> forks
> vforks
> execs
> namei - patchname lookups
> ufsiget - ufs_iget() calls
> ufsdirblk - directory blocks read
> ufsinopage - inodes taked with no attached pages
> 
> Changes made to:
> 
> * orcallator/orcallator.cfg.in:  additions to graphs metrics listed above
> 
> * orcallator/orcallator.se: additions to collect metrics listed above
> 
> * orcallator/start_orcallator.sh.in: updates to correctly identify the
> version of the SE tool kit in use to properly include the correct version
> of orca_p_vmstat_class.se.
> 
> * lib/Makefile.in: updates to allow for installation of the two versions of
> orca_p_vmstat_class.se
> 
> * lib/Orca/Constants.pm: changed hourly graph so that it graphs 3 hours of
> data instead of 1.5 hours.
> 
> * lib/3.2.1/orca_p_vmstat_class.se: new file
> 
> * lib/3.3/orca_p_vmstat_class.se: new file

Hi Sean,

Could you do me a favor.  The patch you sent got munged somewhere along
the way (line wrapping) and I've also applied Liston's patch to orcallator.se
and orcallator.cfg.in.

Could you update your Orca working copy (with your modifications in it)
to HEAD and the latest 'svn diff' output as an attachment.  That way it
should be better protected.

Thanks,
Blair

-- 
Blair Zajac <blair at orcaware.com>
Plots of your system's performance - http://www.orcaware.com/orca/



More information about the Orca-dev mailing list