{#host}

Host information

{#cpu_count} {/cpu_count}
Hostname{hostname}
FQDN{hostfqdn}
CPU count{cpu_count}
Load averages{load_avgs}
uname{#uname}{.}
{/uname}
Platform{platform}
{/host} {#proc}

IDs and settings

{?ppid} {/ppid} {?niceness} {/niceness}
Owner{owner}
PID{pid}
PPID{ppid}
PGID{pgid}
umask{umask_str}
nice{niceness}

Process resource usage

{#rusage} {#memory} {/memory} {#page_faults} {/page_faults} {#blocking_io} {/blocking_io} {#ctx_switches} {/ctx_switches} {#messages} {/messages} {#rlimit} {/rlimit}
CPU time, user{cpu_times.user_time} seconds
CPU time, system{cpu_times.sys_time} seconds
Peak RSS {max_rss_human}
Page faults, major{major_faults}
Page faults, minor{minor_faults}
Blocking IO, in{input_ops}
Blocking IO, out{output_ops}
Context switches, voluntary{voluntary}
Context switches, involuntary{involuntary}
File limit (soft, hard){nofile}
{/rusage} {/proc} {#pyvm}

Python runtime

{#gc} {#obj_count} {:else} {/obj_count} {:else} {/gc}
Executable{executable}
Version{version}
Features {?is_64bit}(64-bit){:else}(32-bit){/is_64bit} {?have_ucs4}(with UCS-4){:else}(with UCS-2){/have_ucs4} {?have_readline}(with readline support){:else}(no readline support){/have_readline}
Thread count{active_thread_count}
Object count{obj_count}
Object count(unavailable)
GC enabled{is_enabled}
GC thresholds{thresholds}
GC generations{counts}
Object count(failed to load GC info)
Recursion limit{recursion_limit}
Check interval{check_interval}
{/pyvm}