downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | my php.net 
search for in the  

<win32ps Functionswin32service>
Last updated: Thu, 26 Jun 2008

win32_ps_stat_proc

(PECL win32ps:1.0.1)

win32_ps_stat_proc — Stat process

Description

array win32_ps_stat_proc ([ int $pid ] )

Retrieves statistics about the process with the process id pid .

Parameters

pid

The process id of the process to stat. If omitted, the id of the current process.

Return Values

Returns FALSE on failure, or an array consisting of the following information on success:

pid

The process id.

exe

The path to the executable image.

mem

An 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_usage and peak_pagefile_usage .

tms

An array containing information about the following CPU time utilization indicators: created , kernel and user .



add a noteadd a note User Contributed Notes
Stat process
There are no user contributed notes for this page.




<win32ps Functionswin32service>
Last updated: Thu, 26 Jun 2008
show source | credits | sitemap | contact | advertising | mirror sites
Copyright © 2001-2005 The PHP Group
All rights reserved.
This unofficial mirror is operated at: http://phpbuilder.com/
Last updated: Tue Nov 1 20:20:59 2005 EST
Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs