Platforms to show: All Mac Windows Linux Cross-Platform
The class DarwinVMStatisticsMBS
class DarwinVMStatisticsMBS
MBS REALbasic MacOSX Plugin (Darwin),
class, Process, MBS REALbasic MacOSX Plugin (Darwin), class DarwinVMStatisticsMBS, Console safe, Plugin version: 2.6, Mac OS X: Works, Windows: Does nothing, Linux x86: Does nothing, Feedback.
Function: Holds information about the current Mac OS X memory status.
Example:
Function: Holds information about the current Mac OS X memory status.
Example:
dim d as DarwinVMStatisticsMBS = GetDarwinVMStatisticsMBS
MsgBox str(d.pageins)+" page ins"
- property ActivePages as integer
- property CowFaults as integer
- property CPUTicksIdle as integer
- property CPUTicksNice as integer
- property CPUTicksSystem as integer
- property CPUTicksUser as integer
- property Faults as integer
- property FreePages as integer
- property Hits as integer
- property InactivePages as integer
- property Lookups as integer
- property PageIns as integer
- property PageOuts as integer
- property Pagesize as integer
- property Reactivations as integer
- property WiredPages as integer
- property ZeroFillPages as integer
This class has no sub classes.
Some useful global functions for this class:
Some examples which use this class:
The items on this page are in the following plugins: MBS REALbasic MacOSX Plugin.
Links
MBS Realbasic Plugins - JUZ Nickenich