Ticket #5 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.

