/[projects]/misc/xenconsole/old/vm.php
ViewVC logotype

Diff of /misc/xenconsole/old/vm.php

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

revision 2100 by torben, Thu Jan 30 09:08:17 2014 UTC revision 2101 by torben, Thu Jan 30 10:16:09 2014 UTC
# Line 31  if ( $vm["power_state"] == "Running" && Line 31  if ( $vm["power_state"] == "Running" &&
31          $guest_metrics = Array() ;          $guest_metrics = Array() ;
32  }  }
33  echo "<pre>";  echo "<pre>";
34    $x = reset( $vm["current_operations"] );
35    var_dump($x);
36  var_dump( $vm["current_operations"] );  var_dump( $vm["current_operations"] );
37  //echo "guest_metrics:<br>";  //echo "guest_metrics:<br>";
38  //var_dump($guest_metrics);  //var_dump($guest_metrics);

Legend:
Removed from v.2100  
changed lines
  Added in v.2101

  ViewVC Help
Powered by ViewVC 1.1.20