Home | Trees | Indices | Help |
|
---|
|
object --+ | _Handle --+ | Statistics
Provides methods for obtaining performance statistics for the host computer or an individual virtual machine. To obtain the Statistics object for the host computer, use the Server.get_statistics method. To obtain the Statistics object for a virtual machine, use the Vm.get_statistics method.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Return total RAM size in bytes.
|
Return the size of RAM currently in use, in bytes.
|
Return free RAM size in bytes.
|
Return total swap size in bytes
|
Return the swap size currently in use, in bytes.
|
Return total swap size in bytes
|
Return the virtual machine uptime in seconds. The virtual machine uptime is counted from the date the counter was started. The date can be determined using the VmConfig.get_uptime_start_date method.
|
Return the Parallels Service uptime in seconds.
|
Return the number of StatCpu objects contained in this Statistics object. Each StatCpu object contains statistics for an individual CPU. Use the number returned to iterate through the object list and obtain individual objects using the Statistics.get_cpu_stat method.
|
Return a StatCpu object specified by an index. To obtain the total number of object in the list, use the Statistics.get_cpus_stats_count method.
|
Return the number of StatNetIface objects contained in this Statistics objects. Each object contains statistics for an individual network interface.
|
Return a StatNetIface object specified by an index. To obtain the number of objects in the list, use the Statistics.get_ifaces_stats_count method.
|
Return the number of StatUser objects contained in this Statistics object. Each StatUser object contains statistics for an individual system user. Use the number returned to iterate through the object list and obtain individual objects using the Statistics.get_user_stat method.
|
Return a StatUser object specified by an index. To obtain the number of objects in the list, use the Statistics.get_users_stats_count method.
|
Return the number of StatDisk objects contained in this Statistics object. Each StatDisk object contains statistics for an individual hard disk. Use the number returned to iterate through the object list and obtain individual objects using the Statistics.get_disk_stat method.
|
Return a StatDisk object specified by an index. To obtain the number of objects in the list, use the Statistics.get_disks_stats_count method.
|
Return the number of StatProcess objects contained in this Statistics object. Each StatProcess object contains statistics for an individual system process. Use the number returned to iterate through the object list and obtain individual objects using the Statistics.get_proc_stat method.
|
Return a StatProcess object specified by an index. To obtain the number of objects in the list, use the Statistics.get_procs_stats_count method.
|
Home | Trees | Indices | Help |
|
---|