System Infos

Query system information - Here are predefined queries for the System Infos plugin.

How many cores does the system have?

Get the number of CPU cores in the system

Plugin:
System Infos

How many instances of a process are running on the system?

Count the number of instances of a specific process running on the system

Plugin:
System Infos

How many processes are running on the system?

Get the total number of processes currently running on the system.

Plugin:
System Infos

How much memory is used by the system?

Get the amount of memory currently used by the system

Plugin:
System Infos

How much swap is used by the system?

Retrieve the total amount of swap space used by the system.

Plugin:
System Infos

List the child processes of a process

Get a list of all child processes of a given process ID

Plugin:
System Infos

List the mounted filesystems of the system

Retrieve all the mounted filesystems along with their details

Plugin:
System Infos

List the open files of a process

Retrieve the list of files opened by a specific process.

Plugin:
System Infos

What's the current CPU usage of the system?

Get the current CPU usage statistics of the system, including user, system, and idle times.

Plugin:
System Infos

What's the PID of a process?

Find the Process ID (PID) of a running process by its name

Plugin:
System Infos

What are the most CPU demanding processes on the system?

Get the processes that are using the most CPU on the system

Plugin:
System Infos

What are the most memory demanding processes on the system?

List the processes that consume the most memory on the system

Plugin:
System Infos

What is the remaining disk space per filesystem?

Get the remaining disk space for each filesystem on the system

Plugin:
System Infos

Which process binds to a particular port?

Find the process that is binding to a specific network port

Plugin:
System Infos

Which process has opened a particular file?

Find the process that has opened a specific file

Plugin:
System Infos