Changeset 512
- Timestamp:
- 02/11/07 18:37:47 (6 years ago)
- Location:
- util
- Files:
-
- 2 modified
-
server_daily_maint (modified) (2 diffs)
-
server_daily_maint_main.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/server_daily_maint
r500 r512 683 683 return unless ($rdata); 684 684 685 my $gheight = 160;686 my $gwidth = 3 20;685 my $gheight = 220; 686 my $gwidth = 360; 687 687 print "Generating pie graph $gname ..\n" if ($debug); 688 688 my $graph = SVG::TT::Graph::Pie->new({ … … 1068 1068 my $rdata = &gather_region_data("per_day", 0, 7); 1069 1069 my @regions = (); 1070 my $top = 5; # list top 51070 my $top = 10; # list top 5 1071 1071 foreach (sort { $rdata->{$b} <=> $rdata->{$a} } keys %$rdata) 1072 1072 { -
util/server_daily_maint_main.tmpl
r498 r512 100 100 <tr><td align=left valign=top nowrap> 101 101 <h2>Regions</h2> 102 <p>Top 5locations of unique systems<br>102 <p>Top 10 locations of unique systems<br> 103 103 in last week</p> 104 104 <TMPL_LOOP NAME=REGIONS>
