CPU and Memory graphs on the run page

It’s currently difficult to diagnose performance issues. It would be useful to have graphs on the run page. This would also make it possible to find memory leaks.

Currently you have to use Node functions to log out the memory:

const memory = process.memoryUsage();
logger.log(“Memory usage”, memory);

Upvoters
Status

In Review

Board

💡 Feature Request

Date

About 1 year ago

Author

mattaitken

Subscribe to post

Get notified by email when there are changes.