• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Mon/H11-Jan-2001-2,7111,502

.monperl.prcs_auxH A D11-Jan-2001544 1413

CHANGESH A D29-Oct-20002.5 KiB9458

COPYINGH A D21-Aug-200017.6 KiB342282

COPYRIGHTH A D21-Aug-2000821 1813

Makefile.PLH A D11-Jan-2001167 115

READMEH A D21-Aug-2000628 3021

VERSIONH A D21-Aug-200082 32

monperl.prjH A D11-Jan-2001988 3229

test.plH A D21-Aug-20005.3 KiB361244

README

1#
2# $Id: README 1.1 Mon, 21 Aug 2000 08:30:45 -0700 trockij $
3# $Name:  $
4#
5
6This is the Perl5 module for interfacing with the Mon system monitoring
7package. Currently only the client interface is implemented, but more
8things like special logging routines and persistent monitors are being
9considered.
10
11"mon" is a tool for monitoring the availability of services.
12More information can be found at http://www.kernel.org/software/mon/.
13
14To install:
15
16perl Makefile.PL
17make
18make test
19
20and if that goes well,
21
22make install
23
24
25Jim Trocki
26Computer System and Network Engineer
27Transmeta Corporation
28Santa Clara, CA
29trockij@transmeta.com
30