--- projects/cms/source/host/winhost/nettest.frm 2001/02/23 17:51:07 1.18 +++ projects/cms/source/host/winhost/nettest.frm 2001/02/26 08:53:48 1.19 @@ -402,6 +402,8 @@ Private Sub Timer1_Timer() memory& = memsts.dwAvailVirtual swapFree = memory& \ 1024 + uptime = GetTickCount \ 1000 + ' build the contents of the XML packet xml = "" & _ "" & _ @@ -411,6 +413,7 @@ Private Sub Timer1_Timer() "" & osName & "" & _ "" & osVersionMinor & "" & _ "" & processorType & "" & _ + "" & uptime & "" & _ "" & _ "" & memTotal & "" & memFree & "" & _ "" & swapTotal & "" & swapFree & "" & _