Dec 15, 2017 | Operating Systems, Windows category
Disk structure is corrupt, it checks on eventlog. Module data module_begin module_name Event_55 module_type async_string module_logevent module_source System module_eventcode 55 module_application Ntfs module_description disk structure is corrupt ...Dec 15, 2017 | Operating Systems, Windows category
Get the system total Disk read bytes per second. Could be modified to get per drive. Module data module_begin module_name DiskReadBytesPersec module_type generic_data_inc module_wmiquery select DiskReadBytesPersec from Win32_PerfRawData_PerfDisk_PhysicalDisk WHERE...Dec 15, 2017 | Operating Systems, Windows category
Distk write bytes per sec in the system. You could get the data per disk drive also. Module data module_begin module_name DiskWriteBytesPersec module_type generic_data_inc module_wmiquery select DiskWriteBytesPersec from Win32_PerfRawData_PerfDisk_PhysicalDisk...Dec 14, 2017 | Linux category, Operating Systems
This modules returns current throughtput on Disk, based on systat package. This sample is for /dev/sda. You need to install systat package. Module data module_begin module_name IO Sda Read/sec module_type generic_data module_exec iostat -k | grep sda | awk '{ print...