Currently, the tladm "Load" page displays the number of unique users running processes on the system. This includes non-TL users as well. Some customers finds this confusing. See issue6518. We could consider changing tladm to display TL users, or perhaps both TL and other users.
This column should propably show something along the lines of w | cut -f 1 -d " " | sort | uniq , but in any case this should be done in VSM server. tlwebadm does no post-processing of this data after the remote call.
We've decided to implement this according to the previous comment.
I presume this hasn't been implemented yet as 4.7.0 still shows a "Numbers of users" slightly higher than the number of TL sessions?
Right. As long as the bug status isn't CLOSED then there is still work to be done.
It's not just a display issue but an underlying issue in the load balancer. We're really interested in "real" users and not just unique uids. So fixing the measurement should fix both the load calculation and the presentation.