Dec 21, 2017 | Operating Systems, Windows category
You can monitoring the folder size or the number of files that contains a folder with all its subdirectories through “du” command in Windows too. Module data You can download here “du.exe” and copy in folder ..pandora_agentutil of Windows...Dec 14, 2017 | Linux category, Operating Systems
The average time (in milliseconds) for I/O requests issued to the device to be Module data module_begin module_name Block_dev_await module_type generic_data module_exec sar -d | grep devX | tail -1 | awk '{print $8}' (Average) module_exec sar -d 1 1 | grep devX |...Dec 14, 2017 | Linux category, Operating Systems
The average size (in sectors) of the requests that were issued to the device. Module data module_begin module_name Block_dev_Avgrq-sz module_type generic_data module_exec sar -d | grep devX | tail -1 | awk '{print $6}' (Average) module_exec sar -d 1 1 | grep devX...