help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Procedures and functions] Reference for unit 'Linux' (#rtl)

TSysinfo

Record with system information, used by the SysInfo call.

Declaration

Source position: linux.pp line 28

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;

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505