Query System Processes

With SystemProcesses, processes and information about them can be found. This can be used to to gather diagnostic information, to determine which processes are using resources and to close runaway processes.

Get a list of processes with a file path containing a string.

Find processes using more than 50 threads.

Extract the name of the program from the ProcessObject.

Create a dataset of all currently running processes.

Extract the processes using the most memory.

Related Examples

de es fr ja ko pt-br zh