t
=
{
|
: Core.Std.Pid.t |
; |
(* |
Process ID
|
*) |
|
: string |
; |
(* |
Command-line (not reliable).
|
*) |
|
: string option |
; |
(* |
Symlink to working directory.
|
*) |
|
: string option |
; |
(* |
Process environment.
|
*) |
|
: string option |
; |
(* |
Symlink to executed command.
|
*) |
|
: string option |
; |
(* |
Per-process root (e.g. chroot)
|
*) |
|
: Limits.t option |
; |
(* |
Per-process rlimit settings
|
*) |
|
: Stat.t |
; |
(* |
Status information.
|
*) |
|
: Statm.t |
; |
(* |
Memory status information.
|
*) |
|
: Status.t |
; |
(* |
Some more assorted status information.
|
*) |
|
: Stat.t Core.Std.Pid.Map.t |
; |
(* |
Status information for each task (thread)
|
*) |
|
: string |
; |
(* |
Show what top would show for COMMAND
|
*) |
|
: Fd.t list option |
; |
(* |
File descriptors
|
*) |
|
: int |
; |
(* |
OOM killer niceness range: -17 to +15
|
*) |
|
: int |
; |
(* |
OOM "sacrifice" priority
|
*) |