db.hostInfo()
https://www.mongodb.com/zh-cn/docs/manual/reference/command/hostInfo/
{"system" : {"currentTime" : ISODate("<timestamp>"),"hostname" : "<hostname>","cpuAddrSize" : <number>,"memSizeMB" : <number>,"memLimitMB" : <number>,"numCores" : <number>,"cpuArch" : "<identifier>","numaEnabled" : <boolean>},"os" : {"type" : "<string>","name" : "<string>","version" : "<string>"},"extra" : {"versionString" : "<string>","libcVersion" : "<string>","kernelVersion" : "<string>","cpuFrequencyMHz" : "<string>","cpuFeatures" : "<string>","pageSize" : <number>,"numPages" : <number>,"maxOpenFiles" : <number>},"ok" : <return>}