sysckptinfo 系统监视接口表提供有关前 20 个检查点的历史记录信息。
列 | 类型 | 描述 |
---|---|---|
ckpt_status | int | 0x0011 = 检查点被阻止,由于物理日志耗尽了资源
0x0021 = 检查点被阻止,由于逻辑日志耗尽了资源 0x0041 = 检查点被阻止,由于事务运行时间过长 0x1000 = 物理日志太小0x2000 = 逻辑日志太小 0x4000 = 为 RTO 准备的物理日志太小 |
plogs_per_S | int | 物理日志活动的平均率 |
llogs_per_S | int | 逻辑日志活动的平均率 |
dskF_per_S | int | 页面缓冲到磁盘的平均率 |
longest_dskF | int | 在 checkpoint 处理期间,其刷新到磁盘缓冲池的最长持续时间 |
dirty_pgs_S | int | 页被修改的平均率 |
sug_plog_sz | int | 建议的物理日志大小 |
sug_llog_sz | int | 建议的逻辑日志空间大小 |
ras_plog_sp | int | 恢复物理日志的最快速率 |
ras_llog_sp | int | 恢复重新加载逻辑日志的最快速率 |
boottime | int | 服务器启动共享内存和打开 chunk 所用的时间 |
auto-ckpts | int | 1 = on ,0 = off |
auto_lru | int | 1 = on ,0 = off |
cur_intvl | int | 现有的 checkpoint 时间间隔 |
auto_aiovp | int | 1 = on ,0 = off |