I have a nodejs app, is there a module or function that returns the current memory usage?
> process.memoryUsage() { rss: 7827456, heapTotal: 2525472, heapUsed: 1542704 }