CPU usage

Memory map

OS Status


Version
{{ status.version }}
Service
{{ status.service }}
Uptime
{{ uptime }}

CPU freq
{{ status.cpu_freq | number:0 }} MHz
Heap Usage
{{ status.heap_usage | bytes }}
Booted
{{ status.boot_time | date: 'yyyy-MM-dd HH:mm' }}
Current Time
{{ status.current_time | date: 'yyyy-MM-dd HH:mm' }}

Statman

{{ parent.text }} {{ parent.value }}
{{ child.text }} {{ child.value }}
{{ grandchild.text }} {{ grandchild.value }}

TCP {{ tcp.address }} ({{ tcp.ifname }})

Local Remote Recv Sent State
{{ conn.local }} {{ conn.remote }} {{ conn.bytes_rx | bytes }} {{ conn.bytes_tx | bytes }} {{ conn.state }}

Stack Sampler

Active / Asleep:
{{ stack_sampler.active | number:2 }} / {{ stack_sampler.asleep | number:2 }} %
Percent Total Addr Function
{{ sample.percent | number:2 }} {{ sample.total }} 0x{{ sample.address.toString(16) }} {{ sample.name }}

Logger

                {{entry}}