-
-
Notifications
You must be signed in to change notification settings - Fork 3
udplogger.8
Manvendra Bhangui edited this page Jul 5, 2024
·
4 revisions
udplogger - receive log message from UDP clients and print on stdout
udplogger -t timeout -p port ipadd[:port]
udplogger binds on datagram socket port 3000 and receives messages to be printed on stdout. udplogger(8) is typically configured under supervise(8) with use of multilog(8) to log the messages on disk.
-t timeout
Timeout out read after timeout seconds
-p port
bind on port port
ipaddr[:port]
Listen on host host on port port. If port is omitted, it binds on
port 3000. This overrides the value specified by -p option.
0 if all steps were successful, non-zero otherwise. If any of the steps fail, a diagnostic message is printed.
Manvendra Bhangui