How to calculate IOPS of disks in Windows

How to calculate IOPS of disks in Windows

Objective 

It is essential to calculate the input/output operations per second (IOPS) value of the disk where EventLog Analyzer is installed.
This gives insights into the performance of the disk and helps determine if the disk would be suitable for the operations of EventLog Analyzer (continuous log collection/indexing and parallel report generation).
The recommended disk IOPS value for EventLog Analyzer to operate ranges from 750 above.

Prerequisites 

  1. You need administrative access to the Windows Server where Eventlog Analyzer is installed.
  2. It is required to simulate any synthetic read/write activity while the IOPS calculation is being done (third-party tools or scripts may be used) to make sure the IOPS value is reflective of the actual performance of the disk.

Steps to follow 

  • Log in to the Windows Server in which Eventlog Analyzer is installed.
  • Open the Start menu, type Performance Monitor into the search bar, and launch the application from the results
  • In the left-hand pane, expand Data Collector Sets. Then, right-click User Defined and select New > Data Collector Set.
  • Provide a meaningful name for the set, select Create manually (Advanced), and click Next to continue.
  • Check the box for Performance Counter and then click Next to proceed.
  • Click Add to open the list of performance counters.
  • Select the performance counters you want to log. To monitor disk usage, look for the PhysicalDisk section and expand the list. Under this section, choose the below counters for monitoring.
    • Avg. Disk Bytes/Transfer: Average disk throughput per transfer.
    • Avg. Disk Queue Length: Average number of read/write requests waiting in the queue.
    • Avg. Disk Sec/Transfer: Average time taken for one read/write operation.
    • Disk Bytes/sec: Total disk throughput measured in bytes per second.
    • Disk Transfers/sec: Number of read/write operations per second (IOPS).
    • Split IO/sec: Number of split operations per second, which indicates disk fragmentation.
  • Select a sample interval, which determines how often the performance counters are measured, and click Next.
  • Choose a root directory where the Performance Monitor will store the collected data. Click Next to proceed
  • On this page, select Start this data collector set now to begin data collection immediately. Alternatively, choose Save and close to set up the collector for running later, such as during peak hours. And click Finish to complete the data collector set creation.
  • The data collector set status will display as Running.
  • If you selected Save and close during setup, right-click the data collector set and choose Start to begin data collection.
  • The collector will continue running until manually stopped. To halt data collection and review the results, right-click the collector set and select Stop.
  • To access the report in Performance Monitor, navigate to Reports > User Defined > [Set name] > [Report name].
 
 
 
 
 
 
 
 
 
 
 

                  New to ADSelfService Plus?

                    • Related Articles

                    • Windows Agent version mismatch

                      Windows Agent version mismatch: Remote login to the Agent-installed machine ⇾ open Registry Editor ⇾ go to Computer\HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ZOHO Corp\EventLogAnalyzer\LogAgent and ensure that the Agent version matches the Server ...
                    • Windows device status: Access denied

                      The Access denied error indicates that the user account dedicated for log collection does not have the necessary access and permissions to collect logs from the respective devices. There are two approaches to fixing the error: Using a domain admin ...
                    • How to stop EventLog Analyzer | Windows OS

                      Objective This article offers step by step instructions for a clean shutdown of EventLog Analyzer application in Windows OS without disrupting the application. Prerequisites Need access to the EventLog Analyzer server installation folder, as well as ...
                    • How to configure Windows file integrity monitoring

                      Objective This article provides step-by-step instructions to configure Windows file integrity monitoring (FIM) in EventLog Analyzer. FIM is a feature that helps you monitor all changes (additions, deletions, and modifications) made to files and ...
                    • Windows device status: RPC server is unavailable

                      The RPC server is unavailable error will be displayed in the device status field if there isn’t any communication between the EventLog Analyzer server and the respective machine from which the logs should be collected. This lack of communication ...