?>
  <?php 
        echo $o_connection->get_remote_ip();
        ?>
 Local port: <?php 
        echo $o_connection->get_local_port();
        ?>
 
  Remote port: <?php 
        echo $o_connection->get_remote_port();
        ?>
<br />
  <?php 
    }
}
$o_mem = $o_gkrellm->get_mem_info();
?>
<b>MEM</b><br/>
Total: <?php 
echo $o_mem->get_total();
?>
 
Free: <?php 
echo $o_mem->get_free();
?>
 
Used: <?php 
echo $o_mem->get_used();
?>
 
Cached: <?php