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

Class Statistics

object --+    
         |    
   _Handle --+
             |
            Statistics

Provides methods for obtaining performance statistics from the host computer or an individual virtual machine.

Instance Methods [hide private]
 
get_total_ram_size(self)
 
get_usage_ram_size(self)
 
get_free_ram_size(self)
 
get_total_swap_size(self)
 
get_usage_swap_size(self)
 
get_free_swap_size(self)
 
get_os_uptime(self)
 
get_disp_uptime(self)
 
get_cpus_stats_count(self)
 
get_cpu_stat(self, nIndex)
 
get_ifaces_stats_count(self)
 
get_iface_stat(self, nIndex)
 
get_users_stats_count(self)
 
get_user_stat(self, nIndex)
 
get_disks_stats_count(self)
 
get_disk_stat(self, nIndex)
 
get_procs_stats_count(self)
 
get_proc_stat(self, nIndex)

Inherited from _Handle: __del__, __init__, add_ref, free, get_handle_type, get_type

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__