Start/notes.ini Parameters/Server_Show_Performance_Header

Server_Show_Performance_Header

🛠️
Parameter: Server_Show_Performance_Header
Short description: Enables an additional header row with column names for the show performance console command – makes the values easier to read.

Profile

Parameter
Server_Show_Performance_Header
Category
Logging / Debug
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 = show header

Description

The console command show performance outputs a compact line of server performance values (transactions per minute, availability index, average transaction time, etc.). Without a header, the columns are hard to attribute.
With Server_Show_Performance_Header=1, Domino prints a label row beforehand – especially helpful in scripts that periodically evaluate show performance output and parse it.

Example configuration

Server_Show_Performance_Header=1

Notes & pitfalls

  • Produces minimally more console output, otherwise no performance impact.
  • Pairs with Server_Show_Performance, Console_Log_Enabled.
  • For automated parsing, prefer stable column positions – not every Domino version uses the same header text.
  • Takes effect immediately after set config Server_Show_Performance_Header=1.
  • No restart required.