Ignore:
Timestamp:
03/25/13 21:41:14 (11 years ago)
Author:
ramonb
Message:

job_monarch/libtoga.php:

  • why call Ganglia's get_ganglia.php Gmetad() if we are already parsing ourself
  • now create $metrics ourself while TorqueXMLHandler.parseXML() runs
  • more speedup...

job_monarch/host_view.php,
job_monarch/graph.php:

  • dont need job information, so no DataGatherer?: call get_ganglia.php now for $metrics
File:
1 edited

Legend:

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

    r740 r751  
    2424
    2525include_once "./libtoga.php";
     26
     27$my_dir = getcwd();
     28
     29global $context;
     30
     31$context = 'cluster';
     32
     33chdir( $GANGLIA_PATH );
     34
     35include "./ganglia.php";
     36include "./get_ganglia.php";
     37
     38chdir( $my_dir );
    2639
    2740function datetimeToEpoch( $datetime )
Note: See TracChangeset for help on using the changeset viewer.