NAME
Schedule::Load::FakeReporter - Distributed load reporting daemon
SYNOPSIS
use Schedule::Load::FakeReporter;
Schedule::Load::FakeReporter->start();
DESCRIPTION
Schedule::Load::FakeReporter
creates a Schedule::Load::Reporter
derrived class, which allows replacing the normal host information with special fixed information. This allows the Schedule::Load facilities to be used to manage other resources, such as labratory equipment, that has CPU like status, but cannot locally run slreportd.
Pctcpu is based on the load_limit or if unspecified, each fixed load counts as 100%. Pid is the process ID that should be tracked on the current CPU, if this is not desired, add a pid_track=0 attribute.
See Schedule::Load::Reporter
for most accessors.
PARAMETERS
SEE ALSO
Schedule::Load::Reporter
, slreportd
DISTRIBUTION
This package is distributed via CPAN.
AUTHORS
Wilson Snyder <wsnyder@wsnyder.org>