SystemProcesses
gives a list of processes that you are running on your computer system.
gives a list of all processes that are running on your computer system.
SystemProcesses[patt]
gives a list of all processes whose names match the string pattern patt.
SystemProcesses[propval]
gives a list of all processes for which property prop has value val.
SystemProcesses[{prop1val1,…}]
gives a list of all processes for which property propi has value vali.
Details
- SystemProcesses returns a list of ProcessObject objects.
- SystemProcesses returns processes sorted by PID.
- SystemProcesses[All] gives different processes on different computer systems:
-
Windows all unelevated processes Mac processes only for the current user Linux all non-kernel processes for all users - In SystemProcesses[prop->val], properties that can be used include:
-
"PID" process ID "PPID" parent process ID "Memory" memory the process is using "StartTime" date the process was started "RealTime" time since the process started "SystemTime" CPU time spent in kernel space "UserTime" CPU time spent in user space "Threads" number of threads "User" the user the process belongs to "Program" name of the program "Path" full file path of the program "Dataset" dataset of all properties and values
Examples
open allclose allBasic Examples (1)
Scope (2)
Applications (1)
Many of the processes retrieved can be terminated using KillProcess:
Possible Issues (1)
SystemProcesses uses StringContainsQ and string expressions to look for processes:
Text
Wolfram Research (2018), SystemProcesses, Wolfram Language function, https://reference.wolfram.com/language/ref/SystemProcesses.html.
CMS
Wolfram Language. 2018. "SystemProcesses." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/SystemProcesses.html.
APA
Wolfram Language. (2018). SystemProcesses. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/SystemProcesses.html