Parameter:
Server_Show_PerformanceShort description: Enables the display of server performance events on the Domino console (value 1).
Profile
Parameter | Server_Show_Performance |
Category | Logging / Debug |
Available since | At least 9.0.1 (HCL documentation) |
GUI equivalent | According to HCL no direct GUI option. Settable in the Configuration document on the NOTES.INI Settings tab. |
Possible values | 1 = display performance events on console |
Default | None — without setting, no performance events are emitted on the console. |
Description
According to HCL product documentation:
Specifies whether or not server performance events are displayed on the console.
1 - Displays server performance events on console
With
Server_Show_Performance=1, server-side performance events (e.g. periodic notes from the server task about utilization and response times) are output directly to the console. This is primarily a diagnostic and tuning tool — for example, to read live during a fault situation whether and when the server logs performance hints.For normal operation the parameter is typically not set; HCL does not name a default value for activation in the docs — without an entry, the console remains free of these events.
Example configuration
Server_Show_Performance=1
With
Server_Show_Performance=1, server performance events appear on the console as soon as the server detects corresponding events.Notes & pitfalls
- Pure display control — the underlying performance statistics are independently available via
show statand log.nsf.
- Use sparingly in production: on heavily loaded servers, the console can otherwise be flooded with performance hints.
- According to HCL there is no direct GUI equivalent; the value can be maintained via the NOTES.INI Settings tab of a Configuration document.
Sources (HCL Product Documentation)
- HCL Domino 14.5.1 – Server_Show_Performance: help.hcl-software.com/domino/14.5.1/admin/conf_server_show_performance_r.html
- HCL Domino 11.0.1 – Server_Show_Performance: help.hcl-software.com/domino/11.0.1/admin/conf_server_show_performance_r.html
- HCL Domino 10.0.1 – Server_Show_Performance: help.hcl-software.com/domino/10.0.1/admin/conf_server_show_performance_r.html
- HCL Domino 9.0.1 – Server_Show_Performance: help.hcl-software.com/domino/9.0.1/admin/admin/conf_server_show_performance_r.html
- IBM Domino 10.0.0 (Mirror) – Server_Show_Performance: ibm.com/docs/SSKTMJ_10.0.0/admin/conf_server_show_performance_r.html