ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/host/vb_net_test/nettest.frm
(Generate patch)

Comparing experimental/host/vb_net_test/nettest.frm (file contents):
Revision 1.18 by pjm2, Fri Feb 23 17:51:07 2001 UTC vs.
Revision 1.19 by pjm2, Mon Feb 26 08:53:48 2001 UTC

# Line 402 | Line 402 | Private Sub Timer1_Timer()
402          memory& = memsts.dwAvailVirtual
403          swapFree = memory& \ 1024
404          
405 +        uptime = GetTickCount \ 1000
406 +        
407          ' build the contents of the XML packet
408          xml = "<packet seq_no=""" & seqNo & """ machine_name=""" & machineName & """ date=""" & packetDate & """ type=""data"" ip=""" & LocalIP & """>" & _
409                "<os>" & _
# Line 411 | Line 413 | Private Sub Timer1_Timer()
413                  "<platform>" & osName & "</platform>" & _
414                  "<minor_version>" & osVersionMinor & "</minor_version>" & _
415                  "<processor>" & processorType & "</processor>" & _
416 +                "<uptime>" & uptime & "</uptime>" & _
417                "</os>" & _
418                "<memory><total>" & memTotal & "</total><free>" & memFree & "</free></memory>" & _
419                "<swap><total>" & swapTotal & "</total><free>" & swapFree & "</free></swap>" & _

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines