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 <molkentin@kde.org></member>
<member>Kevin Funk <kfunk@kde.org></member>
</simplelist>
</refsect1>
<refsect1>
<title>Website</title>
<para>Project home: https://github.com/icecc/icemon</para>
</refsect1>
</refentry>
|