summaryrefslogtreecommitdiffstats
path: root/web/attachments/26370-check_http_strace.txt
diff options
context:
space:
mode:
Diffstat (limited to 'web/attachments/26370-check_http_strace.txt')
-rw-r--r--web/attachments/26370-check_http_strace.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/web/attachments/26370-check_http_strace.txt b/web/attachments/26370-check_http_strace.txt
new file mode 100644
index 0000000..0b8197b
--- /dev/null
+++ b/web/attachments/26370-check_http_strace.txt
@@ -0,0 +1,20 @@
1connect(3, {sin_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("216.239.
239.100")}}, 16) = 0
3send(3, "GET / HTTP/1.0\r\n", 16, 0) = 16
4send(3, "Host: www.google.com\r\n", 22, 0) = 22
5send(3, "User-Agent: check_http/1.1.1.1 ("..., 62, 0) = 62
6send(3, "\r\n\r\n", 4, 0) = 4
7recv(3, "HTTP/1.0 200 OK\r\nContent-Length:"..., 1023, 0) = 381
8recv(3, "<html><head><META HTTP-EQUIV=\"co"..., 1023, 0) = 1023
9brk(0x8051000) = 0x8051000
10recv(3, "color=#3366cc align=center width"..., 1023, 0) = 80
11recv(3, "b></font></td><td width=15>&nbsp"..., 1023, 0) = 1023
12recv(3, "<td valign=top nowrap><font size"..., 1023, 0) = 455
13recv(3, "ont size=-1><br><font color=red>"..., 1023, 0) = 579
14brk(0x8053000) = 0x8053000
15recv(3, 0x804e100, 1023, 0) = ? ERESTARTSYS (To be restarted)
16--- SIGALRM (Alarm clock) ---
17fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 1), ...}) = 0
18old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0
19x40014000
20write(1, "Socket timeout after 10 seconds\n", 32) = 32 \ No newline at end of file