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.27 by pjm2, Wed Feb 28 09:18:26 2001 UTC vs.
Revision 1.28 by pjm2, Wed Feb 28 09:24:53 2001 UTC

# Line 461 | Line 461 | Private Sub Timer1_Timer()
461          cpu_time = CUpTime.CPUTime
462          percent_idle = CUpTime.PercentIdle
463          
464 +        userCount = wksta.LoggedOnUsers
465 +        
466          ' build the contents of the XML packet
467          xml = "<packet seq_no=""" & seqNo & """ machine_name=""" & machineName & """ date=""" & packetDate & """ type=""data"" ip=""" & LocalIP & """>" & _
468                "<os>" & _
# Line 472 | Line 474 | Private Sub Timer1_Timer()
474                  "<processor>" & processorType & "</processor>" & _
475                  "<uptime>" & uptime & "</uptime>" & _
476                "</os>" & _
477 +              "<users><count>" & userCount & "</count></users>" & _
478                "<cpu><idle>" & percent_idle & "</idle><user>" & cpu_time & "</user></cpu>" & _
479                "<memory><total>" & memTotal & "</total><free>" & memFree & "</free></memory>" & _
480                "<swap><total>" & swapTotal & "</total><free>" & swapFree & "</free></swap>" & _

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines