Terminal Services Manager
26.03.16
patch
Mar 16, 2026
Added
4
- Graph refresh speed setting (Fast / Normal / Slow / Very slow / Data update only) in Preferences > Graphs. "Data update only" disables continuous graph scrolling - graphs only redraw when new data arrives.
- Options to collect graph data for unchecked users and processes separately in Preferences > Graphs. When disabled, only checked items accumulate graph data, significantly reducing memory usage.
- "Show all users on graph" option - when disabled, users must be selected manually (like processes).
- Drill-down navigation in context menus - right-click a server, user, or process to quickly jump to related data on another tab with an automatic filter applied:
- Servers: "Show users", "Show processes"
- Users: "Show processes", "Show server"
- Processes: "Show user processes", "Show user session", "Show server"
Changed
5
- Graph Preferences page split into Chart and Behavior tabs for better organization.
- Toolbar icons now clearly visible in dark theme.
- Optimized graph rendering performance - graphs on inactive tabs are no longer redrawn.
- Optimized graph data point collection to reduce memory allocations.
- Graph time series memory trimming now only reclaims memory when capacity significantly exceeds count.
Fixed
1
- High CPU usage caused by background logging thread running in a busy-wait loop.