ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Coro/myhttpd/diridx.pl
(Generate patch)

Comparing cvsroot/Coro/myhttpd/diridx.pl (file contents):
Revision 1.23 by root, Mon Dec 3 05:40:09 2001 UTC vs.
Revision 1.24 by root, Mon Dec 3 14:44:14 2001 UTC

230 ["other queue", $queue_index], 230 ["other queue", $queue_index],
231 ) { 231 ) {
232 my ($name, $queue) = @$_; 232 my ($name, $queue) = @$_;
233 my @waiters = $queue->waiters; 233 my @waiters = $queue->waiters;
234 if (@waiters) { 234 if (@waiters) {
235 $content .= "<li>$name<br />".(scalar @waiters)." client(s)"; 235 $content .= "<li>$name<br />".(scalar @waiters)." client(s); $queue->{started} downloads started;";
236 236
237 $content .= "<p>Waiting time until download starts, estimated:<ul>"; 237 $content .= "<p>Waiting time until download starts, estimated:<ul>";
238 for ( 238 for (
239 ["by most recently started transfer", $queue->{lastspb}], 239 ["by most recently started transfer", $queue->{lastspb}],
240 ["by queue average", $queue->{avgspb}], 240 ["by queue average", $queue->{avgspb}],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines