Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 964 Bytes

File metadata and controls

15 lines (10 loc) · 964 Bytes
title weight
pseudofile()
4300

The pseudofile() destination driver is a very simple driver, aimed at delivering messages to special files such as files in the /proc, /dev or /sys directories. It opens and closes the file after each write operation, instead of keeping it open. It does not append further data. It does not support templates in the filename, and does not have a queue, processing is performed immediately as read by the source. Therefore, no loss is possible, but it takes CPU time from the source, so it is not adequate in high-traffic situations.

Declaration:

   pseudofile(filename options());