Method: Host::Linux::LoadAverage#running_processes
- Defined in:
- lib/host/linux/load_average.rb
#running_processes ⇒ Object
Returns the number of currently running processes on the system.
25 26 27 |
# File 'lib/host/linux/load_average.rb', line 25 def running_processes @info[RUNNING_PROCESSES] end |