Open nfeuer opened 3 years ago
uptime (millis())
This can be easily done by creating a static time_t start_time
and then every loop it subtracts current time from start_time
to get the uptime.
loopcount
Please can you elaborate on this? I do not understand the purpose of counting the number of times loop()
executes as it could result in a very large number which may exceed bounds.
Stale issue
Describe the feature We want to be able to keep track of how busy each device is during different amounts of traffic. This will help us understand which new processes are taking too much time.
Datapoints to track
Expected implementation Add this data to "health" quacks