--- experimental/host/vb_net_test/nettest.frm 2001/02/26 09:25:41 1.22 +++ experimental/host/vb_net_test/nettest.frm 2001/02/26 09:54:25 1.23 @@ -419,6 +419,10 @@ Private Sub Timer1_Timer() uptime = GetTickCount \ 1000 + CUpTime.Capture + cpu_time = CUpTime.CPUTime + percent_idle = CUpTime.PercentIdle + ' build the contents of the XML packet xml = "" & _ "" & _ @@ -430,6 +434,7 @@ Private Sub Timer1_Timer() "" & processorType & "" & _ "" & uptime & "" & _ "" & _ + "" & percent_idle & "" & cpu_time & "" & _ "" & memTotal & "" & memFree & "" & _ "" & swapTotal & "" & swapFree & "" & _ ""