Parameter:
Platform_Statistics_EnabledShort description: Enables platform statistics (CPU, memory, disk, network) – evaluable in
domlog.nsf / ServerHealth.Profile
Parameter | Platform_Statistics_Enabled |
Category | Logging / Debug |
Component | Server |
Available since | R6 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | 0 = disabled, 1 = enabled (recommended) |
Description
Platform_Statistics_Enabled=1 instructs Domino to regularly collect platform metrics (CPU load per core, memory usage, disk latency, network throughput) and make them available under the Platform.* statistics. These can be evaluated via show stat platform, in the Domino Administrator, and through monitoring tools (e.g. ServerHealth).Provides a very good view of the real load on the Domino host and is the basis for almost any performance diagnosis.
Example configuration
Platform_Statistics_Enabled=1
Notes & pitfalls
- On Linux, the Domino service needs read access to
/procstatistics – usually available without effort.
- The default on modern Domino versions is
1anyway – do not disable without reason.
- Pairs with statistics probes and event generators (
events4.nsf).
- Evaluate, for example, via
show stat platform.system.pctcombinedcputime.
- The change takes effect only after a server restart.