Package prlsdkapi :: Class VmCPUStat
[hide private]
[frames] | no frames]

Class VmCPUStat

  object --+        
           |        
 prlsdk.Base --+    
               |    
prlsdk.BaseAsync --+
                   |
                  VmCPUStat

Contains CPU statistics.

Instance Methods [hide private]

Inherited from prlsdk.BaseAsync: __cmp__, __init__, __new__, __repr__, cancel, wait

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__, __str__

Class Variables [hide private]
  __prefix__ = 'statcpu'
  __ht__ = 268435489
Properties [hide private]
  cpu_usage
The CPU usage, in percent.
  total_time
CPU total time, in seconds.
  user_time
CPU user time, in seconds.
  system_time
CPU system time, in seconds.

Inherited from prlsdk.BaseAsync: __expected_h_type__, __job__, finished, handle_type

Inherited from prlsdk.Base: __handle__

Inherited from object: __class__

Property Details [hide private]

cpu_usage

The CPU usage, in percent.

Get Method:
unreachable.statcpu__get_cpu_usage(statcpu, StatCpu) - Returns CPU usage in percents.

total_time

CPU total time, in seconds.

Get Method:
unreachable.statcpu__get_total_time(statcpu, StatCpu) - Returns CPU total time in secs.

user_time

CPU user time, in seconds.

Get Method:
unreachable.statcpu__get_user_time(statcpu, StatCpu) - Returns CPU user time in secs.

system_time

CPU system time, in seconds.

Get Method:
unreachable.statcpu__get_system_time(statcpu, StatCpu) - Returns CPU system time in secs.