System
Yamcs version
{{ info.yamcsVersion || '-' }}
Build
{{ info.revision || '-' }}
Server ID
{{ info.serverId || '-' }}
OS
{{ info.os }}
Architecture
{{ info.arch }}
JVM
{{ info.jvm }}
Working directory
{{ info.workingDirectory }}
Config directory
{{ info.configDirectory }}
Cache directory
{{ info.cacheDirectory }}
Data directory
{{ info.dataDirectory }}
Uptime
{{ info.uptime | duration }}
Load average
{{ (info.loadAverage | number:'1.2-2') || '-' }}
Available processors
{{ info.availableProcessors }}
Heap memory
{{ info.heapMemory | formatBytes }} (used: {{ (info.heapMemory - info.usedHeapMemory) | formatBytes }}, limit: {{ (info.maxHeapMemory | formatBytes) || 'n/a' }})
Non-heap memory
{{ info.nonHeapMemory | formatBytes }} (used: {{ (info.nonHeapMemory - info.usedNonHeapMemory) | formatBytes }}, limit: {{ (info.maxNonHeapMemory | formatBytes) || 'n/a' }})
Thread count
{{ info.jvmThreadCount }}

Plugins

Name Description Version Maintainer
{{ plugin.name }} {{ plugin.description || '-' }} {{ plugin.version || '-' }} {{ plugin.vendor || '-' }}

Root directories

Directory Type Total space Unallocated space Usable space
{{ root.directory }} {{ root.type || '-' }} {{ root.totalSpace | formatBytes }} {{ root.unallocatedSpace | formatBytes }} {{ root.usableSpace | formatBytes }}

Process tree

PID User Start time Command
{{ process.pid }} {{ process.user }} {{ (process.startTime | datetime) || '-' }} {{ " ".repeat(indent) }} ├── └── {{ process.command }}