NAME
Schedule::Load::FakeReporter - Distributed load reporting daemon
SYNOPSIS
use Schedule::Load::Reporter;
Schedule::Load::Reporter->start(fake=>1);
DESCRIPTION
Schedule::Load::FakeReporter
creates a Schedule::Load::Reporter::ProcessTable
similar to Proc::ProcessTable
, 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 laboratory 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.
SEE ALSO
Schedule::Load::Reporter
, slreportd
DISTRIBUTION
This package is distributed via CPAN.
AUTHORS
Wilson Snyder <wsnyder@wsnyder.org>