debug.ktr.alq_file | displays or sets the file that ktr will log to. By default its value is /tmp/ktr.out. If the file name is changed while ktr is enabled it will not take effect until the next invocation. |
debug.ktr.alq_enable | enables logging of ktr entries to disk if it is set to one. Setting this to 0 will terminate logging. |
debug.ktr.alq_max | is the maximum number of entries that will be recorded to disk, or 0 for infinite. This is helpful for limiting the number of particularly high frequency entries that are recorded. |
debug.ktr.alq_depth | determines the number of entries in the write buffer. This is the buffer that holds entries before they are written to disk and defaults to the value of the KTR_ENTRIES option. |
debug.ktr.alq_failed | records the number of times we failed to write an entry due to overflowing the write buffer. This may happen if the frequency of the logged ktr messages outpaces the depth of the queue. |
debug.ktr.alq_cnt | records the number of entries that have currently been written to disk. |
|