Skip to content

Instantly share code, notes, and snippets.

@chad
Created January 29, 2014 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chad/0c667b459b0b80aa83ea to your computer and use it in GitHub Desktop.
Save chad/0c667b459b0b80aa83ea to your computer and use it in GitHub Desktop.
3419 select(16, [14 15], NULL, [7 8], {29, 0}) = 1 (in [14], left {28, 987147})
3419 clock_gettime(CLOCK_REALTIME, {1390981158, 122710542}) = 0
3419 fcntl(14, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
3419 accept4(14, 0, NULL, SOCK_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
3419 getppid() = 25937
3419 clock_gettime(CLOCK_REALTIME, {1390981158, 123156611}) = 0
3419 clock_gettime(CLOCK_MONOTONIC, {92751, 940365496}) = 0
3419 select(16, [14 15], NULL, [7 8], {29, 0}) = 1 (in [14], left {28, 972271})
3419 clock_gettime(CLOCK_REALTIME, {1390981158, 152520833}) = 0
3419 fcntl(14, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
3419 accept4(14, 0, NULL, SOCK_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
3419 getppid() = 25937
3419 clock_gettime(CLOCK_REALTIME, {1390981158, 152849344}) = 0
3419 clock_gettime(CLOCK_MONOTONIC, {92751, 970066349}) = 0
3419 select(16, [14 15], NULL, [7 8], {29, 0}) = 1 (in [14], left {28, 958562})
3419 clock_gettime(CLOCK_REALTIME, {1390981158, 195372960}) = 0
3419 fcntl(14, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
3419 accept4(14, 0, NULL, SOCK_CLOEXEC) = -1 EAGAIN (Resource temporarily unavailable)
3419 getppid() = 25937
3419 clock_gettime(CLOCK_REALTIME, {1390981158, 195710712}) = 0
3419 clock_gettime(CLOCK_MONOTONIC, {92752, 12883582}) = 0
3419 select(16, [14 15], NULL, [7 8], {29, 0}) = 1 (in [14], left {28, 956099})
3419 clock_gettime(CLOCK_REALTIME, {1390981158, 240006588}) = 0
3419 fcntl(14, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
3419 accept4(14, 0, NULL, SOCK_CLOEXEC) = 13
3419 fstat(13, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
3419 recvfrom(13, "GET /a/check HTTP/1.0\r\nX-Forwarded-For: 127.0.0.1\r\nHost: localhost\r\nX-Request-Start: t=1390981158239000\r\nConnection: close\r\nUser-Agent: curl/7.29.0\r\nAccept: */*\r\n\r\n", 16384, MSG_DONTWAIT, NULL, NULL) = 167
3419 ppoll([{fd=13, events=POLLOUT}], 1, NULL, NULL, 8) = 1 ([{fd=13, revents=POLLOUT}])
3419 write(13, "HTTP", 4) = 4
3419 ppoll([{fd=13, events=POLLOUT}], 1, NULL, NULL, 8) = 1 ([{fd=13, revents=POLLOUT}])
3419 write(13, "/1.1 ", 5) = 5
3419 clock_gettime(CLOCK_REALTIME, {1390981158, 241130051}) = 0
3419 clock_gettime(CLOCK_REALTIME, {1390981158, 241273452}) = 0
3419 stat("/opt/app/tmp/cache/CE5/510/http%3A%2F%2Flocalhost%2Fa%2Fcheckh%3F", 0x7fffcb874db0) = -1 ENOENT (No such file or directory)
3419 clock_gettime(CLOCK_REALTIME, {1390981158, 241762672}) = 0
3419 clock_gettime(CLOCK_REALTIME, {1390981158, 242012184}) = 0
3419 sendto(16, "Q\0\0\0\rSELECT 1\0", 14, MSG_NOSIGNAL, NULL, 0) = 14
3419 poll([{fd=16, events=POLLIN|POLLERR}], 1, 4294967295) = 1 ([{fd=16, revents=POLLIN}])
3419 recvfrom(16, "T\0\0\0!\0\1?column?\0\0\0\0\0\0\0\0\0\0\27\0\4\377\377\377\377\0\0D\0\0\0\v\0\1\0\0\0\0011C\0\0\0\rSELECT 1\0Z\0\0\0\5I", 65536, 0, NULL, NULL) = 66
3419 rt_sigprocmask(SIG_SETMASK, ~[HUP INT QUIT KILL USR1 SEGV USR2 TERM CHLD STOP TTIN TTOU VTALRM WINCH RTMIN RT_1], NULL, 8) = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment