mirror of https://github.com/xwiki-labs/cryptpad
return process memory usage in GET CACHE STATS RPC
This commit is contained in:
parent
5fe7f55f51
commit
74567e0cf4
|
@ -50,6 +50,7 @@ var getCacheStats = function (env, server, cb) {
|
|||
metaSize: metaSize,
|
||||
channel: channelCount,
|
||||
channelSize: channelSize,
|
||||
memoryUsage: process.memoryUsage(),
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue