EasyManuals Logo

NEC Express 5800 Series Maintenance Guide

NEC Express 5800 Series
160 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #158 background imageLoading...
Page #158 background image
3. Accessing Data for Electric Power, Temperature, and Processor Utilization
Express5800/T110f-S, R110f-1E, T110f-E Maintenance Guide
158
Chapter 3 Appendix
3.1.3
Processor utilization
The utilization rate of all logical processors is given by executing the
Win32_PerfFormattedData_PerfOS_Processor class that Windows OS provides. Below is the sample file
created by using Visual Basic Script (such as Proc.vbs). This script outputs the processor utilization rate
every 30 seconds.
' Start Script
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!¥¥" & strComputer & "¥root¥cimv2")
set objRefresher = CreateObject("WbemScripting.Swbemrefresher")
Set objProcessor = objRefresher.AddEnum _
(objWMIService, "Win32_PerfFormattedData_PerfOS_Processor").objectSet
objRefresher.Refresh
Dim first
first = true
Do
For each intProcessorUse in objProcessor
If first Then
If intProcessorUse.Name = "_Total" Then
first = false
End If
else
Wscript.Echo "Proc" & intProcessorUse.Name & " : " & _
"PercentProcessorTime=" & _
intProcessorUse.PercentProcessorTime
End If
Next
Wscript.Sleep 30*1000 'sleep 30 * 1000ms
objRefresher.Refresh
Loop
' End Script
Execution example
C:¥VBS> cscript //nologo Proc.vbs
Execution result
Proc0 : PercentProcessorTime=0
Proc1 : PercentProcessorTime=0
Proc2 : PercentProcessorTime=0
Proc3 : PercentProcessorTime=0
Proc4 : PercentProcessorTime=76
Proc5 : PercentProcessorTime=0
Proc6 : PercentProcessorTime=0
Proc7 : PercentProcessorTime=0
Proc_Total : PercentProcessorTime=9
Proc 0 to Proc 7 show the utilization rate of each processor while Proc_Total shows the total processor
utilization rate.

Table of Contents

Other manuals for NEC Express 5800 Series

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the NEC Express 5800 Series and is the answer not in the manual?

NEC Express 5800 Series Specifications

General IconGeneral
BrandNEC
ModelExpress 5800 Series
CategoryServer
LanguageEnglish

Related product manuals