A plugin for geting the status of various items and operations on your host.
Returns a dict representing each respective field for ‘cpu’ in /proc/stat. Must run twice to return valid results. Note: To get results on all CPUs we need to pass ‘cpu ‘ (note the space).
This is the default. For other CPUs you can specify the number, ‘cpu1’
@cpu: The start of the line in /proc/stat that corresponds with the cpu you want to monitor @interval: That amount of time to wait between checks to calculate the utilization.
Returns the given chain from the given table in list format. Sorted by ‘sortname’ in ‘sortorder’ order (either ‘desc’ or ‘asc’).
Note: ‘table_name’ should be one of ‘filter’, ‘nat’, ‘mangle’, or ‘raw’.