Skip to content

Instantly share code, notes, and snippets.

@davidbirdsong
Created July 16, 2015 05:18
Show Gist options
  • Select an option

  • Save davidbirdsong/1a2abfcf6314f700960c to your computer and use it in GitHub Desktop.

Select an option

Save davidbirdsong/1a2abfcf6314f700960c to your computer and use it in GitHub Desktop.
socklog over udp
[david@foulplay ~]$ sudo socklog -R inet 0 5112
listening on 0.0.0.0:5112, starting.
<134>2015-07-16T03:43:13Z cache-lax1420 flog-tls[406151]: foo bar
[david@foulplay ~]$ echo "<134>2015-07-16T03:43:13Z cache-lax1420 flog-tls[406151]: foo bar" | nc -u localhost 5112
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment