home‎ > ‎utilities‎ > ‎

infx checkpoint

Display recent checkpoint tracing information

usage

infx checkpoint [ order class time trigger ]
  optional
    order - change order of output
    class - limit output to a specific class
    time - only show checkpoints that match this time
    trigger - only show checkpoints that match this trigger

example

demo1@bobii:/home/informix>infx checkpoint

class  interval  time      trigger    LSN           time  flush  block  waits  dirty  pages/sec  plog   llog
       3182      09:22:02  Startup    38:0xcb90c0    0.3    0.2    0.0      0     14         14    15      1
       3183      09:22:36  *Backup    38:0x10b4090   0.4    0.2    0.0      1     47         47   280  1,019
       3184      09:38:01  CKPTINTVL  38:0x10e1018   0.3    0.1    0.0      0     17         17    38     45
       3185      09:53:01  CKPTINTVL  38:0x10ee018   0.2    0.1    0.0      0     14         14    31     13
       3186      10:08:01  CKPTINTVL  38:0x10f0018   0.0    0.0    0.0      0      1          1     9      2
       3187      10:23:01  CKPTINTVL  38:0x10f2018   0.0    0.0    0.0      0      1          1     2      2
       3188      10:38:01  CKPTINTVL  38:0x10f4018   0.0    0.0    0.0      0      1          1     2      2

Only checkpoints triggered by the checkpoint interval.

demo1@bobii:/home/informix>infx checkpoint trigger=ckptintvl

class  interval  time      trigger    LSN           time  flush  block  waits  dirty  pages/sec  plog  llog
       3184      09:38:01  CKPTINTVL  38:0x10e1018   0.3    0.1    0.0      0     17         17    38    45
       3185      09:53:01  CKPTINTVL  38:0x10ee018   0.2    0.1    0.0      0     14         14    31    13
       3186      10:08:01  CKPTINTVL  38:0x10f0018   0.0    0.0    0.0      0      1          1     9     2
       3187      10:23:01  CKPTINTVL  38:0x10f2018   0.0    0.0    0.0      0      1          1     2     2
       3188      10:38:01  CKPTINTVL  38:0x10f4018   0.0    0.0    0.0      0      1          1     2     2

notes

  • output template is /infx/template/infx-cli/infx-cli-checkpoint.htmlt, make a copy in /infx/local/etc before changing
  • see: ckp list for a full list of information available about checkpoints
  • config: sub-infx-alert.ini defines the thresholds for checkpoint time warnings and errors.
  • make a copy in /infx/local/etc and make changes there