| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
prlsdk.Base --+
|
prlsdk.BaseAsync --+
|
VmStat
Provides methods for obtaining performance statistics hosts and virtual machines.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__prefix__ =
|
|||
__ht__ = 268435488
|
|||
|
|||
|
total_ram_size Total RAM size in bytes. |
|||
|
usage_ram_size The amount of used RAM in bytes. |
|||
|
free_ram_size The amount of free RAM in bytes. |
|||
|
total_swap_size Total swap size in bytes. |
|||
|
usage_swap_size The amount of used swap in bytes. |
|||
|
free_swap_size The amount of free swap in bytes. |
|||
|
os_uptime The operating system uptime in seconds. |
|||
|
disp_uptime The Parallels Service uptime in secounds. |
|||
|
cpus_stats_count Indicates the number of instances of VmCPUStat contained in this object. |
|||
|
ifaces_stats_count Indicates the number of instance of VmIFaceStat contained in this object. |
|||
|
users_stats_count Indicates the number of instances of VmUserStat contained in this object. |
|||
|
disks_stats_count Indicates the number of instances of VmDiskStat contained in this object. |
|||
|
procs_stats_count Indicates the number of instances of VmProcStat contained in this object. |
|||
|
cpu_stats An iterator/sequence that allows to traverse through VmCPUStat instances. |
|||
|
iface_stats An iterator/sequence that allows to traverse through VmIFaceStat instances. |
|||
|
user_stats An iterator/sequence that allows to traverse through VmUserStat instances. |
|||
|
disk_stats An iterator/sequence that allows to traverse through VmDiskStat instances. |
|||
|
proc_stats An iterator/sequence that allows to traverse through VmProcStat instances. |
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
Obtain and return CPU statistics.
|
Obtain and return network interface statistics.
|
Obtain and return the user session statistics.
|
Obtain and return disk drive statistics.
|
Obtain and return system process statistics.
|
|
|||
total_ram_sizeTotal RAM size in bytes.
|
usage_ram_sizeThe amount of used RAM in bytes.
|
free_ram_sizeThe amount of free RAM in bytes.
|
total_swap_sizeTotal swap size in bytes.
|
usage_swap_sizeThe amount of used swap in bytes.
|
free_swap_sizeThe amount of free swap in bytes.
|
os_uptimeThe operating system uptime in seconds.
|
disp_uptimeThe Parallels Service uptime in secounds.
|
cpus_stats_countIndicates the number of instances of VmCPUStat contained in this object.
|
ifaces_stats_countIndicates the number of instance of VmIFaceStat contained in this object.
|
users_stats_countIndicates the number of instances of VmUserStat contained in this object.
|
disks_stats_countIndicates the number of instances of VmDiskStat contained in this object.
|
procs_stats_countIndicates the number of instances of VmProcStat contained in this object.
|
cpu_statsAn iterator/sequence that allows to traverse through VmCPUStat instances.
|
iface_statsAn iterator/sequence that allows to traverse through VmIFaceStat instances.
|
user_statsAn iterator/sequence that allows to traverse through VmUserStat instances.
|
disk_statsAn iterator/sequence that allows to traverse through VmDiskStat instances.
|
proc_statsAn iterator/sequence that allows to traverse through VmProcStat instances.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Dec 15 21:33:42 2008 | http://epydoc.sourceforge.net |