SystemInformation
gives detailed information about the Wolfram System being run.
SystemInformation["comp"]
gives a list of rules with information about the component "comp".
SystemInformation["comp","prop"]
gives the value of property "prop" for component "comp".
Details
- When run in a notebook interface, the output of SystemInformation[] displays in graphical form.
- SystemInformation[All] always gives a list of rules.
- Typical possible components to specify include:
-
"Kernel" Wolfram Language kernel used for evaluation "FrontEnd" Wolfram System front end used for display "Links" external links "Devices" devices, drivers, etc. "Network" network connectivity "Machine" available memory, memory in use, page size, etc. - SystemInformation["comp","Properties"] gives a list of names of properties for component "comp".
- SystemInformation["Components"] gives a list of names of components.
- SystemInformation["Small"] gives an abbreviated list of useful properties.
- SystemInformation gives information on the kernel in which it is evaluated, and the front end in which it is displayed.
- SystemInformation["comp",…] returns Missing["NotActive"] if the specified component is not active in your current system.
Examples
open allclose allBasic Examples (5)
Scope (4)
Properties & Relations (1)
Certain SystemInformation properties are directly related to a built-in system function:
Possible Issues (1)
Text
Wolfram Research (2007), SystemInformation, Wolfram Language function, https://reference.wolfram.com/language/ref/SystemInformation.html (updated 2017).
CMS
Wolfram Language. 2007. "SystemInformation." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2017. https://reference.wolfram.com/language/ref/SystemInformation.html.
APA
Wolfram Language. (2007). SystemInformation. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SystemInformation.html