Class System.Memory

Holds information about system and process memory

Constructors

Memory()

Properties

free system unused memory in kb
resident physical memory used by this script process in kb
total system total physical memory in kb
used total memory used by this script process in kb

Constructor Documentation


Memory()

Property Documentation


integer free

System unused memory in kb


integer resident

Physical memory used by this script process in kb


integer total

System total physical memory in kb


integer used

Total memory used by this script process in kb



Creative Commons Logo This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.