More docs, total user count MCI and stat

This commit is contained in:
Bryan Ashby
2022-05-01 19:58:00 -06:00
parent 44505f664a
commit d0db38a544
9 changed files with 57 additions and 5 deletions

View File

@@ -37,4 +37,6 @@ module.exports = {
SystemMemoryStats : 'system_memory_stats', // object { totalBytes, freeBytes }; non-persistent
SystemLoadStats : 'system_load_stats', // object { average, current }; non-persistent
TotalUserCount : 'user_total_count', // non-persistent
};