Changeset 808 for branches


Ignore:
Timestamp:
04/08/13 20:59:34 (11 years ago)
Author:
ramonb
Message:
  • changed Now to Last
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.4/web/addons/job_monarch/graph.php

    r804 r808  
    244244                }
    245245
    246                 $series .= "GPRINT:'${r}_last':'${spacefill}Now\:%6.1lf%%' "
     246                $series .= "GPRINT:'${r}_last':'${spacefill}Last\:%6.1lf%%' "
    247247                        . "GPRINT:'${r}_min':'${space1}Min\:%6.1lf%%${eol1}' "
    248248                        . "GPRINT:'${r}_avg':'${space2}Avg\:%6.1lf%%' "
     
    295295                    . "VDEF:running_avg=running_pos,AVERAGE "
    296296                    . "VDEF:running_max=running_pos,MAXIMUM "
    297                     . "GPRINT:'running_last':' ${space1}Now\:%5.0lf' "
     297                    . "GPRINT:'running_last':' ${space1}Last\:%5.0lf' "
    298298                    . "GPRINT:'running_min':'${space1}Min\:%5.0lf${eol1}' "
    299299                    . "GPRINT:'running_avg':'${space2}Avg\:%5.0lf' "
     
    310310                    . "VDEF:queued_avg=queued_pos,AVERAGE "
    311311                    . "VDEF:queued_max=queued_pos,MAXIMUM "
    312                     . "GPRINT:'queued_last':'  ${space1}Now\:%5.0lf' "
     312                    . "GPRINT:'queued_last':'  ${space1}Last\:%5.0lf' "
    313313                    . "GPRINT:'queued_min':'${space1}Min\:%5.0lf${eol1}' "
    314314                    . "GPRINT:'queued_avg':'${space2}Avg\:%5.0lf' "
     
    416416                    $spacefill .= ' ';
    417417                }
    418                 $series .= "GPRINT:'${r}_last':'${spacefill}Now\:%6.1lf%s' "
     418                $series .= "GPRINT:'${r}_last':'${spacefill}Last\:%6.1lf%s' "
    419419                        . "GPRINT:'${r}_min':'${space1}Min\:%6.1lf%s${eol1}' "
    420420                        . "GPRINT:'${r}_avg':'${space2}Avg\:%6.1lf%s' "
     
    530530                    $spacefill .= ' ';
    531531                }
    532                 $series .= "GPRINT:'${r}_last':'${spacefill}Now\:%6.1lf%s' "
     532                $series .= "GPRINT:'${r}_last':'${spacefill}Last\:%6.1lf%s' "
    533533                        . "GPRINT:'${r}_min':'${space1}Min\:%6.1lf%s${eol1}' "
    534534                        . "GPRINT:'${r}_avg':'${space2}Avg\:%6.1lf%s' "
     
    620620                    $spacefill .= ' ';
    621621                }
    622                 $series .= "GPRINT:'${r}_last':'${spacefill}Now\:%6.1lf%s' "
     622                $series .= "GPRINT:'${r}_last':'${spacefill}Last\:%6.1lf%s' "
    623623                        . "GPRINT:'${r}_min':'${space1}Min\:%6.1lf%s${eol1}' "
    624624                        . "GPRINT:'${r}_avg':'${space2}Avg\:%6.1lf%s' "
     
    712712                    $spacefill .= ' ';
    713713                }
    714                 $series .= "GPRINT:'${r}_last':'${spacefill}Now\:%6.1lf%s' "
     714                $series .= "GPRINT:'${r}_last':'${spacefill}Last\:%6.1lf%s' "
    715715                        . "GPRINT:'${r}_min':'${space1}Min\:%6.1lf%s${eol1}' "
    716716                        . "GPRINT:'${r}_avg':'${space2}Avg\:%6.1lf%s' "
     
    812812
    813813            $series .= "COMMENT:\"\\n\" ";
    814             $series .= "GPRINT:'sum_last':'${space1}Now\:%6.1lf%s' "
     814            $series .= "GPRINT:'sum_last':'${space1}Last\:%6.1lf%s' "
    815815                    . "GPRINT:'sum_min':'${space1}Min\:%6.1lf%s${eol1}' "
    816816                    . "GPRINT:'sum_avg':'${space2}Avg\:%6.1lf%s' "
Note: See TracChangeset for help on using the changeset viewer.