TSysInfo
Record with system information, used by the SysInfo call.
Declaration
Source position: linux.pp line 45
Type
TSysInfo = record
uptime : clong;
loads : Array[0..2] of culong;
totalram : culong;
freeram : culong;
sharedram : culong;
bufferram : culong;
totalswap : culong;
freeswap : culong;
procs : cushort;
pad : cushort;
totalhigh : culong;
freehigh : culong;
mem\_unit : cuint;
end