Skip to content

Awrite

awrite#

About awrite#

Outputs the response time of the system call used to create the log file. The output value is used to determine the system call in the LOG_CREATE_METHOD property.

Syntax#

awrite

Description#

Outputs the response time of write() and fallocate() system calls.

Example#

awrite outputs the following:

$ awrite
fallocate to expand file size to 1GB
 Elapsed Time ==>            2.564 seconds
write to expand file size to 1GB
 Elapsed Time ==>            4.020 seconds