srcbox.net

Ticket #5 (closed defect: fixed)

Opened 21 months ago

Last modified 3 months ago

No. of users in proc-chart wrong

Reported by: stefan Owned by: stefan
Priority: minor Component: gkrellm
Version: 2.3.2 Keywords:
Cc:

Description

The number of logged in users is still not correct for various reasons:

  • Some software adds interactive users which gkrellm currently counts as real logins (VMWare is a popular example)
  • Doing a relogin leaves stale sessions on Vista

There's a function WTSQuerySessionInformation() which might help to fix some of the issues but it appears to be working only on Windows XP and newer. A good compromise would be to use this function if possible and fall back to the current (unreliable) counting if it's missing.

Change History

Changed 3 months ago by stefan

  • status changed from new to closed
  • resolution set to fixed

Fixed in r78.
GKrellM for Windows now needs Windows XP or newer!

Note: See TracTickets for help on using tickets.