[Orca-users] Multiple disk space percentage graphs
David Michaels
dragon at raytheon.com
Wed Feb 8 10:29:16 PST 2006
Tonij --
You can specify the plot with with the "plot_width" setting in the plot
{}. For instance:
plot {
title %g Disk Inode Percent Usage
source orcallator
data mntp_(/(?!vxckpt|checkp|verita).*)
...
plot_width 700
}
As for having too many filesystems on one graph, you can create multiple
plot {} entries, and just modify the data expression to include a subset
of those filesystems. For example, if you have lots of filesystems
under /export, you could do something to specify /export/[a-m]* for one
plot and /export/[n-z]* for another. In my example above, I exclude any
veritas checkpoint filesystems.
Also, if you're not sure which 'blue' you're looking at, you can compare
the values printed for those blue filesystems in the bottom of the
graph. Usually the max / current numbers will help you identify which
line is which.
Lastly, you can specify a color order using "color", as in the above
example.
Cheers,
--Dragon
Tonij T. wrote:
> Hi all,
>
> I have been experimenting with Orca on and off over the past year and
> have finally gotten some good trending information over the past few
> months. One of the main metrics I am interested in is trending disk
> space usage. I have two questions about this feature:
>
> 1) I am monitoring 12 Sun systems. For each system on the "Disk
> Space Percent Usage" page there can be up to 50 (!) links to see the
> graph. Some of the larger systems with upwards of 60+ file systems
> can take up to 5 minutes to populate this page. Is there a reason
> this graph behaves this way?
>
> 2) Speaking of the larger systems, when I try to look at the graphs
> for some of these, there are just so many of them the graph is a
> clutered mess. With 10 different shades of blue I really can't tell
> which file system I am looking at. Is there a way to resize this
> graph to make it more readable?
>
> Thanks in advance!
>
>
> _______________________________________________
> Orca-users mailing list
> Orca-users at orcaware.com
> http://www.orcaware.com/mailman/listinfo/orca-users
More information about the Orca-users
mailing list