Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 386 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 386 Bytes

sysinfo

A cffi wrapper for the sysinfo(2) syscall

License

LLGPL

API

;; Return sysinfo as a plist:
(sysinfo:sysinfo)

(:UPTIME 472031 :LOADS (1.8579102 1.9272461 1.4038086) :TOTALRAM 20764299264
 :FREERAM 1156550656 :SHAREDRAM 1182826496 :BUFFERRAM 699760640 :TOTALSWAP
 2147479552 :FREESWAP 2147479552 :PROCS 2372 :TOTALHIGH 0 :FREEHIGH 0 :MEM-UNIT
 1)