104 |
Live view connections: {{status.liveConnections !== undefined ? status.liveConnections : '-'}}
105 |
Threads: {{status.threadsRunnableUsed}}/{{status.threadsUsed}}
106 |
Memory Used: {{humanReadableByteCount(status.memoryUsed)}}, Free: {{humanReadableByteCount(status.memoryAvailable)}}
107 |
Processes: {{getProcessesWithUsage()}}
108 |
Battery: {{status.batteryLevel}}% ({{status.batteryStatus}})
109 |
110 |
Web server version: {{this.server}}
111 |
Web server uptime: {{humanReadableTime(status.uptime)}}
112 |
113 |
Network In: {{humanReadableKBs(status.networkInBps)}}, Out: {{humanReadableKBs(status.networkOutBps)}}
114 |
115 |
116 |
CPU usage: {{status.cpuUsagePercents}}%
117 |
118 |
119 |
CPU frequency: {{status.cpuFrequencyMhz}} MHz
120 |
121 |
122 |