NAME
Schedule::Load::Hosts::Proc - Return process information
SYNOPSIS
See Schedule::Load::Hosts
DESCRIPTION
This package provides accessors for information about a specific process obtained via the Schedule::Load::Hosts package.
- fields
-
Returns all information fields for this process.
- exists (key)
-
Returns true if a specific field exists for this process.
- get (key)
-
Returns the value of a specific field for this process.
ACCESSORS
A accessor exists for each field returned by the fields() call. Typical elements are described below. All fields that Proc::ProcessTable
supports are also accessible.
- nice0
-
Nice value with 0 being normal and 19 maximum nice.
- time_hhmm
-
Returns the runtime of the process in mmm:ss or hh.hH format, whichever is appropriate.
- username
-
Texual user name running this process.
SEE ALSO
Schedule::Load
, Schedule::Load::Hosts
, Schedule::Load::Hosts::Host
DISTRIBUTION
The latest version is available from CPAN.
AUTHORS
Wilson Snyder <wsnyder@wsnyder.org>