system-info vocabulary
Factor handbook ยป Vocabulary index


Summary
Query the operating system for hardware information in a platform-independent way

Metadata
Tags:os
Authors:Doug Coleman


Words

Generic words
WordStack effect
available-mem( -- n )
available-page-file( -- n )
available-virtual-extended-mem( -- n )
available-virtual-mem( -- n )
computer-name( -- string )
cpu-mhz( -- n )
cpus( -- n )
memory-load( -- n )
os-version( -- version )
physical-mem( -- n )
total-page-file( -- n )
total-virtual-mem( -- n )
username( -- string )


Ordinary words
WordStack effect
ghz( x -- )
gigs( x -- )
kb( x -- )
megs( x -- )
system-report.( -- )
write-unit( x n str -- )


Files


Metadata files


Children from resource:basis
VocabularySummary
system-info.freebsd
system-info.linux
system-info.macosx
system-info.windows