Start/notes.ini Parameters/Server_Show_User_Detail

Server_Show_User_Detail

🛠️
Parameter: Server_Show_User_Detail
Short description: Adds per-user details to the periodic performance console output (user activity, active sessions per user).

Profile

Parameter
Server_Show_User_Detail
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 = detail output enabled

Description

With Server_Show_User_Detail=1, the server additionally shows in its periodic performance console output which users are currently especially active – for instance, who is generating the most transactions or which sessions have been running the longest. Useful for quickly identifying the source of load spikes.
Leave it disabled in normal operation, because the additional lines unnecessarily inflate the console log.

Example configuration

Server_Show_User_Detail=1

Notes & pitfalls

  • Mind data protection – user names appear in the console log.
  • Pairs with Server_Show_Performance, Server_Show_Performance_Header, Console_Log_Enabled.
  • The values can also be queried at any time via show users and show stat server.users.*.
  • Takes effect immediately after set config Server_Show_User_Detail=1.
  • For longer-term evaluation, redirect the console / log to a separate directory.