Sha256: d58e6a191059bae8430dca9a5f5beca8ef3b06fd6ee23703214543abcd3be137

Contents?: true

Size: 184 Bytes

Versions: 2

Compression:

Stored size: 184 Bytes

Contents

<html>
<head>
<title>Memory Free</title>
</head><body>
<h1>Memory Free (MB)</h1>
<pre>
<?php
$output = shell_exec('free -m');
echo htmlspecialchars($output);
?>
</pre>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
salted-rails-0.0.9 salt/www/nginx/srv/www/admin/free.php
salted-rails-0.0.8 salt/www/nginx/srv/www/admin/free.php