:
			
			Percentage of cached memory
Module data
module_begin 
module_name Buffer_activity 
module_type generic_data 
module_exec echo $((( `free | grep Mem | awk '{ print $7 }'` * 100) / `free | grep Mem | awk '{ print $2 }'`)) 
module_description Percentage of cached memory 
module_end
(Visited 245 times, 1 visits today)
					

 Loading...
Loading...