Prints info about each active processor. More...
Public Member Functions | |
def | calculate (self) |
def | get_info_single (self) |
def | get_info_smp (self) |
pulls the per_cpu cpu info will break apart the per_cpu code if a future plugin needs it | |
def | get_per_cpu_symbol |
In 2.6.3x, Linux changed how the symbols for per_cpu variables were named This handles both formats so plugins needing per-cpu vars are cleaner. | |
def | online_cpus (self) |
returns a list of online cpus (the processor numbers) | |
def | walk_per_cpu_var (self, per_var, var_type) |
def | unified_output (self, data) |
def | generator (self, data) |
def | render_text (self, outfd, data) |
Prints info about each active processor.