[go: up one dir, main page]

File: man-icemon.1.xml

package info (click to toggle)
icecc-monitor 3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 600 kB
  • sloc: cpp: 4,389; xml: 73; makefile: 6; sh: 2
file content (93 lines) | stat: -rw-r--r-- 2,124 bytes parent folder | download | duplicates (4)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" ?>
<!-- vim:set ts=4 noet syntax=xml: -->
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
[
  <!ENTITY icemon "<application>icemon</application>">
]>

<refentry id="icemon">

<refentryinfo>
  <title>Icecream User's Manual</title>
  <author>
    <personname>
      <firstname>Pino</firstname>
      <surname>Toscano</surname>
    </personname>
  </author>
  <date>June 12th, 2013</date>
  <productname>Icecream</productname>
</refentryinfo>

<refmeta>
  <refentrytitle>icemon</refentrytitle>
  <manvolnum>1</manvolnum>
</refmeta>

<refnamediv>
  <refname>icemon</refname>
  <refpurpose>Icecream network monitor</refpurpose>
</refnamediv>

<refsynopsisdiv>
<cmdsynopsis>
<command>icemon</command>
<arg><replaceable>OPTION</replaceable></arg>
</cmdsynopsis>
</refsynopsisdiv>

<refsect1>
<title>Description</title>
<para>&icemon; is a graphical application to view an Icecream compile
network and monitor its traffic.</para>
</refsect1>

<refsect1>
<title>Options</title>

<variablelist>

<varlistentry>
<term><option>-h</option>, <option>--help</option></term>
<listitem><para>Print help message and exit.</para></listitem>
</varlistentry>

<varlistentry>
<term><option>-n</option>, <option>--netname</option>
<parameter>net-name</parameter></term>
<listitem><para>The name of the Icecream network &icemon; should connect to.
</para></listitem>
</varlistentry>


<varlistentry>
<term><option>-s</option>, <option>--scheduler</option>
<parameter>host-name</parameter></term>
<listitem><para>The hostname of the Icecream scheduler &icemon; should connect to.
</para></listitem>
</varlistentry>

</variablelist>

</refsect1>


<refsect1>
<title>See Also</title>
<para>icecream(7), icecc-scheduler(1), iceccd(1)</para>
</refsect1>

<refsect1>
<title>Maintainers</title>
<simplelist>
<member>Daniel Molkentin &lt;molkentin@kde.org&gt;</member>
<member>Kevin Funk &lt;kfunk@kde.org&gt;</member>
</simplelist>
</refsect1>

<refsect1>
<title>Website</title>
<para>Project home: https://github.com/icecc/icemon</para>
</refsect1>

</refentry>