:
			
			Module that returns the number of processes running in the machine.
Module data
module_begin module_name Number processes module_type generic_data module_exec ps e | wc l | tr d " " | tr d "n" module_description Total number of processes running module_end
(Visited 290 times, 1 visits today)
					
 Loading...
Loading...