File: ps.htm

package info (click to toggle)
moodss 9.0-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,540 kB
  • ctags: 609
  • sloc: sh: 8,869; tcl: 6,909; ansic: 113; makefile: 44
file content (27 lines) | stat: -rw-r--r-- 746 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<title>Ps moodss module.</title>
</head>
<body>

<p>This is a view of processor activity, presented in 2 tables, one featuring the full command line.
<br>In the first table, tasks running on the system are initially sorted, with the most CPU intensive first.

<pre><img src="ps.gif"></pre>

<p><b>Module options:</b>

<ul>
<li>
<i>-r (--remote) [user@]host</i>
<br>remote monitoring using <i>user</i> as logname on remote host <i>host</i> (rsh facilities must be properly setup). If <i>user</i> is not specified, current user is used as logname on remote host. The module title is set to <i>ps(host)</i>.
</li>
</ul>

<p><b>Examples:</b>

<pre>$ moodss ps -r jdoe@foo.bar.com
$ moodss ps --remote foo.bar.com</pre>

</body>
</html>