OS2-Proc
view release on metacpan or search on metacpan
static_names - same with names (!)
Each thread-information hash has the following entries
priority - absolute priority (?)
priority_class - Idle-Time/Regular/Time-Critical/Fixed-High
priority_level - Priority shift inside class (larger is higher)
sleepid - ???
slotid - "Global" thread id
state - 1,2,5 (see thread_state)
systime - Cumulative no. of busy ticks spent in syscalls
thread_state - Ready/Blocked/Running
threadid - Thread Id "in the process"
usertime - Cumulative no. of busy ticks spent in user code
Keep in mind that the semantic of priority_class is not monotonic,
monotonic is C<Idle-Time/Regular/Fixed-High/Time-Critical>.
The $href_modules is the same as for mod_info().
=item $aref = proc_info()
same info with processes restricted to the current process, and
modules to modules used by the current process.
( run in 0.348 second using v1.01-cache-2.11-cpan-87723dcf8b7 )