-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
v4.8, v4.7, v4.4, v4.2, v4.0, v3.6
-
Service Arch 2020-08-24, Service arch 2020-09-07, Service arch 2020-10-05, Service arch 2020-11-02
-
0
The db.hostInfo() helper already records the number of logical cores for most customer systems and even limits to what's actually available inside a container with cgroups (see SERVER-40506) but doesn't capture physical cores except on MacOS.
In terms of auditing host capacities across larger MongoDB deployments, it would be useful to also capture physical core counts and expose this value via db.hostInfo()'s existing hostInfo.extra.physicalCores field .
- related to
-
SERVER-67705 Add count of NUMA zones to FTDC metadata
- Closed