15
15
* You should have received a copy of the GNU General Public License
16
16
* along with this program; if not, write to the Free Software
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
17
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
19
* 2005-01-03 Paul McCullagh
571
571
"Percentage of index cache that is dirty" },
573
573
#ifdef XT_TIME_DISK_WRITES
574
{ XT_STAT_REC_WRITE_TIME, "Record Write Time", "rec", "w/ms", XT_STAT_ACCUMULATIVE | XT_STAT_TIME_VALUE,
574
{ XT_STAT_REC_WRITE_TIME, "Data Log Write Time", "rec", "w/ms", XT_STAT_ACCUMULATIVE | XT_STAT_TIME_VALUE,
575
575
"The time in %sseconds to write record/row files" },
576
{ XT_STAT_IND_WRITE_TIME, "Index Write Time", "ind", "w/ms", XT_STAT_ACCUMULATIVE | XT_STAT_TIME_VALUE,
576
{ XT_STAT_IND_WRITE_TIME, "Data Log Write Time", "ind", "w/ms", XT_STAT_ACCUMULATIVE | XT_STAT_TIME_VALUE,
577
577
"The time in %sseconds to write index files" },
578
{ XT_STAT_ILOG_WRITE_TIME, "Index Log Write Time", "ilog", "w/ms", XT_STAT_ACCUMULATIVE | XT_STAT_TIME_VALUE,
578
{ XT_STAT_ILOG_WRITE_TIME, "Data Log Write Time", "ilog", "w/ms", XT_STAT_ACCUMULATIVE | XT_STAT_TIME_VALUE,
579
579
"The time in %sseconds to index log files" },
580
{ XT_STAT_XLOG_WRITE_TIME, "Xact Log Write Time", "*xlog", "w/ms", XT_STAT_ACCUMULATIVE | XT_STAT_TIME_VALUE,
580
{ XT_STAT_XLOG_WRITE_TIME, "Data Log Write Time", "*xlog", "w/ms", XT_STAT_ACCUMULATIVE | XT_STAT_TIME_VALUE,
581
581
"The time in %sseconds to transaction log files" },
582
582
{ XT_STAT_DATA_WRITE_TIME, "Data Log Write Time", "*data", "w/ms", XT_STAT_ACCUMULATIVE | XT_STAT_TIME_VALUE,
583
583
"The time in %sseconds to write data log files" }
586
586
#ifdef XT_TIME_DISK_READS
588
{ XT_STAT_REC_READ_TIME, "Record Read Time", "rec", "r/ms", XT_STAT_ACCUMULATIVE | XT_STAT_TIME_VALUE,
588
{ XT_STAT_REC_READ_TIME, "Data Log Read Time", "rec", "r/ms", XT_STAT_ACCUMULATIVE | XT_STAT_TIME_VALUE,
589
589
"The time in %sseconds to read record/row files" },
590
{ XT_STAT_IND_READ_TIME, "Index Read Time", "ind", "r/ms", XT_STAT_ACCUMULATIVE | XT_STAT_TIME_VALUE,
590
{ XT_STAT_IND_READ_TIME, "Data Log Read Time", "ind", "r/ms", XT_STAT_ACCUMULATIVE | XT_STAT_TIME_VALUE,
591
591
"The time in %sseconds to read index files" },
592
592
{ XT_STAT_LOG_READ_TIME, "Log Read Time", "log", "r/ms", XT_STAT_ACCUMULATIVE | XT_STAT_TIME_VALUE,
593
593
"The time in %sseconds to read index, transaction and data log files" },