Product Documentation

SQL Operations Guide

Previous Topic

Next Topic

fc_get_iostats()

Returns FairCom DB SQL current I/O statistics.

Result Set Fields (2)

Description VARCHAR(64)

Value BIGINT

Example

>call fc_get_iostats();


Description Value

----------- -----

number of read operations 1,182

bytes read 1,626,850

number of write operations 33

bytes written 158,080

number of comm read operations 0

comm bytes read 0

number of comm write operations 0

comm bytes written 0

number of log write operations 2

bytes written to log file 16,384

number of log read operations 5

bytes read from log file 17,416

number of log extension operations 0

log file extension bytes 0


14 records returned

TOCIndex