Data Storage Speed Test Form
Use this form to test the data storage speed of a specified path.
|
Field
|
Description
|
|
Test Path
|
Specifies the test path for which the data storage speed test needs to be done.
|
|
Disk I/O (dd)
|
Reports disk bandwidth using the dd command.
|
|
Sequential read/write
|
Measures disk bandwidth by creating a file that contains null characters using the dd command.
|
|
File Size (MB)
|
Specifies the test file block size of the dd command. For example, if you specify File Size (MB)= 1 the following command is executed to report disk bandwidth:
dd if=/dev/zero of=./test1 bs=1M count=1
|
|
Database Query
|
Reports database query transition time.
|
|
SQLite
|
Reports SQLite database query transition time.
|
|
Number of Records
|
Specifies the number of SQL table records created for testing.
|
|
Number of Queries
|
Specifies the number of database queries.
|
|
File Status Query (stat)
|
Measures the performance of the file status query using a stat system call and reports the time per stat call.
|
|
Number of Calls
|
Specifies the number of stat calls.
|
|
Benchmark Control
|
Measures performance in regular intervals.
|
|
Iterations
|
Specifies the number of iterations to be measured.
|
|
Interval (sec)
|
Specifies the time to wait before measuring the next iteration.
|
Related Topics
Environment Form
Return to top