Monitor
It allows to obtain the performance data.
performanceData
_monitor.performanceData() : Values
Description
Obtains performance data such as CPU, Memory and Disk utilization of the Neptune server process as well as the computer in general.
Return
( Values )
Performance data such as CPU, Memory and Disk.
stats
_monitor.stats() : void
Description
Presents statistical information on performance, such as CPU, Memory and Disk data, in the terminal and in the logs.
How To Use
// Prints the performance data in the terminal and in the logs:
_monitor.stats()
Return
( void )