From 4a6fecc5da9b2a5b00c5a287c66839de55a68c23 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 6 Jun 2014 02:28:26 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/plugins/cpu.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/plugins/cpu.py') diff --git a/src/plugins/cpu.py b/src/plugins/cpu.py index 2305e89..3b23ecd 100644 --- a/src/plugins/cpu.py +++ b/src/plugins/cpu.py @@ -22,22 +22,22 @@ class CPU: ''' Retrieve processor statistics - @variable cpu_total:list Accumulative processors statistics - @variable cpus:list> Individual processors statistics - @variable intr:list Counts of individual interrupts serviced since boot time - @variable intr_total:int Sum of `intr` - @variable ctxt:int The number of context switches that the system underwent. - @variable btime:int Boot time, in seconds since the Epoch, 1970-01-01 00:00:00 UTC - @variable processes:int Number of forks and clones (and similar) created since boot - @variable procs_running:int? Number of processes in runnable state (linux>=2.5.45) - @variable procs_blocked:int? Number of processes blocked waiting for I/O to complete (linux>=2.5.45) - @variable softirq:list? Counts of individual software IRQ since boot time - @variable softirq_total:int? Sum of `softirq` + @variable cpu_total:list Accumulative processors statistics + @variable cpus:list> Individual processors statistics + @variable intr:list Counts of individual interrupts serviced since boot time + @variable intr_total:int Sum of `intr` + @variable ctxt:int The number of context switches that the system underwent. + @variable btime:int Boot time, in seconds since the Epoch, 1970-01-01 00:00:00 UTC + @variable processes:int Number of forks and clones (and similar) created since boot + @variable procs_running:int? Number of processes in runnable state (linux>=2.5.45) + @variable procs_blocked:int? Number of processes blocked waiting for I/O to complete (linux>=2.5.45) + @variable softirq:list? Counts of individual software IRQ since boot time + @variable softirq_total:int? Sum of `softirq` @variable fields:dict> Table with all information ''' - # These contants are index in the CPU statistcs, use for example `CPU_instance.cpu[CPU.user]` + # These constants are index in the CPU statistcs, use for example `CPU_instance.cpu[CPU.user]` user = 0 ''' -- cgit v1.2.3-70-g09d2