--- projects/cms/source/host/winhost/nettest.frm 2001/02/28 09:18:26 1.27 +++ projects/cms/source/host/winhost/nettest.frm 2001/02/28 09:24:53 1.28 @@ -461,6 +461,8 @@ Private Sub Timer1_Timer() cpu_time = CUpTime.CPUTime percent_idle = CUpTime.PercentIdle + userCount = wksta.LoggedOnUsers + ' build the contents of the XML packet xml = "" & _ "" & _ @@ -472,6 +474,7 @@ Private Sub Timer1_Timer() "" & processorType & "" & _ "" & uptime & "" & _ "" & _ + "" & userCount & "" & _ "" & percent_idle & "" & cpu_time & "" & _ "" & memTotal & "" & memFree & "" & _ "" & swapTotal & "" & swapFree & "" & _