{#host}
| Hostname | {hostname} |
|---|---|
| FQDN | {hostfqdn} |
| CPU count | {cpu_count} |
| Load averages | {load_avgs} |
uname | {#uname}{.} {/uname} |
| Platform | {platform} |
| Owner | {owner} |
|---|---|
| PID | {pid} |
| PPID | {ppid} |
| PGID | {pgid} |
umask | {umask_str} |
nice | {niceness} |
| 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} |
| 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} |