win32_ps_stat_proc
Opis
array win32_ps_stat_proc ( [int pid] )
Retrieves statistics about the process with the process id pid.
Zwracane wartości
Returns FALSE on failure, or an array consisting of the following information on success:
pidThe process id.
exeThe path to the executable image.
memAn array containing information about the following memory utilization indicators:
page_fault_count,peak_working_set_size,working_set_size,quota_peak_paged_pool_usage,quota_paged_pool_usage,quota_peak_non_paged_pool_usage,quota_non_paged_pool_usage,pagefile_usageandpeak_pagefile_usage.tmsAn array containing information about the following CPU time utilization indicators:
created,kernelanduser.
| Poprzedni | Spis treści | Następny |
| win32_ps_stat_mem | Początek rozdziału |