Skip to content

Instantly share code, notes, and snippets.

@eyberg
Created May 23, 2017 20:01
Show Gist options
  • Save eyberg/3dcbfdbe89795949e28b93aa6a840087 to your computer and use it in GitHub Desktop.
Save eyberg/3dcbfdbe89795949e28b93aa6a840087 to your computer and use it in GitHub Desktop.
sysdig -s2000 -A -c echo_fds fd.sport=8500
sysdig proc.name=consul and fd.type=ipv4 | grep EPIPE
2632 20:01:09.654932881 1 consul (17985) < write res=-32(EPIPE) data=HTTP/1.1 400 Bad Request..Content-Type: text/plain..Connection: close....400 Bad
3099 20:01:09.656000005 3 consul (17985) < write res=-32(EPIPE) data=HTTP/1.1 400 Bad Request..Content-Type: text/plain..Connection: close....400 Bad
3485 20:01:09.657507645 3 consul (17985) < write res=-32(EPIPE) data=HTTP/1.1 400 Bad Request..Content-Type: text/plain..Connection: close....400 Bad
3847 20:01:09.658398406 3 consul (17985) < write res=-32(EPIPE) data=HTTP/1.1 400 Bad Request..Content-Type: text/plain..Connection: close....400 Bad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment