File: Random.htm

package info (click to toggle)
moodss 14.0-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,536 kB
  • ctags: 1,003
  • sloc: tcl: 25,371; ansic: 132; perl: 72; python: 64; sh: 63; makefile: 50
file content (27 lines) | stat: -rw-r--r-- 818 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>Random moodss module.</title>
</head>
<body>

<p>This is a simple demonstration module for the <b>moodss</b> (Modular Object Oriented Dynamic SpreadSheet) utility. Most of the data is randomly generated.

<p>Data is presented in 2 tables: one for the <i>CPU</i> and <i>memory</i> usage, the other for <i>disk</i> usage:

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

<b>Module options:</b>

<ul>
<li>
<i>-a</i> (<i>--asynchronous</i>)
<br>simulates asynchronous module behavior by spontaneously self updating in a semi-random fashion, when time permits (erratic during full moon periods :^).
</li>
<li>
<i>-i</i> (<i>--identify</i>)
<br>generate a unique name as an identifier for the module, visible in data tables title and viewers data cell labels. Example: <i>Random 88</i>.
</li>
</ul>

</body>
</html>