[Orca-users] Disk Space Size Usage graphs
Erich Oberle
eoberl2 at hallmark.com
Wed Mar 16 11:01:09 PST 2005
In addition to the graphs showing disk space percent usage I'd like to
create one that has the size usage, i.e. the size in bytes from df -k
(prefer megabytes but older Solaris doesn't have option). So, I simply
tried to add the following graph creation entry to orcallator.cfg:
plot {
title %g Disk Space Size Usage
source orcallator
data mntU_(.*)
line_type line2
legend $1
y_legend Percent Used
data_min 0
data_max 100
plot_min 0
plot_max 100
}
It seems mntU_(.*) should be the correct column for this data. However, my
graphs contain no data (just an N/A in the value). It does have a line
entry on the graph's key for each file system, but there's simply no data.
What should I do to get these graphs to generate? Thanks very much.
--Erich
More information about the Orca-users
mailing list