Checkpoint

This commit is contained in:
Bryan Ashby
2020-11-22 12:25:19 -07:00
parent f4e25a76b3
commit 58c577c4bb
4 changed files with 87 additions and 35 deletions

View File

@@ -30,4 +30,12 @@ module.exports = {
// end +op non-persistent
NextRandomRumor : 'random_rumor',
// begin system stat non-persistent...
TotalMemoryBytes : 'sys_total_memory_bytes',
FreeMemoryBytes : 'sys_free_memory_bytes',
AverageLoad : 'sys_average_load',
CurrentLoad : 'sys_current_load',
// end system stat non persistent
};