Query system information - Here are predefined queries for the System Infos plugin.
Get the number of CPU cores in the system
Count the number of instances of a specific process running on the system
Get the total number of processes currently running on the system.
Get the amount of memory currently used by the system
Retrieve the total amount of swap space used by the system.
Get a list of all child processes of a given process ID
Retrieve all the mounted filesystems along with their details
Retrieve the list of files opened by a specific process.
Get the current CPU usage statistics of the system, including user, system, and idle times.
Find the Process ID (PID) of a running process by its name
Get the processes that are using the most CPU on the system
List the processes that consume the most memory on the system
Get the remaining disk space for each filesystem on the system
Find the process that is binding to a specific network port
Find the process that has opened a specific file