Schedule::Load::Hosts::Proc - Return process information
See Schedule::Load::Hosts
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.
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.
The 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.
Wilson Snyder <wsnyder@wsnyder.org>
Schedule::Load, Schedule::Load::Hosts, Schedule::Load::Hosts::Host