File: jmond.8

package info (click to toggle)
jmon 0.3-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 108 kB
  • ctags: 76
  • sloc: ansic: 569; sh: 77; makefile: 76
file content (39 lines) | stat: -rw-r--r-- 1,363 bytes parent folder | download | duplicates (3)
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
.TH JMOND 8 "Sep 09, 1999" "" "Linux System Administrator's Manual"
.SH NAME
jmond \- jMon distributed resource monitor daemon
.SH SYNOPSIS
.B jmond
[\c
.BI \-p \ port\fP\c
]
.br
.SH DESCRIPTION
\fBjmond\fP is the daemon part of the jMon Distributed Resource Monitor. The
\fBjmon\fP(1) client creates a TCP/IP connection to the \fBjmond\fP daemon 
running on each of the hosts that are to be monitored. The daemon calculates 
the resource usage from the \fB/proc\fP filesystem.
.SH OPTIONS
.TP
.BI \-f \ port\fP
This parameter specifies the \fBport\fP that the daemon should listen on. This 
parameter is optional, with the default being port \fB7777\fP. 
.SH DIAGNOSTICS
The daemon calculates the resource usage from \fB/proc/stat\fP (CPU info) and
\fB/proc/meminfo\fP (memory and swap info). In order to allow this process,
support for the virtual /proc filesystem MUST be compiled into the kernel and 
it must be mounted.
.LP
For the sake of convenience, the \fBjmond\fP daemon forks to create a child,
killing the parent. This allows for easy daemon installation using, for 
example, the SysVInit startup method. In order to further facilitate this 
method, the daemon writes its process id to the file \fB/var/run/jmond.pid\fP.
.SH FILES
.DT
/usr/sbin/jmond
.br
/var/run/jmond.pid
.SH AUTHOR
Jaco Breitenbach <jjb@dsp.sun.ac.za>
.SH "SEE ALSO"
.BR jmon (1)