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
How many instances of a process are running on the system?
Count the number of instances of a specific process running on the system
How many processes are running on the system?
Get the total number of processes currently running on the system.
How much memory is used by the system?
Get the amount of memory currently used by the system
How much swap is used by the system?
Retrieve the total amount of swap space used by the system.
List the child processes of a process
Get a list of all child processes of a given process ID
List the mounted filesystems of the system
Retrieve all the mounted filesystems along with their details
List the open files of a process
Retrieve the list of files opened by a specific process.
What's the current CPU usage of the system?
Get the current CPU usage statistics of the system, including user, system, and idle times.
What's the PID of a process?
Find the Process ID (PID) of a running process by its name
What are the most CPU demanding processes on the system?
Get the processes that are using the most CPU on the system
What are the most memory demanding processes on the system?
List the processes that consume the most memory on the system
What is the remaining disk space per filesystem?
Get the remaining disk space for each filesystem on the system
Which process binds to a particular port?
Find the process that is binding to a specific network port
Which process has opened a particular file?
Find the process that has opened a specific file