Class: Kanrisuru::Core::System::KernelStatistic
- Inherits:
-
Struct
- Object
- Struct
- Kanrisuru::Core::System::KernelStatistic
- Defined in:
- lib/kanrisuru/core/system/types.rb
Instance Attribute Summary collapse
-
#btime ⇒ Object
Returns the value of attribute btime.
-
#cpu_total ⇒ Object
Returns the value of attribute cpu_total.
-
#cpus ⇒ Object
Returns the value of attribute cpus.
-
#ctxt ⇒ Object
Returns the value of attribute ctxt.
-
#interrupt_total ⇒ Object
Returns the value of attribute interrupt_total.
-
#interrupts ⇒ Object
Returns the value of attribute interrupts.
-
#processes ⇒ Object
Returns the value of attribute processes.
-
#procs_blocked ⇒ Object
Returns the value of attribute procs_blocked.
-
#procs_running ⇒ Object
Returns the value of attribute procs_running.
-
#softirq_total ⇒ Object
Returns the value of attribute softirq_total.
-
#softirqs ⇒ Object
Returns the value of attribute softirqs.
Instance Attribute Details
#btime ⇒ Object
Returns the value of attribute btime
56 57 58 |
# File 'lib/kanrisuru/core/system/types.rb', line 56 def btime @btime end |
#cpu_total ⇒ Object
Returns the value of attribute cpu_total
56 57 58 |
# File 'lib/kanrisuru/core/system/types.rb', line 56 def cpu_total @cpu_total end |
#cpus ⇒ Object
Returns the value of attribute cpus
56 57 58 |
# File 'lib/kanrisuru/core/system/types.rb', line 56 def cpus @cpus end |
#ctxt ⇒ Object
Returns the value of attribute ctxt
56 57 58 |
# File 'lib/kanrisuru/core/system/types.rb', line 56 def ctxt @ctxt end |
#interrupt_total ⇒ Object
Returns the value of attribute interrupt_total
56 57 58 |
# File 'lib/kanrisuru/core/system/types.rb', line 56 def interrupt_total @interrupt_total end |
#interrupts ⇒ Object
Returns the value of attribute interrupts
56 57 58 |
# File 'lib/kanrisuru/core/system/types.rb', line 56 def interrupts @interrupts end |
#processes ⇒ Object
Returns the value of attribute processes
56 57 58 |
# File 'lib/kanrisuru/core/system/types.rb', line 56 def processes @processes end |
#procs_blocked ⇒ Object
Returns the value of attribute procs_blocked
56 57 58 |
# File 'lib/kanrisuru/core/system/types.rb', line 56 def procs_blocked @procs_blocked end |
#procs_running ⇒ Object
Returns the value of attribute procs_running
56 57 58 |
# File 'lib/kanrisuru/core/system/types.rb', line 56 def procs_running @procs_running end |
#softirq_total ⇒ Object
Returns the value of attribute softirq_total
56 57 58 |
# File 'lib/kanrisuru/core/system/types.rb', line 56 def softirq_total @softirq_total end |
#softirqs ⇒ Object
Returns the value of attribute softirqs
56 57 58 |
# File 'lib/kanrisuru/core/system/types.rb', line 56 def softirqs @softirqs end |