Product Documentation

Database Administrator's Guide

Previous Topic

Next Topic

Tivoli-File Report -vtf

The Tivoli-file (-vtf) report displays FairCom DB Server statistics for the specified file in a format appropriate for input to tools such as the Tivoli monitoring application.

Below is a sample Tivoli-file report produced by executing the command:

ctstat -vtf mark.dat mark.idx -u ADMIN -p ADMIN -s FAIRCOMS -h 10

#r/s w/s currentlocks waitinglocks filename

0 0 5 0 mark.dat

0 0 1 1034 mark.idx

1 3 4 0 mark.dat

0 6 0 1120 mark.idx

3 5 5 0 mark.dat

0 0 0 1208 mark.idx

2 4 4 0 mark.dat

0 0 2 1324 mark.idx

2 4 5 0 mark.dat

0 3 2 1402 mark.idx

The columns shown in this report are described as follows:

r/s Disk reads per second for the file

w/s Disk writes per second for the file

currentlocks Number of locks currently held on file

waitinglocks Cumulative lock wait count

filename Name of the file

TOCIndex