Posted inAzure Sphere
Microsoft
6 years ago
API to get memory/CPU usage
We'd like to have some approach to get process memory usage and CPU usage. So we can measure app works correctly which include:1. No memory leak2. No exceed memory budget3. When something bad happens, we can detect it and either log a error event or try to recover.We tried traditional Linux ways like check /proc/self/status, or getrusage() or run ps, but none of them been supported with Azure Sphere.
Under Review
All IdeasUnder Review
Vote
0 Comments