Parameter:
Server_Show_PerformanceShort description: Periodically displays detailed performance statistics (transaction times, availability index, user load) on the server console.
Profile
Parameter | Server_Show_Performance |
Category | Performance / Memory |
Component | Server |
Available since | 9.0.1 |
Supported versions | 9.0.1, 10.0, 11.0, 12.0, 14.0, 14.5, 14.5.1 |
GUI equivalent | notes.ini only (no GUI) |
Possible values | 0 = off (default), 1 = enabled |
Description
With
Server_Show_Performance=1, the server writes a compact performance line to the console at regular intervals – similar to show performance, but automated. This is helpful for tracking load peaks, availability index dips, and transaction times directly in the console log without external monitoring.In combination with
Console_Log_Enabled=1, the values can be analyzed over hours / days.Example configuration
Server_Show_Performance=1
Notes & pitfalls
- Produces additional console output – with
Console_Log_Enabledenabled, the log file grows faster.
- Pairs with
Server_Show_Performance_Header,Server_Show_User_Detail,Server_Transinfo_Range.
- The values can also be queried at any time via
show performanceandshow statistic Server.AvailabilityIndex.
- For longer-term trends, route Domino stats into an external monitoring system (Prometheus, Telegraf).
- Takes effect immediately after
set config Server_Show_Performance=1.