
procps.pl -- Get process statistics from Linux /proc
procps_stat(-Stat:dict) is det
procps_stat(+PID, -Stat:dict) is det
procps_thread_stat(+Thread, -Stat:dict) is detstat file of the current process, the
process identified by PID or the Prolog thread identified by
Thread. In all cases, this returns a dict tagged stat with
the field values as defined by man 5 proc.
procps_status(-Status:dict) is det
procps_status(+PID, -Status:dict) is det/proc/self/status as a Prolog dict.
The following predicates are exported from this file while their implementation is defined in imported modules or non-module files loaded by this module.
procps_stat(-Stat:dict) is det
procps_stat(+PID, -Stat:dict) is det
procps_thread_stat(+Thread, -Stat:dict) is detstat file of the current process, the
process identified by PID or the Prolog thread identified by
Thread. In all cases, this returns a dict tagged stat with
the field values as defined by man 5 proc.
procps_stat(-Stat:dict) is det
procps_stat(+PID, -Stat:dict) is det
procps_thread_stat(+Thread, -Stat:dict) is detstat file of the current process, the
process identified by PID or the Prolog thread identified by
Thread. In all cases, this returns a dict tagged stat with
the field values as defined by man 5 proc.
procps_status(-Status:dict) is det
procps_status(+PID, -Status:dict) is det/proc/self/status as a Prolog dict.