-
-
Notifications
You must be signed in to change notification settings - Fork 3
udplogger.8
Manvendra Bhangui edited this page Sep 4, 2022
·
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
Connect to port port
ipaddr[:port]
Connect to 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.
udplogger(8) has been written by Manvendra Bhangui for Tagrem Technologies Pvt. Ltd.. - https://www.tagrem.com