PHP Doku:: Stat memory utilization - function.win32-ps-stat-mem.html

Verlauf / Chronik / History: (29) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzWindowsbasierte Erweiterungenwin32pswin32ps Funktionenwin32_ps_stat_mem

Ein Service von Reinhard Neidl - Webprogrammierung.

win32ps Funktionen

<<win32_ps_list_procs

win32_ps_stat_proc>>

win32_ps_stat_mem

(PECL win32ps >= 1.0.1)

win32_ps_stat_memStat memory utilization

Beschreibung

array win32_ps_stat_mem ( void )

Retrieves statistics about the global memory utilization.

Rückgabewerte

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

load

The current memory load in percent of physical memory.

unit

This is always 1024, and indicates that the following values are the count of 1024 bytes.

total_phys

The amount of total physical memory.

avail_phys

The amount of still available physical memory.

total_pagefile

The amount of total pageable memory (physical memory + paging file).

avail_pagefile

The amount of still available pageable memory (physical memory + paging file).

total_virtual

The amount of total virtual memory for a process.

avail_virtual

The amount of still available virtual memory for a process.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)