Help for this page

Select Code to Download


  1. or download this
    build_histogram ($bin_stage, map $_->{'stagetime'},@diskxStats );
    
  2. or download this
    my @statetime=();
    foreach (@diskxStats) {
      push @statetime, $_->{'stagetime'};
    }
    build_histogram ($bin_stage, @statetime );