/[meteor]/googlecode.com/svn/trunk/Meteor/Controller.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /googlecode.com/svn/trunk/Meteor/Controller.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 37 by knops.gerd, Fri Feb 1 21:22:03 2008 UTC revision 43 by knops.gerd, Sun Feb 3 23:24:26 2008 UTC
# Line 126  sub processLine { Line 126  sub processLine {
126          {          {
127                  # uptime                  # uptime
128                  my $uptime=time-$::STARTUP_TIME;                  my $uptime=time-$::STARTUP_TIME;
129                  my $txt="uptime: $uptime$::CRLF";                  my $txt="OK$::CRLF"."uptime: $uptime$::CRLF";
130                                    
131                  # channel_count                  # channel_count
132                  my $numChannels=Meteor::Channel->numChannels();                  my $numChannels=Meteor::Channel->numChannels();
# Line 137  sub processLine { Line 137  sub processLine {
137                          $txt.=$key.': '.$::Statistics->{$key}.$::CRLF;                          $txt.=$key.': '.$::Statistics->{$key}.$::CRLF;
138                  }                  }
139                                    
140                    $txt.="--EOT--$::CRLF";
141                    
142                  $self->write($txt);                  $self->write($txt);
143          }          }
144          elsif($cmd eq 'QUIT')          elsif($cmd eq 'QUIT')

Legend:
Removed from v.37  
changed lines
  Added in v.43

  ViewVC Help
Powered by ViewVC 1.1.26