Platforms to show: All Mac Windows Linux Cross-Platform

Back to LinuxSysInfoMBS class.

LinuxSysInfoMBS.availablePhysicalPages as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Return number of available physical pages of memory in the system.

(Read only property)

Some examples using this property:

LinuxSysInfoMBS.BufferRam as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Memory used by buffers.

(Read only property)

Some examples using this property:

LinuxSysInfoMBS.FreeHigh as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Available high memory size.

(Read only property)

Some examples using this property:

LinuxSysInfoMBS.FreeRam as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Available memory size.
Example
dim l as new LinuxSysInfoMBS

MsgBox str(l.FreeRam)+" bytes free."

(Read only property)

Some examples using this property:

LinuxSysInfoMBS.FreeSwap as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Swap space still available.

(Read only property)

Some examples using this property:

LinuxSysInfoMBS.MemoryUnit as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Memory unit size in bytes.

(Read only property)

LinuxSysInfoMBS.NumberOfProcesses as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Number of current processes.
Example
dim l as new LinuxSysInfoMBS

MsgBox str(l.NumberOfProcesses)+" processes"

(Read only property)

Some examples using this property:

LinuxSysInfoMBS.NumberOfProcessors as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Return number of available processors.
Example
dim l as new LinuxSysInfoMBS

MsgBox str(l.NumberOfProcessors)+" processors"

(Read only property)

Some examples using this property:

LinuxSysInfoMBS.NumberOfProcessorsConfigured as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Return number of configured processors.

(Read only property)

Some examples using this property:

LinuxSysInfoMBS.PhysicalPages as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Return number of physical pages of memory in the system.

(Read only property)

Some examples using this property:

LinuxSysInfoMBS.SharedRam as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Amount of shared memory.

(Read only property)

Some examples using this property:

LinuxSysInfoMBS.TotalHigh as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Total high memory size.

(Read only property)

Some examples using this property:

LinuxSysInfoMBS.TotalRam as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Total usable main memory size.

(Read only property)

Some examples using this property:

LinuxSysInfoMBS.TotalSwap as UInt64

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Total swap space size.

(Read only property)

Some examples using this property:

LinuxSysInfoMBS.upTime as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Seconds since boot.

(Read only property)

Some examples using this property:

LinuxSysInfoMBS.Valid as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property System MBS Linux Plugin 12.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
Whether constructor got values.

Should be true on Linux and false on other platforms.
(Read only property)

The items on this page are in the following plugins: MBS Linux Plugin.


The biggest plugin in space...