Sha256: acb07a9eb320b4ae899e1a4d35791dd13231aa0e39fd5396094ccd9b3907d2b2

Contents?: true

Size: 207 Bytes

Versions: 2

Compression:

Stored size: 207 Bytes

Contents

<html>
<head>
<title>Process Status</title>
</head><body>
<h1>Process Status</h1>
<pre>
<?php
$output = shell_exec('ps axww --forest -O user,pmem');
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/ps.php
salted-rails-0.0.8 salt/www/nginx/srv/www/admin/ps.php