Example #1
0
void printLoadAvg1( const char* cmd )
{
  (void)cmd;

  if ( Dirty )
    processLoadAvg();

  fprintf( CurrentClient, "%f\n", LoadAvg1 );
}
Example #2
0
void printLoadAvg15( const char* cmd )
{
    (void)cmd;

    if ( Dirty )
        processLoadAvg();

    output( "%f\n", LoadAvg15 );
}