Class: Kanrisuru::Core::System::KernelStatistic

Inherits:
Struct
  • Object
show all
Defined in:
lib/kanrisuru/core/system/types.rb

Instance Attribute Summary collapse

Instance Attribute Details

#btimeObject

Returns the value of attribute btime

Returns:

  • (Object)

    the current value of btime



56
57
58
# File 'lib/kanrisuru/core/system/types.rb', line 56

def btime
  @btime
end

#cpu_totalObject

Returns the value of attribute cpu_total

Returns:

  • (Object)

    the current value of cpu_total



56
57
58
# File 'lib/kanrisuru/core/system/types.rb', line 56

def cpu_total
  @cpu_total
end

#cpusObject

Returns the value of attribute cpus

Returns:

  • (Object)

    the current value of cpus



56
57
58
# File 'lib/kanrisuru/core/system/types.rb', line 56

def cpus
  @cpus
end

#ctxtObject

Returns the value of attribute ctxt

Returns:

  • (Object)

    the current value of ctxt



56
57
58
# File 'lib/kanrisuru/core/system/types.rb', line 56

def ctxt
  @ctxt
end

#interrupt_totalObject

Returns the value of attribute interrupt_total

Returns:

  • (Object)

    the current value of interrupt_total



56
57
58
# File 'lib/kanrisuru/core/system/types.rb', line 56

def interrupt_total
  @interrupt_total
end

#interruptsObject

Returns the value of attribute interrupts

Returns:

  • (Object)

    the current value of interrupts



56
57
58
# File 'lib/kanrisuru/core/system/types.rb', line 56

def interrupts
  @interrupts
end

#processesObject

Returns the value of attribute processes

Returns:

  • (Object)

    the current value of processes



56
57
58
# File 'lib/kanrisuru/core/system/types.rb', line 56

def processes
  @processes
end

#procs_blockedObject

Returns the value of attribute procs_blocked

Returns:

  • (Object)

    the current value of procs_blocked



56
57
58
# File 'lib/kanrisuru/core/system/types.rb', line 56

def procs_blocked
  @procs_blocked
end

#procs_runningObject

Returns the value of attribute procs_running

Returns:

  • (Object)

    the current value of procs_running



56
57
58
# File 'lib/kanrisuru/core/system/types.rb', line 56

def procs_running
  @procs_running
end

#softirq_totalObject

Returns the value of attribute softirq_total

Returns:

  • (Object)

    the current value of softirq_total



56
57
58
# File 'lib/kanrisuru/core/system/types.rb', line 56

def softirq_total
  @softirq_total
end

#softirqsObject

Returns the value of attribute softirqs

Returns:

  • (Object)

    the current value of softirqs



56
57
58
# File 'lib/kanrisuru/core/system/types.rb', line 56

def softirqs
  @softirqs
end