|
NAMESchedule::Load::FakeReporter - Distributed load reporting daemonSYNOPSISuse Schedule::Load::Reporter; Schedule::Load::Reporter->start(fake=>1); DESCRIPTIONSchedule::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. DISTRIBUTIONThe latest version is available from CPAN and from <http://www.veripool.org/>.Copyright 1998-2011 by Wilson Snyder. This package is free software; you can redistribute it and/or modify it under the terms of either the GNU Lesser General Public License Version 3 or the Perl Artistic License Version 2.0. AUTHORSWilson Snyder <wsnyder@wsnyder.org>SEE ALSOSchedule::Load::Reporter, slreportd
Visit the GSP FreeBSD Man Page Interface. |