Docs Menu
Docs Home
/
MongoDB Manual
/ / /

getMemInfo()

Note

The native method listed here is for the legacy mongo shell.

To use native methods in mongosh, see Native Methods in mongosh.

getMemInfo()

Returns a document with two fields that report the amount of memory used by the JavaScript shell process. The fields returned are resident and virtual.

Back

getHostName()