[Orca-users] Re: Too many Disk graphs
Gary Kakazu
gary.kakazu at berbee.com
Fri Mar 28 13:37:48 PST 2003
I investigated this a while ago and found a fix the reduced the number
of duplicate graphs, but did not necessarily eliminate all duplicates.
This fix is primarily helpful when the order of the columns gets
rearranged in you orcallator file. The fix won't help if you mount and
umount 1 or more file systems over a period of time.
Here's a context diff of what I did (basically just sort 2 lists):
*** SourceFile.pm.orig Thu Feb 6 14:58:40 2003
--- SourceFile.pm Fri Feb 7 14:49:29 2003
***************
*** 709,715 ****
# Generate a new plot for these data.
my $image;
! my $all_names_with_subgroup = join(',', @name_with_subgroup);
if (defined ($image =
$image_files_ref->{hash}{$all_names_with_subgroup})){
$image->add_rrds(@my_rrds);
} else {
--- 709,715 ----
# Generate a new plot for these data.
my $image;
! my $all_names_with_subgroup = join(',', sort @name_with_subgroup);
if (defined ($image =
$image_files_ref->{hash}{$all_names_with_subgroup})){
$image->add_rrds(@my_rrds);
} else {
***************
*** 716,722 ****
$image = Orca::ImageFile->new($group_index,
$subgroup_name,
join(',', @my_short_rrds),
! join(',', @name_without_subgroup),
$plot,
$rrd_data_files_ref,
\@my_rrds);
--- 716,722 ----
$image = Orca::ImageFile->new($group_index,
$subgroup_name,
join(',', @my_short_rrds),
! join(',', sort
@name_without_subgroup),
$plot,
$rrd_data_files_ref,
\@my_rrds);
On Fri, 2003-03-28 at 03:53, JV wrote:
> I know it's a known bug - if you ever move disks or controllers or i/o
> boards I think you're stuck with the duplicates for life. What I would like
> to know from fellow orca users:
>
> 1. Has anybody played with sed'ing the interior of a datafile to reduce this
> duplicate graph problem?
>
>
> 2. ever experiment with turning OFF that disk collection parameter? Would I
> comment out something in orcallator.se? Do I have to find and disable it's
> twin in orcallator.cfg or I'll get a bunch of ugly errors during the orca
> cycle run?
>
>
> How much overhead is there for some of the obscure parameters that perhaps
> your shop does not find very interesting? I am thinking of "skinnying down"
> what orcallator.se collects to reduce the "orca -o orcallator.cfg" cycle run
> times.
>
>
> Thx,
> JV
>
>
>
>
>
> --------------------------
> >Message: 2
> >Date: Tue, 25 Mar 2003 16:29:32 -0000
> >From: Paul Richards <p.richards at ukonline.co.uk>
> >Subject: [Orca-users] Too many Disk graphs
>
>
> >I seem to have many disk space and disk run graphs
> >showing for each server, showing the same information.
>
> >Does anyone know what causes this, and how they can be
> >pruned?
>
> >Regards
> >Paul
>
>
>
>
>
> _______________________________________________
> Orca-users mailing list
> Orca-users at orcaware.com
> http://www.orcaware.com/mailman/listinfo/orca-users
--
Gary Kakazu
Systems Engineer
Berbee
5520 Research Park Drive Madison, WI 53711
kakazu at berbee.com
608.298.1105 Fax 608.288.3007
Berbee...Decade 1. 1993-2003
More information about the Orca-users
mailing list