Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 collectd 和 write_http 插件。我已经配置它并且它工作正常。这是我从它的工作中了解到的-
它完全取决于缓冲区大小,即当缓冲区填满时,它将数据发布到配置文件中的给定 url。
无论缓冲区大小如何,我都想在所有命令执行后发布数据。
是否可以在执行所有命令且不填充缓冲区大小的情况下发布数据?