[Overview][Constants][Types][Procedures and functions][Variables] | Reference for unit 'oldlinux' (#rtl) |
Record with system information, used by the SysInfo call.
Source position: oldlinux.pp line 1280
type TSysinfo = packed record |
||
uptime: LongInt; |
|
Number of seconds since boot. |
loads: array [1..3] of LongInt; |
|
1, 5 and 15 minute load averages. |
totalram: LongInt; |
|
total amount of main memory. |
freeram: LongInt; |
|
amount of free memory. |
sharedram: LongInt; |
|
amount of shared memory. |
bufferram: LongInt; |
|
amount of memory used by buffers. |
totalswap: LongInt; |
|
total amount of swapspace. |
freeswap: LongInt; |
|
amount of free swapspace. |
procs: Integer; |
|
number of current processes. |
s: String; |
|
? |
end; |
No notes exist for this page yet.