FIFO monit 是什么意思?
What is does monit mean by FIFO?
我很好奇文档中谈到监控 FIFO 时是什么意思?
我有点希望能够监视日志流以查找特定的重复错误并对此采取措施。这听起来 像 FIFO,但我不确定。
Monit 指的是 "First In, First Out" 队列:
a method for organizing and manipulating a data buffer, where the
oldest (first) entry, or 'head' of the queue, is processed first.
有关详细信息,请参阅 FIFO
我很好奇文档中谈到监控 FIFO 时是什么意思?
我有点希望能够监视日志流以查找特定的重复错误并对此采取措施。这听起来 像 FIFO,但我不确定。
Monit 指的是 "First In, First Out" 队列:
a method for organizing and manipulating a data buffer, where the oldest (first) entry, or 'head' of the queue, is processed first.
有关详细信息,请参阅 FIFO