PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

win32_ps_stat_proc> <win32_ps_list_procs
Last updated: Fri, 10 Oct 2008

view this page in

win32_ps_stat_mem

(PECL win32ps:1.0.1)

win32_ps_stat_memメモリ使用量の統計情報を取得する

説明

array win32_ps_stat_mem ( void )

グローバルメモリの使用状況についての統計情報を取得します。

返り値

失敗した場合は、FALSE を返します。 成功した場合は、以下の情報を含む配列を返します。

load

現在のメモリ使用量の、物理メモリに対するパーセンテージ。

unit

これは常に 1024 で、以下の値が 1024 バイト単位であることを示します。

total_phys

物理メモリの総容量。

avail_phys

物理メモリの残容量。

total_pagefile

ページング可能メモリ (物理メモリ + ページングファイル) の総容量。

avail_pagefile

ページング可能メモリ (物理メモリ + ページングファイル) の残容量。

total_virtual

プロセスに対する仮想メモリの総容量。

avail_virtual

プロセスに対する仮想メモリの残容量。



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

win32_ps_stat_proc> <win32_ps_list_procs
Last updated: Fri, 10 Oct 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites