Nginx(十二) gzip gzip_static sendfile directio aio 组合使用测试(2)

测试10:开启gzip、sendfile、aio、directio=1m,关闭gzip_static,请求/index.js

{"time_iso8601":"2023-11-30T17:20:55+08:00","request_uri":"/index.js","status":"200","bytes_sent":"244539","request_time":"0.000","gzip_ratio":"",}
epoll_wait(17, [{EPOLLIN|EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 65000) = 1
recvfrom(3, "GET /favicon.ico HTTP/1.1\r\nHost:"..., 1024, 0, NULL, NULL) = 400
openat(AT_FDCWD, "/usr/local/nginx/pages/favicon.ico", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
writev(3, [{iov_base="HTTP/1.1 404 Not Found\r\nServer: "..., iov_len=170}, {iov_base="<html>\r\n<head><title>404 Not Fou"..., iov_len=100}, {iov_base="<hr><center>nginx/1.24.0</center"..., iov_len=53}, {iov_base="<!-- a padding to disable MSIE a"..., iov_len=402}], 4) = 725
setsockopt(3, SOL_TCP, TCP_NODELAY, [1], 4) = 0
epoll_wait(17, [{EPOLLIN|EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 65000) = 1
recvfrom(3, "GET /index.js HTTP/1.1\r\nHost: ww"..., 1024, 0, NULL, NULL) = 490
openat(AT_FDCWD, "/usr/local/nginx/pages/index.js", O_RDONLY|O_NONBLOCK) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=244268, ...}) = 0
setsockopt(3, SOL_TCP, TCP_NODELAY, [0], 4) = 0
setsockopt(3, SOL_TCP, TCP_CORK, [1], 4) = 0
writev(3, [{iov_base="HTTP/1.1 200 OK\r\nServer: nginx/1"..., iov_len=271}], 1) = 271
sendfile(3, 6, [0] => [244268], 244268) = 244268
write(14, "{\"time_iso8601\":\"2023-11-30T17:2"..., 148) = 148
close(6)                                = 0
setsockopt(3, SOL_TCP, TCP_CORK, [0], 4) = 0
epoll_wait(17, [{EPOLLIN|EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 65000) = 1
recvfrom(3, "GET /favicon.ico HTTP/1.1\r\nHost:"..., 1024, 0, NULL, NULL) = 443
openat(AT_FDCWD, "/usr/local/nginx/pages/favicon.ico", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
writev(3, [{iov_base="HTTP/1.1 404 Not Found\r\nServer: "..., iov_len=170}, {iov_base="<html>\r\n<head><title>404 Not Fou"..., iov_len=100}, {iov_base="<hr><center>nginx/1.24.0</center"..., iov_len=53}, {iov_base="<!-- a padding to disable MSIE a"..., iov_len=402}], 4) = 725
setsockopt(3, SOL_TCP, TCP_NODELAY, [1], 4) = 0

        index.js文件大小小于gzip_min_length设定值400kb,不满足gzip条件,文件不进行压缩,且文件大小小于directio设定值1m,所以Nginx最终调用sendfile将文件返回给客户端。

测试11:开启gzip、sendfile、aio、directio=1m,关闭gzip_static,请求/index1.js

{"time_iso8601":"2023-11-30T17:27:25+08:00","request_uri":"/index1.js","status":"200","bytes_sent":"280840","request_time":"0.784","gzip_ratio":"3.26",}
[{EPOLLIN, {u32=1172358337, u64=139725048431809}}], 512, 65000) = 1
recvfrom(3, "GET /index1.js HTTP/1.1\r\nHost: w"..., 1024, 0, NULL, NULL) = 491
openat(AT_FDCWD, "/usr/local/nginx/pages/index1.js", O_RDONLY|O_NONBLOCK) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=915568, ...}) = 0
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=0, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=32768, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=65536, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=98304, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59998) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base="HTTP/1.1 200 OK\r\nServer: nginx/1"..., iov_len=269}, {iov_base="\37\213\10\0\0\0\0\0\0\3\354\275ks#Ir \370]f\372\17Y5}\3\260\n\4\310\252"..., iov_len=4096}, {iov_base="H\221\23\17\242\304\37\332\1Q\25\310\\\223\24785\374\0024Z\320\25f\340\216\2151\354\234F\236"..., iov_len=4096}, {iov_base="\263\246\0R>\7\304\373s\270-\206O63\362\365\27\303\31\261uY\6\227\353\\&$\307jp"..., iov_len=4096}, {iov_base="\25(\250T\t\227\324\271Qa/\22n\27jay\275PA\313\236Gf\247\3305N&\31\246n"..., iov_len=4096}, {iov_base="\355\252\232J\314\323\\m\25\f\345\332y\34\206\312W\333\n8\36\322\265\231\3027)\362`d\374S"..., iov_len=4096}, {iov_base="B\253i\343{c\320\264\321\21\3\302\2\3012\"J\263\324\206D,\272\263\7eV\301:7\233\347"..., iov_len=4096}], 7) = 24845
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=131072, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59998) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=163840, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59997) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=196608, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59996) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base="~\313y\264s\260\275\356\340\207\305\367\235\365\326\376Zk{\275\271m\317\342\373C\341\211m\330:\342"..., iov_len=4096}, {iov_base="\254B\30\311M\263\235NG\234\266\243\264\257\323u+\23S\246\271\255\221o\374\3257\v.%F\317"..., iov_len=4096}, {iov_base="%e#>\250\301%\315\241S\4\362tm\322\203\214\307\331o\273\4MV\200\301`\22D\235\2725"..., iov_len=4096}, {iov_base="\30k\320\31(\253IcV\333'\353\212\2259\204\312=]a\316\375\246>\177\341\5\202\336T\335\361"..., iov_len=4096}, {iov_base="Q;\316\0203\250\4\306\270\6j\370@l\33\23O\2j\271\t\336\222\347mZGL\270\214\30'"..., iov_len=4096}, {iov_base="\322\353e\267\263\10v\34c\4w\341C\361\306\245~\30\f\216m\361e\234%\2260\312\201\326\302\330"..., iov_len=4096}, {iov_base="T R\333?\265\1s0\316\374'\237\265#\262$\223\246\250*\307Ug\271\361\3613\236;\265\224"..., iov_len=4096}], 7) = 28672
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=229376, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59995) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=262144, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59994) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=294912, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59993) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base="\243\n\274v\211N\340\254\237\302\3\22Ss\206\347\f\252\215r\235\271\236CD\216\7,\307\347\345\227"..., iov_len=4096}, {iov_base="\345\317\n\342\6\230\374=G\306\327\223\215Q3\367\276\254\307\246\360\n\324SQ\260\201\3176-\34\34"..., iov_len=4096}, {iov_base="\366W\273\273\334\307\330M\207\373_\257Fb\302?v\273# \204\342\241\r\277\234\177\10G}|\373"..., iov_len=4096}, {iov_base="\266i\10k\201qUE\204<\30\353\222\275%\"\254\213\224\256\231\324FMW\264'\32\24RMg"..., iov_len=4096}, {iov_base="\230\3\7Rn\5\264\16y\271\217\226\4\20T\313\235\212\4\360\\\313]\2\260\223\2600\0\260\307\203"..., iov_len=4096}, {iov_base="+\335\253\30p\206\37\23\376lx\340\225\323\0\210\"D\256}\347\220\10L\32m)\350cR\33\27"..., iov_len=4096}, {iov_base="\2060\350\235\235\t\311\205sykA\10\17\48\r\233\254\364\363\201\243\3\245vi\350D\302\233\203"..., iov_len=4096}], 7) = 25133
writev(3, [{iov_base="\375\255\202\356BcK\32\215\1\373h\307\23\244Z\t\344\210\20IA\267\5/\374\244\215\201\315\r\363"..., iov_len=3539}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=327680, aio_resfd=19}]) = 1
epoll_ctl(17, EPOLL_CTL_MOD, 3, {EPOLLIN|EPOLLOUT|EPOLLRDHUP|EPOLLET, {u32=1172358337, u64=139725048431809}}) = 0
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59993) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=360448, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59991) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=393216, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59990) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=425984, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59989) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=458752, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59988) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=491520, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59987) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=524288, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59986) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=557056, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59985) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=589824, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59984) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=622592, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59983) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=655360, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59982) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=688128, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59981) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=720896, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59981) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1807fd0, aio_nbytes=32768, aio_offset=753664, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59980) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59979) = 1
writev(3, [{iov_base="\375\255\202\356BcK\32\215\1\373h\307\23\244Z\t\344\210\20IA\267\5/\374\244\215\201\315\r\363"..., iov_len=3539}, {iov_base="\\\262\4\364\372\361\247K\372\"\31\250\262\307d)\350\317\213\311\304B\213\332`A*\370\34X\30%"..., iov_len=4096}, {iov_base="\205\203P]Z\231>\21,HUp\313#j\246\366\371\242Y\233%;E\206]\30\370'Pw\37"..., iov_len=4096}, {iov_base="\337S\7\203\356=D\365;\210\352\f\372]\350A\2742_}\276\363\232*\371H\355\3678\21}?"..., iov_len=4096}, {iov_base="/5b\202b\350\4M\264\326\340\23(\275\354\201\233\31\333\2516t\247\251\377\217o\201?\323\36\367"..., iov_len=4096}, {iov_base="\177cUj\356\3109\306D\235\336\276\272\31\264\371\\\302\327\316\356=n\6H\265\321I\332\2358\36"..., iov_len=4096}, {iov_base="5n\20&\325\343P\372\335*\4\351\31Ed\222\0\220\211\261\300\17\263a\206\233\357\231\225\227\261^"..., iov_len=4096}, {iov_base="\273V\277,\267\246\365V\303\254\322L^\371\271\26\224\334yr\307\203\214\t\236J\370\202\245\202\333\333"..., iov_len=4096}, {iov_base="7\366\375]3\302\243\303\201\324\264T\205rq\336\355\352l\0\220\216\233\27@J\215\344\273\32\30U"..., iov_len=4096}, {iov_base="\345F\367m}W\267\231a\263n8\345\312Sp\235ENxB\23\315\254\17\261\4\36\231\200\10\25"..., iov_len=4096}, {iov_base="\255\377\225b\3747:\334\323\254j\351p\317\24\261\356r/\306\330\2\255\272Z\f[\236p\3w\236"..., iov_len=4096}, {iov_base="\365\272\260\203\n\26\204W\346\241\235\323\315z `9\326&?\213\363\0323\21*kSV\215\372H"..., iov_len=4096}, {iov_base="^\v\250\208H\211\202\244\261\330\332\222\365\200\2460\224\320Z\212\366>\361\230v\301\245|M\260\321"..., iov_len=4096}, {iov_base="-\314\211\342\320.\346Y\374\260\224ypZ\233\251e\236\322\335\262w\215\351\275\354\321S\325\224+\274"..., iov_len=4096}, {iov_base="I\303=5G\323\22m?7\231e\321\215Di\360\310\307\3\227\216\v\360\226\245\r\363L\235z\261"..., iov_len=4096}, {iov_base="\203\264,\37\245p\211\351\321\355\255\265\r,`\211q\265\241\f\320\215M\305\240\214\247\5K\331\360Y"..., iov_len=4096}, {iov_base="\267\224\370b9\244uz\235\203\341Rx\0243\234\332\230M+\366:\351d\335\225\t\215\231\333zJ"..., iov_len=4096}, {iov_base="\376D\260\3269K&\23\314[\320Z\217cLM\230\344\242\5\32a\345\232V\20-\307\231-\257\276"..., iov_len=4096}, {iov_base="[\251Iv\206i\245\372L7d5\3521\245\337\307\177\363m\337$2\220\245\307\373\244\262\360\364\336"..., iov_len=4096}, {iov_base="w<\241K\371\236yHG&\255\276\301\21\2\302\235L\32b&\374\234\16P\253D\277K/\34\331"..., iov_len=4096}, {iov_base="\17~\303\210E\266\276\322i\364c<\366\214i\271\345\336f7\355\"\321c-\377\223\234\2167}\320"..., iov_len=4096}, {iov_base="4B&M\300\301O\300\302g\203\356J\225\276\37\327\331R\334Qj7\207\304=\\\3\347\227x\374"..., iov_len=4096}, {iov_base="?\330jY\247\372>\357\20\237\326\302f)U\236\371j\216\16\21\24\375.\272\210\264\246\27\313\6\6"..., iov_len=4096}, {iov_base="qy4kp\356\245\244\240EI`pY+\301\214\210\26\r\206\36\233L_\210\346\"\33\365Tk"..., iov_len=4096}, {iov_base="\305/'?\277x\367\323k\365\376\355\7\375D\335\241>\274\376\376\305\227\267?\277>y\373\341\315\333"..., iov_len=4096}, {iov_base=":<\26\375q\330\t\353\2656Q\227\337U3\5\36?1\372\27,\331x\21G\263\204f\215\274\375"..., iov_len=4096}, {iov_base="\325\214O\224\335\237\341f\r\v\251\243Q\250\320\200;#\374\16n\355}$]\255j\22742C\212"..., iov_len=4096}, {iov_base="\363\215`\334\340\205y\213\312R4j\7\251Q_/\273\252\330K\2657\246z\261\264Y'\317:\233"..., iov_len=4096}, {iov_base="\r\265%\232\327\234];\202\276%\256\177D\233!i/W\264W>/\201\347\275j\16^\211@\310"..., iov_len=4096}, {iov_base="\n\376Q|\336E\247Ze\323\25\370e\1}\270\267\21\34!\330\36*w\331\2310\371j\214lD"..., iov_len=4096}, {iov_base="\306\350Ig<\26M\371\311\242\363\273<]\276\375\345B\236>u~z\212\335\347\343\213\371\370o\21"..., iov_len=4096}, {iov_base="ZF\36\201o\270b \363_F\313Y\235\262\250\306\372\301\200A\314\230I@\0\260\3\254N\223\253"..., iov_len=4096}], 32) = 62920
writev(3, [{iov_base="\254\20G\330\265\6\254\267y\5\227\347.v^\246\"\"\n\213\257\267\255\36\325\354j\271\241M\266\21"..., iov_len=2059}, {iov_base="\267\224\370b9\244uz\235\203\341Rx\0243\234\332\230M+\366:\351d\335\225\t\215\231\333zJ"..., iov_len=4096}, {iov_base="\376D\260\3269K&\23\314[\320Z\217cLM\230\344\242\5\32a\345\232V\20-\307\231-\257\276"..., iov_len=4096}, {iov_base="[\251Iv\206i\245\372L7d5\3521\245\337\307\177\363m\337$2\220\245\307\373\244\262\360\364\336"..., iov_len=4096}, {iov_base="w<\241K\371\236yHG&\255\276\301\21\2\302\235L\32b&\374\234\16P\253D\277K/\34\331"..., iov_len=4096}, {iov_base="\17~\303\210E\266\276\322i\364c<\366\214i\271\345\336f7\355\"\321c-\377\223\234\2167}\320"..., iov_len=4096}, {iov_base="4B&M\300\301O\300\302g\203\356J\225\276\37\327\331R\334Qj7\207\304=\\\3\347\227x\374"..., iov_len=4096}, {iov_base="?\330jY\247\372>\357\20\237\326\302f)U\236\371j\216\16\21\24\375.\272\210\264\246\27\313\6\6"..., iov_len=4096}, {iov_base="qy4kp\356\245\244\240EI`pY+\301\214\210\26\r\206\36\233L_\210\346\"\33\365Tk"..., iov_len=4096}, {iov_base="\305/'?\277x\367\323k\365\376\355\7\375D\335\241>\274\376\376\305\227\267?\277>y\373\341\315\333"..., iov_len=4096}, {iov_base=":<\26\375q\330\t\353\2656Q\227\337U3\5\36?1\372\27,\331x\21G\263\204f\215\274\375"..., iov_len=4096}, {iov_base="\325\214O\224\335\237\341f\r\v\251\243Q\250\320\200;#\374\16n\355}$]\255j\22742C\212"..., iov_len=4096}, {iov_base="\363\215`\334\340\205y\213\312R4j\7\251Q_/\273\252\330K\2657\246z\261\264Y'\317:\233"..., iov_len=4096}, {iov_base="\r\265%\232\327\234];\202\276%\256\177D\233!i/W\264W>/\201\347\275j\16^\211@\310"..., iov_len=4096}, {iov_base="\n\376Q|\336E\247Ze\323\25\370e\1}\270\267\21\34!\330\36*w\331\2310\371j\214lD"..., iov_len=4096}, {iov_base="\306\350Ig<\26M\371\311\242\363\273<]\276\375\345B\236>u~z\212\335\347\343\213\371\370o\21"..., iov_len=4096}, {iov_base="ZF\36\201o\270b \363_F\313Y\235\262\250\306\372\301\200A\314\230I@\0\260\3\254N\223\253"..., iov_len=4096}], 17) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1807fd0, aio_nbytes=32768, aio_offset=786432, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59818) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=32768, aio_offset=819200, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59815) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1807fd0, aio_nbytes=32768, aio_offset=851968, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59814) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x177e570, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17aeeb0, aio_nbytes=30832, aio_offset=884736, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59813) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x177e570, obj=0x177e530, res=30832, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59812) = 1
writev(3, [{iov_base="\254\20G\330\265\6\254\267y\5\227\347.v^\246\"\"\n\213\257\267\255\36\325\354j\271\241M\266\21"..., iov_len=2059}, {iov_base="\267\224\370b9\244uz\235\203\341Rx\0243\234\332\230M+\366:\351d\335\225\t\215\231\333zJ"..., iov_len=4096}, {iov_base="\376D\260\3269K&\23\314[\320Z\217cLM\230\344\242\5\32a\345\232V\20-\307\231-\257\276"..., iov_len=4096}, {iov_base="[\251Iv\206i\245\372L7d5\3521\245\337\307\177\363m\337$2\220\245\307\373\244\262\360\364\336"..., iov_len=4096}, {iov_base="w<\241K\371\236yHG&\255\276\301\21\2\302\235L\32b&\374\234\16P\253D\277K/\34\331"..., iov_len=4096}, {iov_base="\17~\303\210E\266\276\322i\364c<\366\214i\271\345\336f7\355\"\321c-\377\223\234\2167}\320"..., iov_len=4096}, {iov_base="4B&M\300\301O\300\302g\203\356J\225\276\37\327\331R\334Qj7\207\304=\\\3\347\227x\374"..., iov_len=4096}, {iov_base="?\330jY\247\372>\357\20\237\326\302f)U\236\371j\216\16\21\24\375.\272\210\264\246\27\313\6\6"..., iov_len=4096}, {iov_base="qy4kp\356\245\244\240EI`pY+\301\214\210\26\r\206\36\233L_\210\346\"\33\365Tk"..., iov_len=4096}, {iov_base="\305/'?\277x\367\323k\365\376\355\7\375D\335\241>\274\376\376\305\227\267?\277>y\373\341\315\333"..., iov_len=4096}, {iov_base=":<\26\375q\330\t\353\2656Q\227\337U3\5\36?1\372\27,\331x\21G\263\204f\215\274\375"..., iov_len=4096}, {iov_base="\325\214O\224\335\237\341f\r\v\251\243Q\250\320\200;#\374\16n\355}$]\255j\22742C\212"..., iov_len=4096}, {iov_base="\363\215`\334\340\205y\213\312R4j\7\251Q_/\273\252\330K\2657\246z\261\264Y'\317:\233"..., iov_len=4096}, {iov_base="\r\265%\232\327\234];\202\276%\256\177D\233!i/W\264W>/\201\347\275j\16^\211@\310"..., iov_len=4096}, {iov_base="\n\376Q|\336E\247Ze\323\25\370e\1}\270\267\21\34!\330\36*w\331\2310\371j\214lD"..., iov_len=4096}, {iov_base="\306\350Ig<\26M\371\311\242\363\273<]\276\375\345B\236>u~z\212\335\347\343\213\371\370o\21"..., iov_len=4096}, {iov_base="ZF\36\201o\270b \363_F\313Y\235\262\250\306\372\301\200A\314\230I@\0\260\3\254N\223\253"..., iov_len=4096}, {iov_base="\t\214w\230\332\260t\t\374\352--\370\26\264\377V\3_\362$\266}E\345x\246\346B\250\4\224"..., iov_len=4096}, {iov_base="\271\20O\345\276\366\32\350\255\213\244/\255(\373\306\275G\210+\0024\304\210O\331O/\263Mt\302"..., iov_len=4096}, {iov_base="A\303\213\313(\333\331\31\5p\"VE\321\307\250:I\315x\312jp\2063\357\30\316\267\206\344\262"..., iov_len=4096}, {iov_base="Z|\322qb\37n\342z\374\262ba\301\274*\363\261\2633\215\nb\377<\376\303HT\252\234T"..., iov_len=4096}, {iov_base="\253YW\v\371z\v\37P\304(S\343\264\33726\2430\237\376\304x`\v\324i-G|F\207"..., iov_len=4096}, {iov_base="\210?s@XG0\341\346\203\302?\5\3714\241b\17\277\265\205z\177:ts\230\250\215L\316\251"..., iov_len=4096}, {iov_base="\2457\n\314SIecL\314ae\5h\352`\237H\37fo\36}\333\276\3232\226\226\241\374\233"..., iov_len=4096}, {iov_base="\215\214n\352L\250\206P\236\307G\322\20I\v\216ad\365\214bv6\304\327s\30\33]\315\222\3"..., iov_len=4096}, {iov_base="~\247SB}0\240\r\4\326h\212M\322R?\273\315\2163\262\177\212\277\241\\\326\352\330=AM"..., iov_len=4096}, {iov_base="\21\177\324\322\355\6\25\330\351\367\352Q\262c'\247fk\373\303\243h\346\274\256l\365\352\366\203\324\321"..., iov_len=4096}, {iov_base="\236'\350\17\217\20_\303\232\266h\0025'\362+\7=\241\266V\232j\330\267\25?\266\25\247J\37"..., iov_len=4096}, {iov_base="V\6\353Zk\370\262D\252\266\351\2\327\204\353\33'pv<\349\261\300T\342\262\314O9\362\201"..., iov_len=4096}, {iov_base="\230W\244\221\36\354\24h\231\265\221\0307z\23\373`\350\307\16Q\325\31|\223t\374Z\":\233\306"..., iov_len=4096}, {iov_base="\16VgO\16c\206\2228.\362S\361Io\202\3Iec\224\271\376\3367\337\2270\7\213Eu"..., iov_len=4096}, {iov_base=":{T\212#\354F\0056\353\274\206\313s\27;/W\21\21\205\345\227\353\326\374\324\356j\271\245N"..., iov_len=4096}], 32) = 67210
writev(3, [{iov_base="\0104h\264tNj\363\332\254\356Z\334\300y\226\256\364dF\2T\v$'\223\317p\335\305\353l"..., iov_len=385}, {iov_base="\t\214w\230\332\260t\t\374\352--\370\26\264\377V\3_\362$\266}E\345x\246\346B\250\4\224"..., iov_len=4096}, {iov_base="\271\20O\345\276\366\32\350\255\213\244/\255(\373\306\275G\210+\0024\304\210O\331O/\263Mt\302"..., iov_len=4096}, {iov_base="A\303\213\313(\333\331\31\5p\"VE\321\307\250:I\315x\312jp\2063\357\30\316\267\206\344\262"..., iov_len=4096}, {iov_base="Z|\322qb\37n\342z\374\262ba\301\274*\363\261\2633\215\nb\377<\376\303HT\252\234T"..., iov_len=4096}, {iov_base="\253YW\v\371z\v\37P\304(S\343\264\33726\2430\237\376\304x`\v\324i-G|F\207"..., iov_len=4096}, {iov_base="\210?s@XG0\341\346\203\302?\5\3714\241b\17\277\265\205z\177:ts\230\250\215L\316\251"..., iov_len=4096}, {iov_base="\2457\n\314SIecL\314ae\5h\352`\237H\37fo\36}\333\276\3232\226\226\241\374\233"..., iov_len=4096}, {iov_base="\215\214n\352L\250\206P\236\307G\322\20I\v\216ad\365\214bv6\304\327s\30\33]\315\222\3"..., iov_len=4096}, {iov_base="~\247SB}0\240\r\4\326h\212M\322R?\273\315\2163\262\177\212\277\241\\\326\352\330=AM"..., iov_len=4096}, {iov_base="\21\177\324\322\355\6\25\330\351\367\352Q\262c'\247fk\373\303\243h\346\274\256l\365\352\366\203\324\321"..., iov_len=4096}, {iov_base="\236'\350\17\217\20_\303\232\266h\0025'\362+\7=\241\266V\232j\330\267\25?\266\25\247J\37"..., iov_len=4096}, {iov_base="V\6\353Zk\370\262D\252\266\351\2\327\204\353\33'pv<\349\261\300T\342\262\314O9\362\201"..., iov_len=4096}, {iov_base="\230W\244\221\36\354\24h\231\265\221\0307z\23\373`\350\307\16Q\325\31|\223t\374Z\":\233\306"..., iov_len=4096}, {iov_base="\16VgO\16c\206\2228.\362S\361Io\202\3Iec\224\271\376\3367\337\2270\7\213Eu"..., iov_len=4096}, {iov_base=":{T\212#\354F\0056\353\274\206\313s\27;/W\21\21\205\345\227\353\326\374\324\356j\271\245N"..., iov_len=4096}], 16) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
writev(3, [{iov_base="\0104h\264tNj\363\332\254\356Z\334\300y\226\256\364dF\2T\v$'\223\317p\335\305\353l"..., iov_len=385}, {iov_base="\t\214w\230\332\260t\t\374\352--\370\26\264\377V\3_\362$\266}E\345x\246\346B\250\4\224"..., iov_len=4096}, {iov_base="\271\20O\345\276\366\32\350\255\213\244/\255(\373\306\275G\210+\0024\304\210O\331O/\263Mt\302"..., iov_len=4096}, {iov_base="A\303\213\313(\333\331\31\5p\"VE\321\307\250:I\315x\312jp\2063\357\30\316\267\206\344\262"..., iov_len=4096}, {iov_base="Z|\322qb\37n\342z\374\262ba\301\274*\363\261\2633\215\nb\377<\376\303HT\252\234T"..., iov_len=4096}, {iov_base="\253YW\v\371z\v\37P\304(S\343\264\33726\2430\237\376\304x`\v\324i-G|F\207"..., iov_len=4096}, {iov_base="\210?s@XG0\341\346\203\302?\5\3714\241b\17\277\265\205z\177:ts\230\250\215L\316\251"..., iov_len=4096}, {iov_base="\2457\n\314SIecL\314ae\5h\352`\237H\37fo\36}\333\276\3232\226\226\241\374\233"..., iov_len=4096}, {iov_base="\215\214n\352L\250\206P\236\307G\322\20I\v\216ad\365\214bv6\304\327s\30\33]\315\222\3"..., iov_len=4096}, {iov_base="~\247SB}0\240\r\4\326h\212M\322R?\273\315\2163\262\177\212\277\241\\\326\352\330=AM"..., iov_len=4096}, {iov_base="\21\177\324\322\355\6\25\330\351\367\352Q\262c'\247fk\373\303\243h\346\274\256l\365\352\366\203\324\321"..., iov_len=4096}, {iov_base="\236'\350\17\217\20_\303\232\266h\0025'\362+\7=\241\266V\232j\330\267\25?\266\25\247J\37"..., iov_len=4096}, {iov_base="V\6\353Zk\370\262D\252\266\351\2\327\204\353\33'pv<\349\261\300T\342\262\314O9\362\201"..., iov_len=4096}, {iov_base="\230W\244\221\36\354\24h\231\265\221\0307z\23\373`\350\307\16Q\325\31|\223t\374Z\":\233\306"..., iov_len=4096}, {iov_base="\16VgO\16c\206\2228.\362S\361Io\202\3Iec\224\271\376\3367\337\2270\7\213Eu"..., iov_len=4096}, {iov_base=":{T\212#\354F\0056\353\274\206\313s\27;/W\21\21\205\345\227\353\326\374\324\356j\271\245N"..., iov_len=4096}, {iov_base="\342\25\3\264/!\305:\321\315\2109\20\350V\227\354\264\204\36-\3\v\254\255\371kk7\334i\236"..., iov_len=4096}, {iov_base="\354\273j>\301z\237\272\357f\nL\224\26\224\330\0\324\257\335\373\270\324\377\fJ\35\":\300\347\215"..., iov_len=4096}, {iov_base="\351\331\f\n\327LIt\237\273\322\35\0223\17-\242V\273\342\317\201~\211,\253\27\3006\357\301\366"..., iov_len=2043}], 19) = 60060
writev(3, [{iov_base="\255\255]\325\311\270\34\312\225\17\7\v\2451{\304\223\246\348\25\7W\25\324\246\266|\313/\226d"..., iov_len=1765}, {iov_base="\342\25\3\264/!\305:\321\315\2109\20\350V\227\354\264\204\36-\3\v\254\255\371kk7\334i\236"..., iov_len=4096}, {iov_base="\354\273j>\301z\237\272\357f\nL\224\26\224\330\0\324\257\335\373\270\324\377\fJ\35\":\300\347\215"..., iov_len=4096}, {iov_base="\351\331\f\n\327LIt\237\273\322\35\0223\17-\242V\273\342\317\201~\211,\253\27\3006\357\301\366"..., iov_len=2043}], 4) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59869) = 1
writev(3, [{iov_base="\255\255]\325\311\270\34\312\225\17\7\v\2451{\304\223\246\348\25\7W\25\324\246\266|\313/\226d"..., iov_len=1765}, {iov_base="\342\25\3\264/!\305:\321\315\2109\20\350V\227\354\264\204\36-\3\v\254\255\371kk7\334i\236"..., iov_len=4096}, {iov_base="\354\273j>\301z\237\272\357f\nL\224\26\224\330\0\324\257\335\373\270\324\377\fJ\35\":\300\347\215"..., iov_len=4096}, {iov_base="\351\331\f\n\327LIt\237\273\322\35\0223\17-\242V\273\342\317\201~\211,\253\27\3006\357\301\366"..., iov_len=2043}], 4) = 12000
write(14, "{\"time_iso8601\":\"2023-11-30T17:2"..., 153) = 153
close(6)                                = 0
close(3)                                = 0
epoll_wait(17, [{EPOLLIN, {u32=1172357136, u64=139725048430608}}], 512, -1) = 1
accept4(8, {sa_family=AF_INET, sin_port=htons(52257), sin_addr=inet_addr("14.145.163.156")}, [112->16], SOCK_NONBLOCK) = 3
epoll_ctl(17, EPOLL_CTL_ADD, 3, {EPOLLIN|EPOLLRDHUP|EPOLLET, {u32=1172358336, u64=139725048431808}}) = 0
accept4(8, 0x7ffe5b0bbba0, [112], SOCK_NONBLOCK) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLIN, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
recvfrom(3, "GET /favicon.ico HTTP/1.1\r\nHost:"..., 1024, 0, NULL, NULL) = 444
openat(AT_FDCWD, "/usr/local/nginx/pages/favicon.ico", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
writev(3, [{iov_base="HTTP/1.1 404 Not Found\r\nServer: "..., iov_len=170}, {iov_base="<html>\r\n<head><title>404 Not Fou"..., iov_len=100}, {iov_base="<hr><center>nginx/1.24.0</center"..., iov_len=53}, {iov_base="<!-- a padding to disable MSIE a"..., iov_len=402}], 4) = 725
setsockopt(3, SOL_TCP, TCP_NODELAY, [1], 4) = 0

        index.js文件大小大于gzip_min_length设定值400kb,满足gzip条件,文件可被压缩,且文件大小小于directio设定值1m,所以Nginx最终调用aio将文件返回给客户端。

        说明:当开启gzip时,如果文件满足压缩条件,Nginx是不会调用sendfile进程文件传输的。

测试12:开启gzip、sendfile、aio、directio=1m,关闭gzip_static,请求/vendor.js

{"time_iso8601":"2023-11-30T17:46:15+08:00","request_uri":"/vendor.js","status":"200","bytes_sent":"610804","request_time":"4.192","gzip_ratio":"3.15",}
epoll_wait(17, [{EPOLLIN, {u32=1172357136, u64=139725048430608}}], 512, -1) = 1
accept4(8, {sa_family=AF_INET, sin_port=htons(53284), sin_addr=inet_addr("14.145.163.156")}, [112->16], SOCK_NONBLOCK) = 3
epoll_ctl(17, EPOLL_CTL_ADD, 3, {EPOLLIN|EPOLLRDHUP|EPOLLET, {u32=1172358337, u64=139725048431809}}) = 0
accept4(8, 0x7ffe5b0bbba0, [112], SOCK_NONBLOCK) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLIN, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
recvfrom(3, "GET /vendor.js HTTP/1.1\r\nHost: w"..., 1024, 0, NULL, NULL) = 491
openat(AT_FDCWD, "/usr/local/nginx/pages/vendor.js", O_RDONLY|O_NONBLOCK) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=1925348, ...}) = 0
fcntl(6, F_GETFL)                       = 0x8800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE)
fcntl(6, F_SETFL, O_RDONLY|O_NONBLOCK|O_DIRECT|O_LARGEFILE) = 0
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=0, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=32768, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=65536, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59998) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base="HTTP/1.1 200 OK\r\nServer: nginx/1"..., iov_len=270}, {iov_base="\37\213\10\0\0\0\0\0\0\3\354\275\351v\333F\326(\372*\22\332\237\2\204%J\362\220\0014\302"..., iov_len=4096}, {iov_base="xn\201\200\nJ\24\316\1%h\273\336\32\316x\357?\352\232B\314\370S\260\244\202k\220\212S\267"..., iov_len=4096}, {iov_base="\205\347\20\253\6\224\33\31\36\272,j5p\354\27\271(*sYpom\253\370\205\210\213\367\264\r"..., iov_len=4096}, {iov_base="\275\306,k|yxp\355\23147\3234\t\204+k[\220eU`\7\303\203\265\325\333\304\237\276"..., iov_len=4096}, {iov_base="=\331\333@\245*\202\205\324\0325S$J=\245q\353\217X5\347/\33\371;9\353\2625\21-"..., iov_len=4096}, {iov_base="\367\341aD\253'\16rt\234CWP\203\340\270\337c\304\300\214\367\370\25\352\225\350\203\202\216(u"..., iov_len=4096}], 7) = 24846
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=98304, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59997) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=131072, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59996) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base="\266\3\r\301 -\223\326\26\17>\rE\262\367\324gx\tz\355\323\314\3368y\v\3705]b?"..., iov_len=4096}, {iov_base="\344\254\204TM\213\221\346\r\330\277\264\5\230\373\317?\r\226\342\340\375\273\243\343\217\203\2118\376\374\201"..., iov_len=4096}, {iov_base="\351\263\177\275\254\333\"\351\257{\354\32\311|E\345k\227\336\267\314\357\22\206*J\362\6\344L\227#"..., iov_len=4096}, {iov_base="\237\343\364,\210\217`\274)f\276C\253\7\\\210\234\375\351\237D\\'\223kG,\374\261\345\354F"..., iov_len=4096}, {iov_base="T$\30\240^/z&\23\221$\22hdJ\354\255\316gY93\225\31\271\22-Fk\361\332\243"..., iov_len=4096}, {iov_base="vv\26y^\306\266\7\363\n/\306\34mXO\355\0\342K\252K\314\345\220]\242\352\4e9!"..., iov_len=4096}], 6) = 24576
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=163840, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59995) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=196608, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59993) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base="\246\336ZU!\351}C\25\222\37\325\212\2254\253>|\217\224\307\332\254\302\351\351\247_\17O\217\216"..., iov_len=4096}, {iov_base="r\2107\5\266T\335\215\221\347\271\377\22raA8\242\262\344SHx\356/\2614&\267\255o\""..., iov_len=4096}, {iov_base="\4\305\261\2620 \202\3140+gP\360\213\231\274\6QL!<\20A3\23\211\35\2\35i\317\230"..., iov_len=4096}, {iov_base="\314\236\250DY\376\376>;E\2\5\33&m\321\177\250KP\324,\327\360\334\320\212\301\366\235\256\256"..., iov_len=4096}, {iov_base="t\227im\354\35\275}\234\22\261\246\317\257\375\v\274\31D\253%\264\250!\247n\3@\355~\277\344"..., iov_len=4096}, {iov_base="J\206\230\316\245\264\212U\377\313\21\307\334+4@%k\264cX\377\2550\3448pU\272\223\213\353"..., iov_len=4096}], 6) = 24576
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=229376, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59992) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=262144, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59991) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=294912, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59990) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base="\362\345\337\327\250\177_\243\376}\215\232_\243.\325\4\302\343q\177{\7\305K\255\346C\271\336\376\272"..., iov_len=4096}, {iov_base="\260\377\0\210\200\275\305\30\3434\371\337\351y\3369\374\361~{\241\230mf\364*:]\356YGU"..., iov_len=4096}, {iov_base="\245\1\1\364\f/\223t\366\177iL|\312\263\331\350\34(\27\213\343+\300\351\276L\203\361\225:\321"..., iov_len=4096}, {iov_base="O\311(`\323\251\262\242\350\223JrAl^n\217\305\333.\21\310\210\206c\311\25C\213 8\35"..., iov_len=4096}, {iov_base="^0'W\36\261\274\26\326\372\252Z`\257\377\274Z\225\203\277\23q\1p\274\236\35\211\20\303\316\232"..., iov_len=4096}, {iov_base="D\206\2\331%\232\3720!A\366\2\322@OS\243\360d\34\366\243\213(\34\260\232\361\373\275\255\257"..., iov_len=4096}, {iov_base="\0H\354\206\361\33\204r\257\24\347\22\f\234k\362\344\317\254]\f\314\370\262\33\226\202\3545\244V\253"..., iov_len=4096}], 7) = 4652
writev(3, [{iov_base="!\217\261\352m\323X\374\337y*\2240~\221\261\24\vj\20\205\24\326\n\335B\231\253\251\222\177|"..., iov_len=3540}, {iov_base="\245\1\1\364\f/\223t\366\177iL|\312\263\331\350\34(\27\213\343+\300\351\276L\203\361\225:\321"..., iov_len=4096}, {iov_base="O\311(`\323\251\262\242\350\223JrAl^n\217\305\333.\21\310\210\206c\311\25C\213 8\35"..., iov_len=4096}, {iov_base="^0'W\36\261\274\26\326\372\252Z`\257\377\274Z\225\203\277\23q\1p\274\236\35\211\20\303\316\232"..., iov_len=4096}, {iov_base="D\206\2\331%\232\3720!A\366\2\322@OS\243\360d\34\366\243\213(\34\260\232\361\373\275\255\257"..., iov_len=4096}, {iov_base="\0H\354\206\361\33\204r\257\24\347\22\f\234k\362\344\317\254]\f\314\370\262\33\226\202\3545\244V\253"..., iov_len=4096}], 6) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=327680, aio_resfd=19}]) = 1
epoll_ctl(17, EPOLL_CTL_MOD, 3, {EPOLLIN|EPOLLOUT|EPOLLRDHUP|EPOLLET, {u32=1172358337, u64=139725048431809}}) = 0
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59989) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=360448, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59988) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=393216, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59987) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=425984, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59986) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=458752, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59985) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=491520, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59984) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=524288, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59983) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=557056, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59982) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=589824, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59980) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=622592, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59980) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=655360, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59978) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=688128, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59977) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=720896, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59976) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=753664, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59976) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59975) = 1
writev(3, [{iov_base="!\217\261\352m\323X\374\337y*\2240~\221\261\24\vj\20\205\24\326\n\335B\231\253\251\222\177|"..., iov_len=3540}, {iov_base="\245\1\1\364\f/\223t\366\177iL|\312\263\331\350\34(\27\213\343+\300\351\276L\203\361\225:\321"..., iov_len=4096}, {iov_base="O\311(`\323\251\262\242\350\223JrAl^n\217\305\333.\21\310\210\206c\311\25C\213 8\35"..., iov_len=4096}, {iov_base="^0'W\36\261\274\26\326\372\252Z`\257\377\274Z\225\203\277\23q\1p\274\236\35\211\20\303\316\232"..., iov_len=4096}, {iov_base="D\206\2\331%\232\3720!A\366\2\322@OS\243\360d\34\366\243\213(\34\260\232\361\373\275\255\257"..., iov_len=4096}, {iov_base="\0H\354\206\361\33\204r\257\24\347\22\f\234k\362\344\317\254]\f\314\370\262\33\226\202\3545\244V\253"..., iov_len=4096}, {iov_base="\325\261\242\221\210hQ\350t\\\352t\252:\375\214\356]eG\204#\333\0\216uG_\1\354.\264"..., iov_len=4096}, {iov_base="\366v\327/r\235\235\27\304\213/\10\360\271?\373\304\243\272\2711\243\332:\3206\310\32\207\20\ne"..., iov_len=4096}, {iov_base="t\264eLXwJ\330\30\3107g\300\n\361\24(MV\376V\243\10\306\224\345y\365\306\370\302H"..., iov_len=4096}, {iov_base="3\260\356\346\306\363\341hL{\337{\32j\272\310\236T\376\222\210\330\6Id\347\260\224\215\21@J"..., iov_len=4096}, {iov_base="o\332\215\213\1?i\252\3407\352T#\324\264\337\260\367\202x\311\264\363#\360\374\34@\0\3721\261"..., iov_len=4096}, {iov_base="\266\20\377\353\346\350o\25\306v\0314\6\1\350\242\241\367\304\177\267\27\347\351\300\301\272\277\277\277\177\217"..., iov_len=4096}, {iov_base="\37\21\343\315\263\336\207\274!\253\254\333,\265\232@\332\200\225/D_\r\10\3217Z\209\372\212."..., iov_len=4096}, {iov_base="\1\347\221\307=c+l\263U\244\351\220\205V=9I\353\35\253\367\33r\"\367j;\264\32\325n"..., iov_len=4096}, {iov_base="\270\37\251I\310\1778<\t\\\374\6\20\30^tFs\346\217f\377\241\214\344\314\33\311$<\333\270"..., iov_len=4096}, {iov_base="\301\260\26E\217\26\214%h`7\217\255\226Z]\213\334{\302w8\5\t!\271\356\257$\233\20\226"..., iov_len=4096}, {iov_base="4\374rx':`!\207\36\342\366al\332\n:'>\32m\222\371\320Kd\241\305I^\233\367"..., iov_len=4096}, {iov_base="HZ;\340!\274#\334\r\33\336\t\35\310\371;A\344a7_\357\260\227\242!^O-\314B*"..., iov_len=4096}, {iov_base=";:\34\346#.\312\223\320B#\177\32\230A\\\265\312l\257\226\331\22J\350\346B\333\262{\10\214"..., iov_len=4096}, {iov_base="\227;b$\240\303\224k\264\256\354\217\345\262bz\370h\223\216\324K\v\230#B<i\2002\370\237"..., iov_len=4096}, {iov_base="\232b\27u\214\202r\317e\300\274$HA\262A\22\19\215\240\242\330t\33\241\340\356\304\325\244L"..., iov_len=4096}, {iov_base="\240\314^=\375\374\217\357%o\277\306\27\227\212\274\375\355\345\333\23E\336\6\317\243&\313\332\10(#"..., iov_len=4096}, {iov_base="\333\371Va\237\260\354\375B\372\360z`\371\362\2\201\253\364\243\265\202\240\324\360\243\203\356\341\21\0256"..., iov_len=4096}, {iov_base="\225\340\324\301i\223\237\2\377\233=)\27\243=\227\237ufG8\267\332\354P\271\220\357s\341}@"..., iov_len=4096}, {iov_base="\321~8\275\245\3b\6g\223\0307N\204\343x\30\360m\356\302\213\v\321\301\t\3733\370b\373\262"..., iov_len=4096}, {iov_base="\247\35y\351\223\244\223\367Y\254\241\252\233\200\320\0077%\364\370s\232u\n\361o\31<\2074\340\341"..., iov_len=4096}, {iov_base="JK\t\35\257\341$\376\266\16\300\23\310J\f@\301j%\351\362\336!&\215+jxm\327\32\215"..., iov_len=4096}, {iov_base="\302\r\211V\230\370\23\233V\10\21\214\263B\34\314\272\223\366\244B\34L@h\204\345\276T1{\334"..., iov_len=4096}, {iov_base="\347?\343:\313\256\2469\243\35\361\360f\370\357\216\331\314^C\324E\320\235\212\244,\301\211\243\311N"..., iov_len=4096}, {iov_base="Y\33>\262\26\350\5-\302\313]\223c0\5\362\236\31L!y\6U\0\262hC4\237\227=4"..., iov_len=4096}, {iov_base="\322\227'\337\301S\345\352\r3B}\\zF\235\276@\321v\1L\3247\376\355\\\253\370\24A\4"..., iov_len=4096}, {iov_base="\205./\341\300\243\311\340ZOW\341\341\262{\331\276\324\343\321\263\3\344\325.\272\247\265\343\332I\373"..., iov_len=4096}], 32) = 62920
writev(3, [{iov_base="\344o\242\210V_\236\263\25\360\200\271\25J\17s\21Z\347,\r\274,\223\234]\253\213A9\324\364"..., iov_len=2060}, {iov_base="4\374rx':`!\207\36\342\366al\332\n:'>\32m\222\371\320Kd\241\305I^\233\367"..., iov_len=4096}, {iov_base="HZ;\340!\274#\334\r\33\336\t\35\310\371;A\344a7_\357\260\227\242!^O-\314B*"..., iov_len=4096}, {iov_base=";:\34\346#.\312\223\320B#\177\32\230A\\\265\312l\257\226\331\22J\350\346B\333\262{\10\214"..., iov_len=4096}, {iov_base="\227;b$\240\303\224k\264\256\354\217\345\262bz\370h\223\216\324K\v\230#B<i\2002\370\237"..., iov_len=4096}, {iov_base="\232b\27u\214\202r\317e\300\274$HA\262A\22\19\215\240\242\330t\33\241\340\356\304\325\244L"..., iov_len=4096}, {iov_base="\240\314^=\375\374\217\357%o\277\306\27\227\212\274\375\355\345\333\23E\336\6\317\243&\313\332\10(#"..., iov_len=4096}, {iov_base="\333\371Va\237\260\354\375B\372\360z`\371\362\2\201\253\364\243\265\202\240\324\360\243\203\356\341\21\0256"..., iov_len=4096}, {iov_base="\225\340\324\301i\223\237\2\377\233=)\27\243=\227\237ufG8\267\332\354P\271\220\357s\341}@"..., iov_len=4096}, {iov_base="\321~8\275\245\3b\6g\223\0307N\204\343x\30\360m\356\302\213\v\321\301\t\3733\370b\373\262"..., iov_len=4096}, {iov_base="\247\35y\351\223\244\223\367Y\254\241\252\233\200\320\0077%\364\370s\232u\n\361o\31<\2074\340\341"..., iov_len=4096}, {iov_base="JK\t\35\257\341$\376\266\16\300\23\310J\f@\301j%\351\362\336!&\215+jxm\327\32\215"..., iov_len=4096}, {iov_base="\302\r\211V\230\370\23\233V\10\21\214\263B\34\314\272\223\366\244B\34L@h\204\345\276T1{\334"..., iov_len=4096}, {iov_base="\347?\343:\313\256\2469\243\35\361\360f\370\357\216\331\314^C\324E\320\235\212\244,\301\211\243\311N"..., iov_len=4096}, {iov_base="Y\33>\262\26\350\5-\302\313]\223c0\5\362\236\31L!y\6U\0\262hC4\237\227=4"..., iov_len=4096}, {iov_base="\322\227'\337\301S\345\352\r3B}\\zF\235\276@\321v\1L\3247\376\355\\\253\370\24A\4"..., iov_len=4096}, {iov_base="\205./\341\300\243\311\340ZOW\341\341\262{\331\276\324\343\321\263\3\344\325.\272\247\265\343\332I\373"..., iov_len=4096}], 17) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=786432, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59832) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=819200, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59830) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=851968, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59829) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=884736, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59828) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=917504, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59827) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59825) = 1
writev(3, [{iov_base="\344o\242\210V_\236\263\25\360\200\271\25J\17s\21Z\347,\r\274,\223\234]\253\213A9\324\364"..., iov_len=2060}, {iov_base="4\374rx':`!\207\36\342\366al\332\n:'>\32m\222\371\320Kd\241\305I^\233\367"..., iov_len=4096}, {iov_base="HZ;\340!\274#\334\r\33\336\t\35\310\371;A\344a7_\357\260\227\242!^O-\314B*"..., iov_len=4096}, {iov_base=";:\34\346#.\312\223\320B#\177\32\230A\\\265\312l\257\226\331\22J\350\346B\333\262{\10\214"..., iov_len=4096}, {iov_base="\227;b$\240\303\224k\264\256\354\217\345\262bz\370h\223\216\324K\v\230#B<i\2002\370\237"..., iov_len=4096}, {iov_base="\232b\27u\214\202r\317e\300\274$HA\262A\22\19\215\240\242\330t\33\241\340\356\304\325\244L"..., iov_len=4096}, {iov_base="\240\314^=\375\374\217\357%o\277\306\27\227\212\274\375\355\345\333\23E\336\6\317\243&\313\332\10(#"..., iov_len=4096}, {iov_base="\333\371Va\237\260\354\375B\372\360z`\371\362\2\201\253\364\243\265\202\240\324\360\243\203\356\341\21\0256"..., iov_len=4096}, {iov_base="\225\340\324\301i\223\237\2\377\233=)\27\243=\227\237ufG8\267\332\354P\271\220\357s\341}@"..., iov_len=4096}, {iov_base="\321~8\275\245\3b\6g\223\0307N\204\343x\30\360m\356\302\213\v\321\301\t\3733\370b\373\262"..., iov_len=4096}, {iov_base="\247\35y\351\223\244\223\367Y\254\241\252\233\200\320\0077%\364\370s\232u\n\361o\31<\2074\340\341"..., iov_len=4096}, {iov_base="JK\t\35\257\341$\376\266\16\300\23\310J\f@\301j%\351\362\336!&\215+jxm\327\32\215"..., iov_len=4096}, {iov_base="\302\r\211V\230\370\23\233V\10\21\214\263B\34\314\272\223\366\244B\34L@h\204\345\276T1{\334"..., iov_len=4096}, {iov_base="\347?\343:\313\256\2469\243\35\361\360f\370\357\216\331\314^C\324E\320\235\212\244,\301\211\243\311N"..., iov_len=4096}, {iov_base="Y\33>\262\26\350\5-\302\313]\223c0\5\362\236\31L!y\6U\0\262hC4\237\227=4"..., iov_len=4096}, {iov_base="\322\227'\337\301S\345\352\r3B}\\zF\235\276@\321v\1L\3247\376\355\\\253\370\24A\4"..., iov_len=4096}, {iov_base="\205./\341\300\243\311\340ZOW\341\341\262{\331\276\324\343\321\263\3\344\325.\272\247\265\343\332I\373"..., iov_len=4096}, {iov_base="PS\245tx\335\265\207kW\254\f\360X\17\222K\212@\246c\317\217\216vW\fR\253\373\16\354"..., iov_len=4096}, {iov_base="L\227\343.}\31<P\346\237}\367\315\360\323\341\244?\355\177:\274\333\337\363\320Ks\3\365\345\305"..., iov_len=4096}, {iov_base="\327\225j\370\326<\26\21;(\3266\215\32f\245\330\6fL\353\n\v I\314e\247_K\236\245"..., iov_len=4096}, {iov_base="\343T\323\326\316Vm\2\26k\346\221x(\361=\20\300\356\273\326$u\254\236\226\n\353V\306Y\232"..., iov_len=4096}, {iov_base="\226\241\301\203\270\310D\333\10\253P\274\35\246\213Ez\214;]b\234\333\223\3608\236\235\351\267\327\272"..., iov_len=4096}, {iov_base="\327\365\224\303<\211oG\274'\376\307\372\316\245\4%g\253\16\220\341\225\321\2753\n\223\2230\227+"..., iov_len=4096}, {iov_base="\2:=S:\306:\232\331^8\0:d\202y\220\274*\244\24\367`\310e\213`d\303\2422\225"..., iov_len=4096}, {iov_base="@\\\240\316,\300&\264u\17R\265g\305#|\10&\305;4\r\33?\6\20\274bYiw\257"..., iov_len=4096}, {iov_base="\361\263`\22]\206\344N\247\32\375L!\221K\31hD+\0202w(\0242\347\"p#\34+S"..., iov_len=4096}, {iov_base="\205,\222NL\354@\3141\r\376\236\243\27\316\205P-.\1\205\29\17;Q'\"6\215v\346"..., iov_len=4096}, {iov_base="!,{\226w)L\356\3237W\237-\307+\221>F\206\203r\34\35\234C\326\364z\265{\21}"..., iov_len=4096}, {iov_base="\214qs\306\340\234R\251\342\366_.\270\30\255\362\3669\228\35\225\335jz\311\267\306a\302H\220"..., iov_len=4096}, {iov_base="\370\1\5E1\372\7)\31\335\300\254\3349\230\16ii\215\323\25I\n\17\231\6\310\27(\22s\304"..., iov_len=4096}, {iov_base="\342b\202\361\16\246\300\363'\23EZ\300v\221\33\35\26o\321SW\235[ \267k\354\257\3\320l"..., iov_len=4096}, {iov_base="\377\225.\10\230xL\246\36t4\256fn\267n^6V\356\370\215\233\227\31w\375?\265\10\250J"..., iov_len=4096}], 32) = 54340
writev(3, [{iov_base="\321\177p@3\345\17\\\35z\v\302c\204\212\216\222(\313aL\246\201\325\272a\260\213\3302\320\262"..., iov_len=968}, {iov_base="Y\33>\262\26\350\5-\302\313]\223c0\5\362\236\31L!y\6U\0\262hC4\237\227=4"..., iov_len=4096}, {iov_base="\322\227'\337\301S\345\352\r3B}\\zF\235\276@\321v\1L\3247\376\355\\\253\370\24A\4"..., iov_len=4096}, {iov_base="\205./\341\300\243\311\340ZOW\341\341\262{\331\276\324\343\321\263\3\344\325.\272\247\265\343\332I\373"..., iov_len=4096}, {iov_base="PS\245tx\335\265\207kW\254\f\360X\17\222K\212@\246c\317\217\216vW\fR\253\373\16\354"..., iov_len=4096}, {iov_base="L\227\343.}\31<P\346\237}\367\315\360\323\341\244?\355\177:\274\333\337\363\320Ks\3\365\345\305"..., iov_len=4096}, {iov_base="\327\225j\370\326<\26\21;(\3266\215\32f\245\330\6fL\353\n\v I\314e\247_K\236\245"..., iov_len=4096}, {iov_base="\343T\323\326\316Vm\2\26k\346\221x(\361=\20\300\356\273\326$u\254\236\226\n\353V\306Y\232"..., iov_len=4096}, {iov_base="\226\241\301\203\270\310D\333\10\253P\274\35\246\213Ez\214;]b\234\333\223\3608\236\235\351\267\327\272"..., iov_len=4096}, {iov_base="\327\365\224\303<\211oG\274'\376\307\372\316\245\4%g\253\16\220\341\225\321\2753\n\223\2230\227+"..., iov_len=4096}, {iov_base="\2:=S:\306:\232\331^8\0:d\202y\220\274*\244\24\367`\310e\213`d\303\2422\225"..., iov_len=4096}, {iov_base="@\\\240\316,\300&\264u\17R\265g\305#|\10&\305;4\r\33?\6\20\274bYiw\257"..., iov_len=4096}, {iov_base="\361\263`\22]\206\344N\247\32\375L!\221K\31hD+\0202w(\0242\347\"p#\34+S"..., iov_len=4096}, {iov_base="\205,\222NL\354@\3141\r\376\236\243\27\316\205P-.\1\205\29\17;Q'\"6\215v\346"..., iov_len=4096}, {iov_base="!,{\226w)L\356\3237W\237-\307+\221>F\206\203r\34\35\234C\326\364z\265{\21}"..., iov_len=4096}, {iov_base="\214qs\306\340\234R\251\342\366_.\270\30\255\362\3669\228\35\225\335jz\311\267\306a\302H\220"..., iov_len=4096}, {iov_base="\370\1\5E1\372\7)\31\335\300\254\3349\230\16ii\215\323\25I\n\17\231\6\310\27(\22s\304"..., iov_len=4096}, {iov_base="\342b\202\361\16\246\300\363'\23EZ\300v\221\33\35\26o\321SW\235[ \267k\354\257\3\320l"..., iov_len=4096}, {iov_base="\377\225.\10\230xL\246\36t4\256fn\267n^6V\356\370\215\233\227\31w\375?\265\10\250J"..., iov_len=4096}], 19) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=950272, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59711) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=983040, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59708) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=1015808, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59707) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=1048576, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59706) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=1081344, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59705) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59705) = 1
writev(3, [{iov_base="\321\177p@3\345\17\\\35z\v\302c\204\212\216\222(\313aL\246\201\325\272a\260\213\3302\320\262"..., iov_len=968}, {iov_base="Y\33>\262\26\350\5-\302\313]\223c0\5\362\236\31L!y\6U\0\262hC4\237\227=4"..., iov_len=4096}, {iov_base="\322\227'\337\301S\345\352\r3B}\\zF\235\276@\321v\1L\3247\376\355\\\253\370\24A\4"..., iov_len=4096}, {iov_base="\205./\341\300\243\311\340ZOW\341\341\262{\331\276\324\343\321\263\3\344\325.\272\247\265\343\332I\373"..., iov_len=4096}, {iov_base="PS\245tx\335\265\207kW\254\f\360X\17\222K\212@\246c\317\217\216vW\fR\253\373\16\354"..., iov_len=4096}, {iov_base="L\227\343.}\31<P\346\237}\367\315\360\323\341\244?\355\177:\274\333\337\363\320Ks\3\365\345\305"..., iov_len=4096}, {iov_base="\327\225j\370\326<\26\21;(\3266\215\32f\245\330\6fL\353\n\v I\314e\247_K\236\245"..., iov_len=4096}, {iov_base="\343T\323\326\316Vm\2\26k\346\221x(\361=\20\300\356\273\326$u\254\236\226\n\353V\306Y\232"..., iov_len=4096}, {iov_base="\226\241\301\203\270\310D\333\10\253P\274\35\246\213Ez\214;]b\234\333\223\3608\236\235\351\267\327\272"..., iov_len=4096}, {iov_base="\327\365\224\303<\211oG\274'\376\307\372\316\245\4%g\253\16\220\341\225\321\2753\n\223\2230\227+"..., iov_len=4096}, {iov_base="\2:=S:\306:\232\331^8\0:d\202y\220\274*\244\24\367`\310e\213`d\303\2422\225"..., iov_len=4096}, {iov_base="@\\\240\316,\300&\264u\17R\265g\305#|\10&\305;4\r\33?\6\20\274bYiw\257"..., iov_len=4096}, {iov_base="\361\263`\22]\206\344N\247\32\375L!\221K\31hD+\0202w(\0242\347\"p#\34+S"..., iov_len=4096}, {iov_base="\205,\222NL\354@\3141\r\376\236\243\27\316\205P-.\1\205\29\17;Q'\"6\215v\346"..., iov_len=4096}, {iov_base="!,{\226w)L\356\3237W\237-\307+\221>F\206\203r\34\35\234C\326\364z\265{\21}"..., iov_len=4096}, {iov_base="\214qs\306\340\234R\251\342\366_.\270\30\255\362\3669\228\35\225\335jz\311\267\306a\302H\220"..., iov_len=4096}, {iov_base="\370\1\5E1\372\7)\31\335\300\254\3349\230\16ii\215\323\25I\n\17\231\6\310\27(\22s\304"..., iov_len=4096}, {iov_base="\342b\202\361\16\246\300\363'\23EZ\300v\221\33\35\26o\321SW\235[ \267k\354\257\3\320l"..., iov_len=4096}, {iov_base="\377\225.\10\230xL\246\36t4\256fn\267n^6V\356\370\215\233\227\31w\375?\265\10\250J"..., iov_len=4096}, {iov_base="\223\344\251:k\335\375q\177\230t\6Sm\10\242\210\223\n\277\322L\320\232H\233R\34\201\304,\373"..., iov_len=4096}, {iov_base="b\237\177=\373\353/'\374\353o'?\375\215\2\247(p/\211urA\315/\321A\0303\214\4"..., iov_len=4096}, {iov_base="~0<\230l\210\232\231\372\233\200/\202\202\22\247\260%\2112\372*|\0240q\204\202\250\247~r"..., iov_len=4096}, {iov_base="\1\344U\324\270\373*\216p\363p+\273\254s\2326\246\276\352\333\251\257\372\323\241\4\314\336\250\341X"..., iov_len=4096}, {iov_base="\2\262\251\305\23\26\2102\245B \21\317\1\17\341L\221\334}\364\227\6\32\266\356\343\226 \203&\362"..., iov_len=4096}, {iov_base="5y\312\320\357\347_\316\276\300h\257\266\301\317\225\1_\375\240\35)\250\252#GV\242~\313\344c"..., iov_len=4096}, {iov_base="\227\10G\210Pt?\35\277vg\376\22\34\325L\260\317\377\230\261C\202\235R\10L1b\nv\376"..., iov_len=4096}, {iov_base="\252fa\301\274\372\372c0\230E\5\261\177\16\377\201\r\315\306\257\246u.\366\6\214\254\235v\306\201"..., iov_len=4096}, {iov_base="\200V\235%l\17\252w]*\32#K\232\213\212\376R\232\204t\276\263R\247w?\227\225\23\335\364"..., iov_len=4096}, {iov_base="\36\327\260\213\350\306\334i\265$\352\20.\354\250\257\221\357\234'W\357\250\256\243o<l\260:\21\271"..., iov_len=4096}, {iov_base="`\375x\\\3145\235\364\361\343\321'x\377\207\220Y\311\215\231\374~\256Z\2559\2241$\313;\321"..., iov_len=4096}, {iov_base="p\213\275\212k\247w\305\335O)\345\23|\366\256\345\247\314\374\344\10\225%\256\335O\300\363<<\\"..., iov_len=4096}, {iov_base="V+\213\337\4\267>z\366\243\261N\303\30\26o\211\241L\364\177#\270\250\344S\242*\336\333\n\242"..., iov_len=4096}], 32) = 45760
writev(3, [{iov_base="\236Z\26:\4\224kx,\243\220\332F\v\216G\312eJ;\201(\376\224o\234\3X:\236\2b"..., iov_len=264}, {iov_base="\361\263`\22]\206\344N\247\32\375L!\221K\31hD+\0202w(\0242\347\"p#\34+S"..., iov_len=4096}, {iov_base="\205,\222NL\354@\3141\r\376\236\243\27\316\205P-.\1\205\29\17;Q'\"6\215v\346"..., iov_len=4096}, {iov_base="!,{\226w)L\356\3237W\237-\307+\221>F\206\203r\34\35\234C\326\364z\265{\21}"..., iov_len=4096}, {iov_base="\214qs\306\340\234R\251\342\366_.\270\30\255\362\3669\228\35\225\335jz\311\267\306a\302H\220"..., iov_len=4096}, {iov_base="\370\1\5E1\372\7)\31\335\300\254\3349\230\16ii\215\323\25I\n\17\231\6\310\27(\22s\304"..., iov_len=4096}, {iov_base="\342b\202\361\16\246\300\363'\23EZ\300v\221\33\35\26o\321SW\235[ \267k\354\257\3\320l"..., iov_len=4096}, {iov_base="\377\225.\10\230xL\246\36t4\256fn\267n^6V\356\370\215\233\227\31w\375?\265\10\250J"..., iov_len=4096}, {iov_base="\223\344\251:k\335\375q\177\230t\6Sm\10\242\210\223\n\277\322L\320\232H\233R\34\201\304,\373"..., iov_len=4096}, {iov_base="b\237\177=\373\353/'\374\353o'?\375\215\2\247(p/\211urA\315/\321A\0303\214\4"..., iov_len=4096}, {iov_base="~0<\230l\210\232\231\372\233\200/\202\202\22\247\260%\2112\372*|\0240q\204\202\250\247~r"..., iov_len=4096}, {iov_base="\1\344U\324\270\373*\216p\363p+\273\254s\2326\246\276\352\333\251\257\372\323\241\4\314\336\250\341X"..., iov_len=4096}, {iov_base="\2\262\251\305\23\26\2102\245B \21\317\1\17\341L\221\334}\364\227\6\32\266\356\343\226 \203&\362"..., iov_len=4096}, {iov_base="5y\312\320\357\347_\316\276\300h\257\266\301\317\225\1_\375\240\35)\250\252#GV\242~\313\344c"..., iov_len=4096}, {iov_base="\227\10G\210Pt?\35\277vg\376\22\34\325L\260\317\377\230\261C\202\235R\10L1b\nv\376"..., iov_len=4096}, {iov_base="\252fa\301\274\372\372c0\230E\5\261\177\16\377\201\r\315\306\257\246u.\366\6\214\254\235v\306\201"..., iov_len=4096}, {iov_base="\200V\235%l\17\252w]*\32#K\232\213\212\376R\232\204t\276\263R\247w?\227\225\23\335\364"..., iov_len=4096}, {iov_base="\36\327\260\213\350\306\334i\265$\352\20.\354\250\257\221\357\234'W\357\250\256\243o<l\260:\21\271"..., iov_len=4096}, {iov_base="`\375x\\\3145\235\364\361\343\321'x\377\207\220Y\311\215\231\374~\256Z\2559\2241$\313;\321"..., iov_len=4096}, {iov_base="p\213\275\212k\247w\305\335O)\345\23|\366\256\345\247\314\374\344\10\225%\256\335O\300\363<<\\"..., iov_len=4096}, {iov_base="V+\213\337\4\267>z\366\243\261N\303\30\26o\211\241L\364\177#\270\250\344S\242*\336\333\n\242"..., iov_len=4096}], 21) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=1114112, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=1146880, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59997) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=1179648, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59996) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=1212416, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59995) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=1245184, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59995) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59994) = 1
writev(3, [{iov_base="\236Z\26:\4\224kx,\243\220\332F\v\216G\312eJ;\201(\376\224o\234\3X:\236\2b"..., iov_len=264}, {iov_base="\361\263`\22]\206\344N\247\32\375L!\221K\31hD+\0202w(\0242\347\"p#\34+S"..., iov_len=4096}, {iov_base="\205,\222NL\354@\3141\r\376\236\243\27\316\205P-.\1\205\29\17;Q'\"6\215v\346"..., iov_len=4096}, {iov_base="!,{\226w)L\356\3237W\237-\307+\221>F\206\203r\34\35\234C\326\364z\265{\21}"..., iov_len=4096}, {iov_base="\214qs\306\340\234R\251\342\366_.\270\30\255\362\3669\228\35\225\335jz\311\267\306a\302H\220"..., iov_len=4096}, {iov_base="\370\1\5E1\372\7)\31\335\300\254\3349\230\16ii\215\323\25I\n\17\231\6\310\27(\22s\304"..., iov_len=4096}, {iov_base="\342b\202\361\16\246\300\363'\23EZ\300v\221\33\35\26o\321SW\235[ \267k\354\257\3\320l"..., iov_len=4096}, {iov_base="\377\225.\10\230xL\246\36t4\256fn\267n^6V\356\370\215\233\227\31w\375?\265\10\250J"..., iov_len=4096}, {iov_base="\223\344\251:k\335\375q\177\230t\6Sm\10\242\210\223\n\277\322L\320\232H\233R\34\201\304,\373"..., iov_len=4096}, {iov_base="b\237\177=\373\353/'\374\353o'?\375\215\2\247(p/\211urA\315/\321A\0303\214\4"..., iov_len=4096}, {iov_base="~0<\230l\210\232\231\372\233\200/\202\202\22\247\260%\2112\372*|\0240q\204\202\250\247~r"..., iov_len=4096}, {iov_base="\1\344U\324\270\373*\216p\363p+\273\254s\2326\246\276\352\333\251\257\372\323\241\4\314\336\250\341X"..., iov_len=4096}, {iov_base="\2\262\251\305\23\26\2102\245B \21\317\1\17\341L\221\334}\364\227\6\32\266\356\343\226 \203&\362"..., iov_len=4096}, {iov_base="5y\312\320\357\347_\316\276\300h\257\266\301\317\225\1_\375\240\35)\250\252#GV\242~\313\344c"..., iov_len=4096}, {iov_base="\227\10G\210Pt?\35\277vg\376\22\34\325L\260\317\377\230\261C\202\235R\10L1b\nv\376"..., iov_len=4096}, {iov_base="\252fa\301\274\372\372c0\230E\5\261\177\16\377\201\r\315\306\257\246u.\366\6\214\254\235v\306\201"..., iov_len=4096}, {iov_base="\200V\235%l\17\252w]*\32#K\232\213\212\376R\232\204t\276\263R\247w?\227\225\23\335\364"..., iov_len=4096}, {iov_base="\36\327\260\213\350\306\334i\265$\352\20.\354\250\257\221\357\234'W\357\250\256\243o<l\260:\21\271"..., iov_len=4096}, {iov_base="`\375x\\\3145\235\364\361\343\321'x\377\207\220Y\311\215\231\374~\256Z\2559\2241$\313;\321"..., iov_len=4096}, {iov_base="p\213\275\212k\247w\305\335O)\345\23|\366\256\345\247\314\374\344\10\225%\256\335O\300\363<<\\"..., iov_len=4096}, {iov_base="V+\213\337\4\267>z\366\243\261N\303\30\26o\211\241L\364\177#\270\250\344S\242*\336\333\n\242"..., iov_len=4096}, {iov_base="\234\224P\10\6\25\336\270\311o\374k\24c\311t\345\326\355\33\300\30)\337`\352q\337Hj\311\323"..., iov_len=4096}, {iov_base="v4\22\257a\6\278xl\361\265s\377\336}\r\203\244!\236\302\16_\249\232\323\235\235\323Z"..., iov_len=4096}, {iov_base="'\247HXq`4\24\ra\200G\0\375@ \f\320\245\206\376\366t\314\303\363\221`\27\321\27x"..., iov_len=4096}, {iov_base="\225\215\37\23\26DH\263\262Uad\234Q\32\31\23IYa\332\212\216\341\n4\357\\l\246\266\326"..., iov_len=4096}, {iov_base="\17\255kC\21\302q\354\242\313\328\351<\21\340\21\300\357I\20QW\f\353\352\n\375\30\353Y\336"..., iov_len=4096}, {iov_base="\343\241\36\20~D\234\272Zi\340\305\337\272\200q\2644\2464\334\244\2208\361\341|,\244\300\354\272"..., iov_len=4096}, {iov_base="Sm\221\216(\2\350\265R\300\244^\315\253#2K\363Fn%e\267\356\27G+\6\t\35\20C"..., iov_len=4096}, {iov_base="-m\261\266\35+\316\237B9\370*\23\346)\306.\1\353/\326\205(\33\331\26\261\377i\321\v\235"..., iov_len=4096}, {iov_base="\205\232\321t\332\256\1\24Q\345ZH!\314\265BQ\343%N~\31\372\224\213\23\355\33\n\212!\234"..., iov_len=4096}, {iov_base="(*\0/\221%9,\211\v{NQ$%a\303'\0240\361%T\346\204\32IC\313\4x\205"..., iov_len=4096}, {iov_base="\342](\262\213\215o\0027GW\272w\316\204v$\206\320:\260\217\354=\27\315\3\320\313%\255A"..., iov_len=4096}], 32) = 34320
writev(3, [{iov_base="\272x\7\177\327\331\27\361\21\376\22\16\26/\340\3272;\25\257\340\357\353\267\373\342}\230\217\275\343\23"..., iov_len=2808}, {iov_base="~0<\230l\210\232\231\372\233\200/\202\202\22\247\260%\2112\372*|\0240q\204\202\250\247~r"..., iov_len=4096}, {iov_base="\1\344U\324\270\373*\216p\363p+\273\254s\2326\246\276\352\333\251\257\372\323\241\4\314\336\250\341X"..., iov_len=4096}, {iov_base="\2\262\251\305\23\26\2102\245B \21\317\1\17\341L\221\334}\364\227\6\32\266\356\343\226 \203&\362"..., iov_len=4096}, {iov_base="5y\312\320\357\347_\316\276\300h\257\266\301\317\225\1_\375\240\35)\250\252#GV\242~\313\344c"..., iov_len=4096}, {iov_base="\227\10G\210Pt?\35\277vg\376\22\34\325L\260\317\377\230\261C\202\235R\10L1b\nv\376"..., iov_len=4096}, {iov_base="\252fa\301\274\372\372c0\230E\5\261\177\16\377\201\r\315\306\257\246u.\366\6\214\254\235v\306\201"..., iov_len=4096}, {iov_base="\200V\235%l\17\252w]*\32#K\232\213\212\376R\232\204t\276\263R\247w?\227\225\23\335\364"..., iov_len=4096}, {iov_base="\36\327\260\213\350\306\334i\265$\352\20.\354\250\257\221\357\234'W\357\250\256\243o<l\260:\21\271"..., iov_len=4096}, {iov_base="`\375x\\\3145\235\364\361\343\321'x\377\207\220Y\311\215\231\374~\256Z\2559\2241$\313;\321"..., iov_len=4096}, {iov_base="p\213\275\212k\247w\305\335O)\345\23|\366\256\345\247\314\374\344\10\225%\256\335O\300\363<<\\"..., iov_len=4096}, {iov_base="V+\213\337\4\267>z\366\243\261N\303\30\26o\211\241L\364\177#\270\250\344S\242*\336\333\n\242"..., iov_len=4096}, {iov_base="\234\224P\10\6\25\336\270\311o\374k\24c\311t\345\326\355\33\300\30)\337`\352q\337Hj\311\323"..., iov_len=4096}, {iov_base="v4\22\257a\6\278xl\361\265s\377\336}\r\203\244!\236\302\16_\249\232\323\235\235\323Z"..., iov_len=4096}, {iov_base="'\247HXq`4\24\ra\200G\0\375@ \f\320\245\206\376\366t\314\303\363\221`\27\321\27x"..., iov_len=4096}, {iov_base="\225\215\37\23\26DH\263\262Uad\234Q\32\31\23IYa\332\212\216\341\n4\357\\l\246\266\326"..., iov_len=4096}, {iov_base="\17\255kC\21\302q\354\242\313\328\351<\21\340\21\300\357I\20QW\f\353\352\n\375\30\353Y\336"..., iov_len=4096}, {iov_base="\343\241\36\20~D\234\272Zi\340\305\337\272\200q\2644\2464\334\244\2208\361\341|,\244\300\354\272"..., iov_len=4096}, {iov_base="Sm\221\216(\2\350\265R\300\244^\315\253#2K\363Fn%e\267\356\27G+\6\t\35\20C"..., iov_len=4096}, {iov_base="-m\261\266\35+\316\237B9\370*\23\346)\306.\1\353/\326\205(\33\331\26\261\377i\321\v\235"..., iov_len=4096}, {iov_base="\205\232\321t\332\256\1\24Q\345ZH!\314\265BQ\343%N~\31\372\224\213\23\355\33\n\212!\234"..., iov_len=4096}, {iov_base="(*\0/\221%9,\211\v{NQ$%a\303'\0240\361%T\346\204\32IC\313\4x\205"..., iov_len=4096}, {iov_base="\342](\262\213\215o\0027GW\272w\316\204v$\206\320:\260\217\354=\27\315\3\320\313%\255A"..., iov_len=4096}], 23) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=1277952, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59720) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=1310720, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59718) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=1343488, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59717) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59717) = 1
writev(3, [{iov_base="\272x\7\177\327\331\27\361\21\376\22\16\26/\340\3272;\25\257\340\357\353\267\373\342}\230\217\275\343\23"..., iov_len=2808}, {iov_base="~0<\230l\210\232\231\372\233\200/\202\202\22\247\260%\2112\372*|\0240q\204\202\250\247~r"..., iov_len=4096}, {iov_base="\1\344U\324\270\373*\216p\363p+\273\254s\2326\246\276\352\333\251\257\372\323\241\4\314\336\250\341X"..., iov_len=4096}, {iov_base="\2\262\251\305\23\26\2102\245B \21\317\1\17\341L\221\334}\364\227\6\32\266\356\343\226 \203&\362"..., iov_len=4096}, {iov_base="5y\312\320\357\347_\316\276\300h\257\266\301\317\225\1_\375\240\35)\250\252#GV\242~\313\344c"..., iov_len=4096}, {iov_base="\227\10G\210Pt?\35\277vg\376\22\34\325L\260\317\377\230\261C\202\235R\10L1b\nv\376"..., iov_len=4096}, {iov_base="\252fa\301\274\372\372c0\230E\5\261\177\16\377\201\r\315\306\257\246u.\366\6\214\254\235v\306\201"..., iov_len=4096}, {iov_base="\200V\235%l\17\252w]*\32#K\232\213\212\376R\232\204t\276\263R\247w?\227\225\23\335\364"..., iov_len=4096}, {iov_base="\36\327\260\213\350\306\334i\265$\352\20.\354\250\257\221\357\234'W\357\250\256\243o<l\260:\21\271"..., iov_len=4096}, {iov_base="`\375x\\\3145\235\364\361\343\321'x\377\207\220Y\311\215\231\374~\256Z\2559\2241$\313;\321"..., iov_len=4096}, {iov_base="p\213\275\212k\247w\305\335O)\345\23|\366\256\345\247\314\374\344\10\225%\256\335O\300\363<<\\"..., iov_len=4096}, {iov_base="V+\213\337\4\267>z\366\243\261N\303\30\26o\211\241L\364\177#\270\250\344S\242*\336\333\n\242"..., iov_len=4096}, {iov_base="\234\224P\10\6\25\336\270\311o\374k\24c\311t\345\326\355\33\300\30)\337`\352q\337Hj\311\323"..., iov_len=4096}, {iov_base="v4\22\257a\6\278xl\361\265s\377\336}\r\203\244!\236\302\16_\249\232\323\235\235\323Z"..., iov_len=4096}, {iov_base="'\247HXq`4\24\ra\200G\0\375@ \f\320\245\206\376\366t\314\303\363\221`\27\321\27x"..., iov_len=4096}, {iov_base="\225\215\37\23\26DH\263\262Uad\234Q\32\31\23IYa\332\212\216\341\n4\357\\l\246\266\326"..., iov_len=4096}, {iov_base="\17\255kC\21\302q\354\242\313\328\351<\21\340\21\300\357I\20QW\f\353\352\n\375\30\353Y\336"..., iov_len=4096}, {iov_base="\343\241\36\20~D\234\272Zi\340\305\337\272\200q\2644\2464\334\244\2208\361\341|,\244\300\354\272"..., iov_len=4096}, {iov_base="Sm\221\216(\2\350\265R\300\244^\315\253#2K\363Fn%e\267\356\27G+\6\t\35\20C"..., iov_len=4096}, {iov_base="-m\261\266\35+\316\237B9\370*\23\346)\306.\1\353/\326\205(\33\331\26\261\377i\321\v\235"..., iov_len=4096}, {iov_base="\205\232\321t\332\256\1\24Q\345ZH!\314\265BQ\343%N~\31\372\224\213\23\355\33\n\212!\234"..., iov_len=4096}, {iov_base="(*\0/\221%9,\211\v{NQ$%a\303'\0240\361%T\346\204\32IC\313\4x\205"..., iov_len=4096}, {iov_base="\342](\262\213\215o\0027GW\272w\316\204v$\206\320:\260\217\354=\27\315\3\320\313%\255A"..., iov_len=4096}, {iov_base="\270\370\234\341s\206{;0\317\354\377.|\336\223\301\260\321\215\7_\361\244:\355.\233\206\361/n"..., iov_len=4096}, {iov_base=")o\206\276\227\230\232\22\0\321\354\323\313\32D\2212\315vC\213\334\266\264>\376\355\234\237^\236\275"..., iov_len=4096}, {iov_base="4u\310Y:\256\256PR\27y\260N\311:\23\5\235&U$\264k \214&\200\0175\351A\362"..., iov_len=4096}, {iov_base="\216]%e\36\37\203t\30\250\360D\254\351\240\262\350\204\2432\0\245\215#^0:\3008^\366\35"..., iov_len=4096}, {iov_base="\267\316\265\355\206mP\216\254\264|\371+\17n\324\216^\341&\33\240\326R\271\207&\242_\25\275\246"..., iov_len=4096}, {iov_base="V~I~\206\20=\257\314\224\373\373s\201\305\212l\375v\177?E\247F\214\313\356X\20]t\217"..., iov_len=4096}, {iov_base="]\371\262q\266&\23Swy\254\310D\352\226H\4\26\322\262\220\262\330\363\204\210\t\222\251\264\300d"..., iov_len=4096}, {iov_base="\306\6\276\335j*\335\3527V~\264-j\323\363\237\323\33\370\217\343\23\201\251\225\366\277\335z\332P"..., iov_len=4096}, {iov_base="\375\365u\266\357\300\260\rJd\353\217w\314\207\301\355\262\266\247\345.N\\\203\262o\371\314\300\355\3"..., iov_len=4096}], 32) = 32890
writev(3, [{iov_base="\240{\207\306\233\226\254n\356\23`\257\371\221\372\217\227\315\347Y\3158\327\0\324\347\344P\242\242\355\355"..., iov_len=2686}, {iov_base="`\375x\\\3145\235\364\361\343\321'x\377\207\220Y\311\215\231\374~\256Z\2559\2241$\313;\321"..., iov_len=4096}, {iov_base="p\213\275\212k\247w\305\335O)\345\23|\366\256\345\247\314\374\344\10\225%\256\335O\300\363<<\\"..., iov_len=4096}, {iov_base="V+\213\337\4\267>z\366\243\261N\303\30\26o\211\241L\364\177#\270\250\344S\242*\336\333\n\242"..., iov_len=4096}, {iov_base="\234\224P\10\6\25\336\270\311o\374k\24c\311t\345\326\355\33\300\30)\337`\352q\337Hj\311\323"..., iov_len=4096}, {iov_base="v4\22\257a\6\278xl\361\265s\377\336}\r\203\244!\236\302\16_\249\232\323\235\235\323Z"..., iov_len=4096}, {iov_base="'\247HXq`4\24\ra\200G\0\375@ \f\320\245\206\376\366t\314\303\363\221`\27\321\27x"..., iov_len=4096}, {iov_base="\225\215\37\23\26DH\263\262Uad\234Q\32\31\23IYa\332\212\216\341\n4\357\\l\246\266\326"..., iov_len=4096}, {iov_base="\17\255kC\21\302q\354\242\313\328\351<\21\340\21\300\357I\20QW\f\353\352\n\375\30\353Y\336"..., iov_len=4096}, {iov_base="\343\241\36\20~D\234\272Zi\340\305\337\272\200q\2644\2464\334\244\2208\361\341|,\244\300\354\272"..., iov_len=4096}, {iov_base="Sm\221\216(\2\350\265R\300\244^\315\253#2K\363Fn%e\267\356\27G+\6\t\35\20C"..., iov_len=4096}, {iov_base="-m\261\266\35+\316\237B9\370*\23\346)\306.\1\353/\326\205(\33\331\26\261\377i\321\v\235"..., iov_len=4096}, {iov_base="\205\232\321t\332\256\1\24Q\345ZH!\314\265BQ\343%N~\31\372\224\213\23\355\33\n\212!\234"..., iov_len=4096}, {iov_base="(*\0/\221%9,\211\v{NQ$%a\303'\0240\361%T\346\204\32IC\313\4x\205"..., iov_len=4096}, {iov_base="\342](\262\213\215o\0027GW\272w\316\204v$\206\320:\260\217\354=\27\315\3\320\313%\255A"..., iov_len=4096}, {iov_base="\270\370\234\341s\206{;0\317\354\377.|\336\223\301\260\321\215\7_\361\244:\355.\233\206\361/n"..., iov_len=4096}, {iov_base=")o\206\276\227\230\232\22\0\321\354\323\313\32D\2212\315vC\213\334\266\264>\376\355\234\237^\236\275"..., iov_len=4096}, {iov_base="4u\310Y:\256\256PR\27y\260N\311:\23\5\235&U$\264k \214&\200\0175\351A\362"..., iov_len=4096}, {iov_base="\216]%e\36\37\203t\30\250\360D\254\351\240\262\350\204\2432\0\245\215#^0:\3008^\366\35"..., iov_len=4096}, {iov_base="\267\316\265\355\206mP\216\254\264|\371+\17n\324\216^\341&\33\240\326R\271\207&\242_\25\275\246"..., iov_len=4096}, {iov_base="V~I~\206\20=\257\314\224\373\373s\201\305\212l\375v\177?E\247F\214\313\356X\20]t\217"..., iov_len=4096}, {iov_base="]\371\262q\266&\23Swy\254\310D\352\226H\4\26\322\262\220\262\330\363\204\210\t\222\251\264\300d"..., iov_len=4096}, {iov_base="\306\6\276\335j*\335\3527V~\264-j\323\363\237\323\33\370\217\343\23\201\251\225\366\277\335z\332P"..., iov_len=4096}, {iov_base="\375\365u\266\357\300\260\rJd\353\217w\314\207\301\355\262\266\247\345.N\\\203\262o\371\314\300\355\3"..., iov_len=4096}], 24) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=1376256, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=1409024, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59997) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=1441792, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59997) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59997) = 1
writev(3, [{iov_base="\240{\207\306\233\226\254n\356\23`\257\371\221\372\217\227\315\347Y\3158\327\0\324\347\344P\242\242\355\355"..., iov_len=2686}, {iov_base="`\375x\\\3145\235\364\361\343\321'x\377\207\220Y\311\215\231\374~\256Z\2559\2241$\313;\321"..., iov_len=4096}, {iov_base="p\213\275\212k\247w\305\335O)\345\23|\366\256\345\247\314\374\344\10\225%\256\335O\300\363<<\\"..., iov_len=4096}, {iov_base="V+\213\337\4\267>z\366\243\261N\303\30\26o\211\241L\364\177#\270\250\344S\242*\336\333\n\242"..., iov_len=4096}, {iov_base="\234\224P\10\6\25\336\270\311o\374k\24c\311t\345\326\355\33\300\30)\337`\352q\337Hj\311\323"..., iov_len=4096}, {iov_base="v4\22\257a\6\278xl\361\265s\377\336}\r\203\244!\236\302\16_\249\232\323\235\235\323Z"..., iov_len=4096}, {iov_base="'\247HXq`4\24\ra\200G\0\375@ \f\320\245\206\376\366t\314\303\363\221`\27\321\27x"..., iov_len=4096}, {iov_base="\225\215\37\23\26DH\263\262Uad\234Q\32\31\23IYa\332\212\216\341\n4\357\\l\246\266\326"..., iov_len=4096}, {iov_base="\17\255kC\21\302q\354\242\313\328\351<\21\340\21\300\357I\20QW\f\353\352\n\375\30\353Y\336"..., iov_len=4096}, {iov_base="\343\241\36\20~D\234\272Zi\340\305\337\272\200q\2644\2464\334\244\2208\361\341|,\244\300\354\272"..., iov_len=4096}, {iov_base="Sm\221\216(\2\350\265R\300\244^\315\253#2K\363Fn%e\267\356\27G+\6\t\35\20C"..., iov_len=4096}, {iov_base="-m\261\266\35+\316\237B9\370*\23\346)\306.\1\353/\326\205(\33\331\26\261\377i\321\v\235"..., iov_len=4096}, {iov_base="\205\232\321t\332\256\1\24Q\345ZH!\314\265BQ\343%N~\31\372\224\213\23\355\33\n\212!\234"..., iov_len=4096}, {iov_base="(*\0/\221%9,\211\v{NQ$%a\303'\0240\361%T\346\204\32IC\313\4x\205"..., iov_len=4096}, {iov_base="\342](\262\213\215o\0027GW\272w\316\204v$\206\320:\260\217\354=\27\315\3\320\313%\255A"..., iov_len=4096}, {iov_base="\270\370\234\341s\206{;0\317\354\377.|\336\223\301\260\321\215\7_\361\244:\355.\233\206\361/n"..., iov_len=4096}, {iov_base=")o\206\276\227\230\232\22\0\321\354\323\313\32D\2212\315vC\213\334\266\264>\376\355\234\237^\236\275"..., iov_len=4096}, {iov_base="4u\310Y:\256\256PR\27y\260N\311:\23\5\235&U$\264k \214&\200\0175\351A\362"..., iov_len=4096}, {iov_base="\216]%e\36\37\203t\30\250\360D\254\351\240\262\350\204\2432\0\245\215#^0:\3008^\366\35"..., iov_len=4096}, {iov_base="\267\316\265\355\206mP\216\254\264|\371+\17n\324\216^\341&\33\240\326R\271\207&\242_\25\275\246"..., iov_len=4096}, {iov_base="V~I~\206\20=\257\314\224\373\373s\201\305\212l\375v\177?E\247F\214\313\356X\20]t\217"..., iov_len=4096}, {iov_base="]\371\262q\266&\23Swy\254\310D\352\226H\4\26\322\262\220\262\330\363\204\210\t\222\251\264\300d"..., iov_len=4096}, {iov_base="\306\6\276\335j*\335\3527V~\264-j\323\363\237\323\33\370\217\343\23\201\251\225\366\277\335z\332P"..., iov_len=4096}, {iov_base="\375\365u\266\357\300\260\rJd\353\217w\314\207\301\355\262\266\247\345.N\\\203\262o\371\314\300\355\3"..., iov_len=4096}, {iov_base="c\234 \272\336\240\265\7\264h\207\36\270'\334\204\342\rr\30\366y\243q\3248tV \2508c"..., iov_len=4096}, {iov_base="\356Lj_\362\"\351Z\354\23n\177\265\324\32\267\332\367k\6\232\206\32\356\222\301\271\273[\23\324\370"..., iov_len=4096}, {iov_base="+/\23\315w\34T^>\221?F\245\250\355\26R\367\331\257\267\261\364\277\305\v?\227A\340\253\231"..., iov_len=4096}, {iov_base="a\2210\316\340\r\234\37\24\217\tv\304\333EmG\0\312>z\363\21\355\354ON\366_\376rr"..., iov_len=4096}, {iov_base="\237\221h\334\213\272d4\257\275B\253\260G\7I\2\330\325:\214.\375I8\240z\321j~\30\200"..., iov_len=4096}, {iov_base="\23\305\214\337\314=\205\336\313m\226\2\250\221<\350;)y\346\v\214\17n[\203\360\22\276\300\336p"..., iov_len=4096}, {iov_base="\rP\370\206\207\" \365\251\231M\321\360u\363og\227\365M\2463\3467\364\212\211r=P\31<"..., iov_len=4096}, {iov_base="\35(\202\24F\363r\211\272\t\336\24~=u\\\375\236\322\273\210\26\204\37iXb\"R\366\4\373"..., iov_len=4096}], 32) = 38610
writev(3, [{iov_base="\4=\365\240\244\261\305\"\0tm\273\236\254\252c\330\241L\344\207k\25 r\366\34U\34\366\28"..., iov_len=940}, {iov_base="Sm\221\216(\2\350\265R\300\244^\315\253#2K\363Fn%e\267\356\27G+\6\t\35\20C"..., iov_len=4096}, {iov_base="-m\261\266\35+\316\237B9\370*\23\346)\306.\1\353/\326\205(\33\331\26\261\377i\321\v\235"..., iov_len=4096}, {iov_base="\205\232\321t\332\256\1\24Q\345ZH!\314\265BQ\343%N~\31\372\224\213\23\355\33\n\212!\234"..., iov_len=4096}, {iov_base="(*\0/\221%9,\211\v{NQ$%a\303'\0240\361%T\346\204\32IC\313\4x\205"..., iov_len=4096}, {iov_base="\342](\262\213\215o\0027GW\272w\316\204v$\206\320:\260\217\354=\27\315\3\320\313%\255A"..., iov_len=4096}, {iov_base="\270\370\234\341s\206{;0\317\354\377.|\336\223\301\260\321\215\7_\361\244:\355.\233\206\361/n"..., iov_len=4096}, {iov_base=")o\206\276\227\230\232\22\0\321\354\323\313\32D\2212\315vC\213\334\266\264>\376\355\234\237^\236\275"..., iov_len=4096}, {iov_base="4u\310Y:\256\256PR\27y\260N\311:\23\5\235&U$\264k \214&\200\0175\351A\362"..., iov_len=4096}, {iov_base="\216]%e\36\37\203t\30\250\360D\254\351\240\262\350\204\2432\0\245\215#^0:\3008^\366\35"..., iov_len=4096}, {iov_base="\267\316\265\355\206mP\216\254\264|\371+\17n\324\216^\341&\33\240\326R\271\207&\242_\25\275\246"..., iov_len=4096}, {iov_base="V~I~\206\20=\257\314\224\373\373s\201\305\212l\375v\177?E\247F\214\313\356X\20]t\217"..., iov_len=4096}, {iov_base="]\371\262q\266&\23Swy\254\310D\352\226H\4\26\322\262\220\262\330\363\204\210\t\222\251\264\300d"..., iov_len=4096}, {iov_base="\306\6\276\335j*\335\3527V~\264-j\323\363\237\323\33\370\217\343\23\201\251\225\366\277\335z\332P"..., iov_len=4096}, {iov_base="\375\365u\266\357\300\260\rJd\353\217w\314\207\301\355\262\266\247\345.N\\\203\262o\371\314\300\355\3"..., iov_len=4096}, {iov_base="c\234 \272\336\240\265\7\264h\207\36\270'\334\204\342\rr\30\366y\243q\3248tV \2508c"..., iov_len=4096}, {iov_base="\356Lj_\362\"\351Z\354\23n\177\265\324\32\267\332\367k\6\232\206\32\356\222\301\271\273[\23\324\370"..., iov_len=4096}, {iov_base="+/\23\315w\34T^>\221?F\245\250\355\26R\367\331\257\267\261\364\277\305\v?\227A\340\253\231"..., iov_len=4096}, {iov_base="a\2210\316\340\r\234\37\24\217\tv\304\333EmG\0\312>z\363\21\355\354ON\366_\376rr"..., iov_len=4096}, {iov_base="\237\221h\334\213\272d4\257\275B\253\260G\7I\2\330\325:\214.\375I8\240z\321j~\30\200"..., iov_len=4096}, {iov_base="\23\305\214\337\314=\205\336\313m\226\2\250\221<\350;)y\346\v\214\17n[\203\360\22\276\300\336p"..., iov_len=4096}, {iov_base="\rP\370\206\207\" \365\251\231M\321\360u\363og\227\365M\2463\3467\364\212\211r=P\31<"..., iov_len=4096}, {iov_base="\35(\202\24F\363r\211\272\t\336\24~=u\\\375\236\322\273\210\26\204\37iXb\"R\366\4\373"..., iov_len=4096}], 23) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=1474560, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59788) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=1507328, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59785) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=1540096, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59784) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=1572864, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59783) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59783) = 1
writev(3, [{iov_base="\4=\365\240\244\261\305\"\0tm\273\236\254\252c\330\241L\344\207k\25 r\366\34U\34\366\28"..., iov_len=940}, {iov_base="Sm\221\216(\2\350\265R\300\244^\315\253#2K\363Fn%e\267\356\27G+\6\t\35\20C"..., iov_len=4096}, {iov_base="-m\261\266\35+\316\237B9\370*\23\346)\306.\1\353/\326\205(\33\331\26\261\377i\321\v\235"..., iov_len=4096}, {iov_base="\205\232\321t\332\256\1\24Q\345ZH!\314\265BQ\343%N~\31\372\224\213\23\355\33\n\212!\234"..., iov_len=4096}, {iov_base="(*\0/\221%9,\211\v{NQ$%a\303'\0240\361%T\346\204\32IC\313\4x\205"..., iov_len=4096}, {iov_base="\342](\262\213\215o\0027GW\272w\316\204v$\206\320:\260\217\354=\27\315\3\320\313%\255A"..., iov_len=4096}, {iov_base="\270\370\234\341s\206{;0\317\354\377.|\336\223\301\260\321\215\7_\361\244:\355.\233\206\361/n"..., iov_len=4096}, {iov_base=")o\206\276\227\230\232\22\0\321\354\323\313\32D\2212\315vC\213\334\266\264>\376\355\234\237^\236\275"..., iov_len=4096}, {iov_base="4u\310Y:\256\256PR\27y\260N\311:\23\5\235&U$\264k \214&\200\0175\351A\362"..., iov_len=4096}, {iov_base="\216]%e\36\37\203t\30\250\360D\254\351\240\262\350\204\2432\0\245\215#^0:\3008^\366\35"..., iov_len=4096}, {iov_base="\267\316\265\355\206mP\216\254\264|\371+\17n\324\216^\341&\33\240\326R\271\207&\242_\25\275\246"..., iov_len=4096}, {iov_base="V~I~\206\20=\257\314\224\373\373s\201\305\212l\375v\177?E\247F\214\313\356X\20]t\217"..., iov_len=4096}, {iov_base="]\371\262q\266&\23Swy\254\310D\352\226H\4\26\322\262\220\262\330\363\204\210\t\222\251\264\300d"..., iov_len=4096}, {iov_base="\306\6\276\335j*\335\3527V~\264-j\323\363\237\323\33\370\217\343\23\201\251\225\366\277\335z\332P"..., iov_len=4096}, {iov_base="\375\365u\266\357\300\260\rJd\353\217w\314\207\301\355\262\266\247\345.N\\\203\262o\371\314\300\355\3"..., iov_len=4096}, {iov_base="c\234 \272\336\240\265\7\264h\207\36\270'\334\204\342\rr\30\366y\243q\3248tV \2508c"..., iov_len=4096}, {iov_base="\356Lj_\362\"\351Z\354\23n\177\265\324\32\267\332\367k\6\232\206\32\356\222\301\271\273[\23\324\370"..., iov_len=4096}, {iov_base="+/\23\315w\34T^>\221?F\245\250\355\26R\367\331\257\267\261\364\277\305\v?\227A\340\253\231"..., iov_len=4096}, {iov_base="a\2210\316\340\r\234\37\24\217\tv\304\333EmG\0\312>z\363\21\355\354ON\366_\376rr"..., iov_len=4096}, {iov_base="\237\221h\334\213\272d4\257\275B\253\260G\7I\2\330\325:\214.\375I8\240z\321j~\30\200"..., iov_len=4096}, {iov_base="\23\305\214\337\314=\205\336\313m\226\2\250\221<\350;)y\346\v\214\17n[\203\360\22\276\300\336p"..., iov_len=4096}, {iov_base="\rP\370\206\207\" \365\251\231M\321\360u\363og\227\365M\2463\3467\364\212\211r=P\31<"..., iov_len=4096}, {iov_base="\35(\202\24F\363r\211\272\t\336\24~=u\\\375\236\322\273\210\26\204\37iXb\"R\366\4\373"..., iov_len=4096}, {iov_base="\271\23t[\275\35\325\253{\1H\250\7\0\33\fx\250\207pO)\377Z\317\261,\365\215ma\267"..., iov_len=4096}, {iov_base="<\307\200\272QX\220\223o\32\351\34x\325\335\\yaa\26\313\324aH\310\30\373\263 \3654w"..., iov_len=4096}, {iov_base="0\22a\206\352\264\364\1/q\2108\235I\366\372\203t\213Q1?\365\225H\206\200\10c\t\310\331"..., iov_len=4096}, {iov_base="\3\234\241\242%\361\21\313\327\257j\220Z2\31\317;\27\27\350Ta\274\210\360\204\222dz\210X\247"..., iov_len=4096}, {iov_base="jL\32\\\212Q\210\6\357~\277\10\225\340e\372\341\356[mSwu|\242D-\207'\301\225\262"..., iov_len=4096}, {iov_base="[r\317%dB\37\225\335\224\336\237{Ne\v\263O1\357\303 \35*\236\247\0247\322Q\1\343"..., iov_len=4096}, {iov_base="\365\260\271\366z\361\363\240\27\303nB\37\250\306^\212\207\262k]\344\200\311w\211W\250\204\0\247\252"..., iov_len=4096}, {iov_base="\22\262?\27~\32\2507\31\367 \355\260\345\262\220{\320\215\4\200\255\273\0204W\356H(<\343\242"..., iov_len=4096}, {iov_base=";v\23\325C\5$|\255\0K\266v\225\220\245n,bd\374\273\212jB\v\2343\372$\333J"..., iov_len=4096}], 32) = 35750
writev(3, [{iov_base="h\213\354\2103\272\211V\307e\364\212{XSMo\370\34\t/\200\246M\243\20u\230\35Q\377z"..., iov_len=2054}, {iov_base="\267\316\265\355\206mP\216\254\264|\371+\17n\324\216^\341&\33\240\326R\271\207&\242_\25\275\246"..., iov_len=4096}, {iov_base="V~I~\206\20=\257\314\224\373\373s\201\305\212l\375v\177?E\247F\214\313\356X\20]t\217"..., iov_len=4096}, {iov_base="]\371\262q\266&\23Swy\254\310D\352\226H\4\26\322\262\220\262\330\363\204\210\t\222\251\264\300d"..., iov_len=4096}, {iov_base="\306\6\276\335j*\335\3527V~\264-j\323\363\237\323\33\370\217\343\23\201\251\225\366\277\335z\332P"..., iov_len=4096}, {iov_base="\375\365u\266\357\300\260\rJd\353\217w\314\207\301\355\262\266\247\345.N\\\203\262o\371\314\300\355\3"..., iov_len=4096}, {iov_base="c\234 \272\336\240\265\7\264h\207\36\270'\334\204\342\rr\30\366y\243q\3248tV \2508c"..., iov_len=4096}, {iov_base="\356Lj_\362\"\351Z\354\23n\177\265\324\32\267\332\367k\6\232\206\32\356\222\301\271\273[\23\324\370"..., iov_len=4096}, {iov_base="+/\23\315w\34T^>\221?F\245\250\355\26R\367\331\257\267\261\364\277\305\v?\227A\340\253\231"..., iov_len=4096}, {iov_base="a\2210\316\340\r\234\37\24\217\tv\304\333EmG\0\312>z\363\21\355\354ON\366_\376rr"..., iov_len=4096}, {iov_base="\237\221h\334\213\272d4\257\275B\253\260G\7I\2\330\325:\214.\375I8\240z\321j~\30\200"..., iov_len=4096}, {iov_base="\23\305\214\337\314=\205\336\313m\226\2\250\221<\350;)y\346\v\214\17n[\203\360\22\276\300\336p"..., iov_len=4096}, {iov_base="\rP\370\206\207\" \365\251\231M\321\360u\363og\227\365M\2463\3467\364\212\211r=P\31<"..., iov_len=4096}, {iov_base="\35(\202\24F\363r\211\272\t\336\24~=u\\\375\236\322\273\210\26\204\37iXb\"R\366\4\373"..., iov_len=4096}, {iov_base="\271\23t[\275\35\325\253{\1H\250\7\0\33\fx\250\207pO)\377Z\317\261,\365\215ma\267"..., iov_len=4096}, {iov_base="<\307\200\272QX\220\223o\32\351\34x\325\335\\yaa\26\313\324aH\310\30\373\263 \3654w"..., iov_len=4096}, {iov_base="0\22a\206\352\264\364\1/q\2108\235I\366\372\203t\213Q1?\365\225H\206\200\10c\t\310\331"..., iov_len=4096}, {iov_base="\3\234\241\242%\361\21\313\327\257j\220Z2\31\317;\27\27\350Ta\274\210\360\204\222dz\210X\247"..., iov_len=4096}, {iov_base="jL\32\\\212Q\210\6\357~\277\10\225\340e\372\341\356[mSwu|\242D-\207'\301\225\262"..., iov_len=4096}, {iov_base="[r\317%dB\37\225\335\224\336\237{Ne\v\263O1\357\303 \35*\236\247\0247\322Q\1\343"..., iov_len=4096}, {iov_base="\365\260\271\366z\361\363\240\27\303nB\37\250\306^\212\207\262k]\344\200\311w\211W\250\204\0\247\252"..., iov_len=4096}, {iov_base="\22\262?\27~\32\2507\31\367 \355\260\345\262\220{\320\215\4\200\255\273\0204W\356H(<\343\242"..., iov_len=4096}, {iov_base=";v\23\325C\5$|\255\0K\266v\225\220\245n,bd\374\273\212jB\v\2343\372$\333J"..., iov_len=4096}], 23) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=1605632, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=1638400, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59997) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=1671168, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59997) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59996) = 1
writev(3, [{iov_base="h\213\354\2103\272\211V\307e\364\212{XSMo\370\34\t/\200\246M\243\20u\230\35Q\377z"..., iov_len=2054}, {iov_base="\267\316\265\355\206mP\216\254\264|\371+\17n\324\216^\341&\33\240\326R\271\207&\242_\25\275\246"..., iov_len=4096}, {iov_base="V~I~\206\20=\257\314\224\373\373s\201\305\212l\375v\177?E\247F\214\313\356X\20]t\217"..., iov_len=4096}, {iov_base="]\371\262q\266&\23Swy\254\310D\352\226H\4\26\322\262\220\262\330\363\204\210\t\222\251\264\300d"..., iov_len=4096}, {iov_base="\306\6\276\335j*\335\3527V~\264-j\323\363\237\323\33\370\217\343\23\201\251\225\366\277\335z\332P"..., iov_len=4096}, {iov_base="\375\365u\266\357\300\260\rJd\353\217w\314\207\301\355\262\266\247\345.N\\\203\262o\371\314\300\355\3"..., iov_len=4096}, {iov_base="c\234 \272\336\240\265\7\264h\207\36\270'\334\204\342\rr\30\366y\243q\3248tV \2508c"..., iov_len=4096}, {iov_base="\356Lj_\362\"\351Z\354\23n\177\265\324\32\267\332\367k\6\232\206\32\356\222\301\271\273[\23\324\370"..., iov_len=4096}, {iov_base="+/\23\315w\34T^>\221?F\245\250\355\26R\367\331\257\267\261\364\277\305\v?\227A\340\253\231"..., iov_len=4096}, {iov_base="a\2210\316\340\r\234\37\24\217\tv\304\333EmG\0\312>z\363\21\355\354ON\366_\376rr"..., iov_len=4096}, {iov_base="\237\221h\334\213\272d4\257\275B\253\260G\7I\2\330\325:\214.\375I8\240z\321j~\30\200"..., iov_len=4096}, {iov_base="\23\305\214\337\314=\205\336\313m\226\2\250\221<\350;)y\346\v\214\17n[\203\360\22\276\300\336p"..., iov_len=4096}, {iov_base="\rP\370\206\207\" \365\251\231M\321\360u\363og\227\365M\2463\3467\364\212\211r=P\31<"..., iov_len=4096}, {iov_base="\35(\202\24F\363r\211\272\t\336\24~=u\\\375\236\322\273\210\26\204\37iXb\"R\366\4\373"..., iov_len=4096}, {iov_base="\271\23t[\275\35\325\253{\1H\250\7\0\33\fx\250\207pO)\377Z\317\261,\365\215ma\267"..., iov_len=4096}, {iov_base="<\307\200\272QX\220\223o\32\351\34x\325\335\\yaa\26\313\324aH\310\30\373\263 \3654w"..., iov_len=4096}, {iov_base="0\22a\206\352\264\364\1/q\2108\235I\366\372\203t\213Q1?\365\225H\206\200\10c\t\310\331"..., iov_len=4096}, {iov_base="\3\234\241\242%\361\21\313\327\257j\220Z2\31\317;\27\27\350Ta\274\210\360\204\222dz\210X\247"..., iov_len=4096}, {iov_base="jL\32\\\212Q\210\6\357~\277\10\225\340e\372\341\356[mSwu|\242D-\207'\301\225\262"..., iov_len=4096}, {iov_base="[r\317%dB\37\225\335\224\336\237{Ne\v\263O1\357\303 \35*\236\247\0247\322Q\1\343"..., iov_len=4096}, {iov_base="\365\260\271\366z\361\363\240\27\303nB\37\250\306^\212\207\262k]\344\200\311w\211W\250\204\0\247\252"..., iov_len=4096}, {iov_base="\22\262?\27~\32\2507\31\367 \355\260\345\262\220{\320\215\4\200\255\273\0204W\356H(<\343\242"..., iov_len=4096}, {iov_base=";v\23\325C\5$|\255\0K\266v\225\220\245n,bd\374\273\212jB\v\2343\372$\333J"..., iov_len=4096}, {iov_base="\356\307\333]\230\266\353I\312\352\363\264]\276\354\350h\265\202\"]E\311\210\210!\335\312\262-\257\33"..., iov_len=4096}, {iov_base="\202\30\3335\251\330\6w?\377\3619qK\311\222g%\224\357\341\32\345\255h\356\342\360\326o\335\241"..., iov_len=4096}, {iov_base="t\221\32\266r\320mw\37\303a\200\222\207\356\220\216\315\247\235\216r\"\2605\361\350\f\201\3334N"..., iov_len=4096}, {iov_base="L\256\t\27\255\256\314\27<V?\302\263\4U\203\10\f\35\313\371\21\353a\372N6\275\n\335\216\342"..., iov_len=4096}, {iov_base="\274n\335\320r\335\342\361\252u\17\227e\30\302\vb\247n\324\275Z+\332\331\352N\235\233\316N\335"..., iov_len=4096}, {iov_base="?\325\200\316a\352\347W\273z\305q\374\3642;BK\340\32\31(z\303\262\313\367y\367\317\311."..., iov_len=4096}, {iov_base="\203\274y0\236\251f\210\311\227\25\360\r\254\325\375\177pP\333\233\260:\330\266L\256\265N~{G"..., iov_len=4096}, {iov_base="S\257^\345\37h\260\5,P5\274\254/\2334\346B;\214\27\355\361-\210MS\24d\256h\342"..., iov_len=4096}, {iov_base="wT\357\303\371s\332\211\233\367\30\250;\374\223\206\242\"g$\356Dg\223i<;\237'\177\274_"..., iov_len=4096}], 32) = 35750
writev(3, [{iov_base="\301\316y\260\\\340\254\215g\17{R[\3209\363\216@\354qm\373\314\333C\257o\377\340j\235U"..., iov_len=3168}, {iov_base="\237\221h\334\213\272d4\257\275B\253\260G\7I\2\330\325:\214.\375I8\240z\321j~\30\200"..., iov_len=4096}, {iov_base="\23\305\214\337\314=\205\336\313m\226\2\250\221<\350;)y\346\v\214\17n[\203\360\22\276\300\336p"..., iov_len=4096}, {iov_base="\rP\370\206\207\" \365\251\231M\321\360u\363og\227\365M\2463\3467\364\212\211r=P\31<"..., iov_len=4096}, {iov_base="\35(\202\24F\363r\211\272\t\336\24~=u\\\375\236\322\273\210\26\204\37iXb\"R\366\4\373"..., iov_len=4096}, {iov_base="\271\23t[\275\35\325\253{\1H\250\7\0\33\fx\250\207pO)\377Z\317\261,\365\215ma\267"..., iov_len=4096}, {iov_base="<\307\200\272QX\220\223o\32\351\34x\325\335\\yaa\26\313\324aH\310\30\373\263 \3654w"..., iov_len=4096}, {iov_base="0\22a\206\352\264\364\1/q\2108\235I\366\372\203t\213Q1?\365\225H\206\200\10c\t\310\331"..., iov_len=4096}, {iov_base="\3\234\241\242%\361\21\313\327\257j\220Z2\31\317;\27\27\350Ta\274\210\360\204\222dz\210X\247"..., iov_len=4096}, {iov_base="jL\32\\\212Q\210\6\357~\277\10\225\340e\372\341\356[mSwu|\242D-\207'\301\225\262"..., iov_len=4096}, {iov_base="[r\317%dB\37\225\335\224\336\237{Ne\v\263O1\357\303 \35*\236\247\0247\322Q\1\343"..., iov_len=4096}, {iov_base="\365\260\271\366z\361\363\240\27\303nB\37\250\306^\212\207\262k]\344\200\311w\211W\250\204\0\247\252"..., iov_len=4096}, {iov_base="\22\262?\27~\32\2507\31\367 \355\260\345\262\220{\320\215\4\200\255\273\0204W\356H(<\343\242"..., iov_len=4096}, {iov_base=";v\23\325C\5$|\255\0K\266v\225\220\245n,bd\374\273\212jB\v\2343\372$\333J"..., iov_len=4096}, {iov_base="\356\307\333]\230\266\353I\312\352\363\264]\276\354\350h\265\202\"]E\311\210\210!\335\312\262-\257\33"..., iov_len=4096}, {iov_base="\202\30\3335\251\330\6w?\377\3619qK\311\222g%\224\357\341\32\345\255h\356\342\360\326o\335\241"..., iov_len=4096}, {iov_base="t\221\32\266r\320mw\37\303a\200\222\207\356\220\216\315\247\235\216r\"\2605\361\350\f\201\3334N"..., iov_len=4096}, {iov_base="L\256\t\27\255\256\314\27<V?\302\263\4U\203\10\f\35\313\371\21\353a\372N6\275\n\335\216\342"..., iov_len=4096}, {iov_base="\274n\335\320r\335\342\361\252u\17\227e\30\302\vb\247n\324\275Z+\332\331\352N\235\233\316N\335"..., iov_len=4096}, {iov_base="?\325\200\316a\352\347W\273z\305q\374\3642;BK\340\32\31(z\303\262\313\367y\367\317\311."..., iov_len=4096}, {iov_base="\203\274y0\236\251f\210\311\227\25\360\r\254\325\375\177pP\333\233\260:\330\266L\256\265N~{G"..., iov_len=4096}, {iov_base="S\257^\345\37h\260\5,P5\274\254/\2334\346B;\214\27\355\361-\210MS\24d\256h\342"..., iov_len=4096}, {iov_base="wT\357\303\371s\332\211\233\367\30\250;\374\223\206\242\"g$\356Dg\223i<;\237'\177\274_"..., iov_len=4096}], 23) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=1703936, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=1736704, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59998) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=1769472, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59997) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59997) = 1
writev(3, [{iov_base="\301\316y\260\\\340\254\215g\17{R[\3209\363\216@\354qm\373\314\333C\257o\377\340j\235U"..., iov_len=3168}, {iov_base="\237\221h\334\213\272d4\257\275B\253\260G\7I\2\330\325:\214.\375I8\240z\321j~\30\200"..., iov_len=4096}, {iov_base="\23\305\214\337\314=\205\336\313m\226\2\250\221<\350;)y\346\v\214\17n[\203\360\22\276\300\336p"..., iov_len=4096}, {iov_base="\rP\370\206\207\" \365\251\231M\321\360u\363og\227\365M\2463\3467\364\212\211r=P\31<"..., iov_len=4096}, {iov_base="\35(\202\24F\363r\211\272\t\336\24~=u\\\375\236\322\273\210\26\204\37iXb\"R\366\4\373"..., iov_len=4096}, {iov_base="\271\23t[\275\35\325\253{\1H\250\7\0\33\fx\250\207pO)\377Z\317\261,\365\215ma\267"..., iov_len=4096}, {iov_base="<\307\200\272QX\220\223o\32\351\34x\325\335\\yaa\26\313\324aH\310\30\373\263 \3654w"..., iov_len=4096}, {iov_base="0\22a\206\352\264\364\1/q\2108\235I\366\372\203t\213Q1?\365\225H\206\200\10c\t\310\331"..., iov_len=4096}, {iov_base="\3\234\241\242%\361\21\313\327\257j\220Z2\31\317;\27\27\350Ta\274\210\360\204\222dz\210X\247"..., iov_len=4096}, {iov_base="jL\32\\\212Q\210\6\357~\277\10\225\340e\372\341\356[mSwu|\242D-\207'\301\225\262"..., iov_len=4096}, {iov_base="[r\317%dB\37\225\335\224\336\237{Ne\v\263O1\357\303 \35*\236\247\0247\322Q\1\343"..., iov_len=4096}, {iov_base="\365\260\271\366z\361\363\240\27\303nB\37\250\306^\212\207\262k]\344\200\311w\211W\250\204\0\247\252"..., iov_len=4096}, {iov_base="\22\262?\27~\32\2507\31\367 \355\260\345\262\220{\320\215\4\200\255\273\0204W\356H(<\343\242"..., iov_len=4096}, {iov_base=";v\23\325C\5$|\255\0K\266v\225\220\245n,bd\374\273\212jB\v\2343\372$\333J"..., iov_len=4096}, {iov_base="\356\307\333]\230\266\353I\312\352\363\264]\276\354\350h\265\202\"]E\311\210\210!\335\312\262-\257\33"..., iov_len=4096}, {iov_base="\202\30\3335\251\330\6w?\377\3619qK\311\222g%\224\357\341\32\345\255h\356\342\360\326o\335\241"..., iov_len=4096}, {iov_base="t\221\32\266r\320mw\37\303a\200\222\207\356\220\216\315\247\235\216r\"\2605\361\350\f\201\3334N"..., iov_len=4096}, {iov_base="L\256\t\27\255\256\314\27<V?\302\263\4U\203\10\f\35\313\371\21\353a\372N6\275\n\335\216\342"..., iov_len=4096}, {iov_base="\274n\335\320r\335\342\361\252u\17\227e\30\302\vb\247n\324\275Z+\332\331\352N\235\233\316N\335"..., iov_len=4096}, {iov_base="?\325\200\316a\352\347W\273z\305q\374\3642;BK\340\32\31(z\303\262\313\367y\367\317\311."..., iov_len=4096}, {iov_base="\203\274y0\236\251f\210\311\227\25\360\r\254\325\375\177pP\333\233\260:\330\266L\256\265N~{G"..., iov_len=4096}, {iov_base="S\257^\345\37h\260\5,P5\274\254/\2334\346B;\214\27\355\361-\210MS\24d\256h\342"..., iov_len=4096}, {iov_base="wT\357\303\371s\332\211\233\367\30\250;\374\223\206\242\"g$\356Dg\223i<;\237'\177\274_"..., iov_len=4096}, {iov_base="y<\vT~*\316ue\331\373L\242b\22\211\327@\17\356\3660\310 <n\275\351r\352`\375"..., iov_len=4096}, {iov_base="\372\24aT\326\215~++\251O\35\200\371\342\343#\351\307_\265\217\2442\301\342!M\353\201a\233"..., iov_len=4096}, {iov_base="=\334\206\2\256T\n8\32/\341?Bx1#<\326\220U\n\270\324l\305C\276\261UT\2256"..., iov_len=4096}, {iov_base="\344\317|\24\r\275\37Q\315\177s\221E\357G?\321\335\370\v\304.\320O\350.\"=\2500\371\276"..., iov_len=4096}, {iov_base="\30\264\17/\366\10(h\32.\376\333\337?\215g\311\234\26\5d.\221\306\5`\233\216\367\"\235r"..., iov_len=4096}, {iov_base="7B[\n\4\250K\30[!QI\6\375^/\254\266F\251\275\325\256(\375k\232\355\236\306\231V"..., iov_len=4096}, {iov_base="\324\202\343U\313\247!\20\0\0Kr\345\351\310!\361v8\337\362c\25\337\323\207u\240s\23$,"..., iov_len=4096}, {iov_base="|q2\270\r\265\250$\t\\^;I\27\374\325\204\245#_`\377\352IKU\231\265\374\367\312\354"..., iov_len=4096}, {iov_base="\0\206\1d^1\0\32R\264\337DW\214\351\225\7\3\257Us\333\346\352\353\333p\22\301J\317\310"..., iov_len=4096}], 32) = 35750
writev(3, [{iov_base="\355\310+\5mpD\244\2\2636\vQp\10\362\2\210\7KP\247\35\373\274T1H$N\234\32"..., iov_len=186}, {iov_base="jL\32\\\212Q\210\6\357~\277\10\225\340e\372\341\356[mSwu|\242D-\207'\301\225\262"..., iov_len=4096}, {iov_base="[r\317%dB\37\225\335\224\336\237{Ne\v\263O1\357\303 \35*\236\247\0247\322Q\1\343"..., iov_len=4096}, {iov_base="\365\260\271\366z\361\363\240\27\303nB\37\250\306^\212\207\262k]\344\200\311w\211W\250\204\0\247\252"..., iov_len=4096}, {iov_base="\22\262?\27~\32\2507\31\367 \355\260\345\262\220{\320\215\4\200\255\273\0204W\356H(<\343\242"..., iov_len=4096}, {iov_base=";v\23\325C\5$|\255\0K\266v\225\220\245n,bd\374\273\212jB\v\2343\372$\333J"..., iov_len=4096}, {iov_base="\356\307\333]\230\266\353I\312\352\363\264]\276\354\350h\265\202\"]E\311\210\210!\335\312\262-\257\33"..., iov_len=4096}, {iov_base="\202\30\3335\251\330\6w?\377\3619qK\311\222g%\224\357\341\32\345\255h\356\342\360\326o\335\241"..., iov_len=4096}, {iov_base="t\221\32\266r\320mw\37\303a\200\222\207\356\220\216\315\247\235\216r\"\2605\361\350\f\201\3334N"..., iov_len=4096}, {iov_base="L\256\t\27\255\256\314\27<V?\302\263\4U\203\10\f\35\313\371\21\353a\372N6\275\n\335\216\342"..., iov_len=4096}, {iov_base="\274n\335\320r\335\342\361\252u\17\227e\30\302\vb\247n\324\275Z+\332\331\352N\235\233\316N\335"..., iov_len=4096}, {iov_base="?\325\200\316a\352\347W\273z\305q\374\3642;BK\340\32\31(z\303\262\313\367y\367\317\311."..., iov_len=4096}, {iov_base="\203\274y0\236\251f\210\311\227\25\360\r\254\325\375\177pP\333\233\260:\330\266L\256\265N~{G"..., iov_len=4096}, {iov_base="S\257^\345\37h\260\5,P5\274\254/\2334\346B;\214\27\355\361-\210MS\24d\256h\342"..., iov_len=4096}, {iov_base="wT\357\303\371s\332\211\233\367\30\250;\374\223\206\242\"g$\356Dg\223i<;\237'\177\274_"..., iov_len=4096}, {iov_base="y<\vT~*\316ue\331\373L\242b\22\211\327@\17\356\3660\310 <n\275\351r\352`\375"..., iov_len=4096}, {iov_base="\372\24aT\326\215~++\251O\35\200\371\342\343#\351\307_\265\217\2442\301\342!M\353\201a\233"..., iov_len=4096}, {iov_base="=\334\206\2\256T\n8\32/\341?Bx1#<\326\220U\n\270\324l\305C\276\261UT\2256"..., iov_len=4096}, {iov_base="\344\317|\24\r\275\37Q\315\177s\221E\357G?\321\335\370\v\304.\320O\350.\"=\2500\371\276"..., iov_len=4096}, {iov_base="\30\264\17/\366\10(h\32.\376\333\337?\215g\311\234\26\5d.\221\306\5`\233\216\367\"\235r"..., iov_len=4096}, {iov_base="7B[\n\4\250K\30[!QI\6\375^/\254\266F\251\275\325\256(\375k\232\355\236\306\231V"..., iov_len=4096}, {iov_base="\324\202\343U\313\247!\20\0\0Kr\345\351\310!\361v8\337\362c\25\337\323\207u\240s\23$,"..., iov_len=4096}, {iov_base="|q2\270\r\265\250$\t\\^;I\27\374\325\204\245#_`\377\352IKU\231\265\374\367\312\354"..., iov_len=4096}, {iov_base="\0\206\1d^1\0\32R\264\337DW\214\351\225\7\3\257Us\333\346\352\353\333p\22\301J\317\310"..., iov_len=4096}], 24) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=1802240, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x180b600, aio_nbytes=32768, aio_offset=1835008, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59998) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17b7200, aio_nbytes=32768, aio_offset=1867776, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59996) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
brk(NULL)                               = 0x1819000
brk(0x183a000)                          = 0x183a000
fcntl(6, F_GETFL)                       = 0xc800 (flags O_RDONLY|O_NONBLOCK|O_DIRECT|O_LARGEFILE)
fcntl(6, F_SETFL, O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 0
io_submit(0x7f1445f65000, 1, [{aio_data=0x178dd90, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1813610, aio_nbytes=24804, aio_offset=1900544, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59996) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x178dd90, obj=0x178dd50, res=24804, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
fcntl(6, F_GETFL)                       = 0x8800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE)
fcntl(6, F_SETFL, O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(6, F_GETFL)                       = 0x8800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE)
fcntl(6, F_SETFL, O_RDONLY|O_NONBLOCK|O_DIRECT|O_LARGEFILE) = 0
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59994) = 1
writev(3, [{iov_base="\355\310+\5mpD\244\2\2636\vQp\10\362\2\210\7KP\247\35\373\274T1H$N\234\32"..., iov_len=186}, {iov_base="jL\32\\\212Q\210\6\357~\277\10\225\340e\372\341\356[mSwu|\242D-\207'\301\225\262"..., iov_len=4096}, {iov_base="[r\317%dB\37\225\335\224\336\237{Ne\v\263O1\357\303 \35*\236\247\0247\322Q\1\343"..., iov_len=4096}, {iov_base="\365\260\271\366z\361\363\240\27\303nB\37\250\306^\212\207\262k]\344\200\311w\211W\250\204\0\247\252"..., iov_len=4096}, {iov_base="\22\262?\27~\32\2507\31\367 \355\260\345\262\220{\320\215\4\200\255\273\0204W\356H(<\343\242"..., iov_len=4096}, {iov_base=";v\23\325C\5$|\255\0K\266v\225\220\245n,bd\374\273\212jB\v\2343\372$\333J"..., iov_len=4096}, {iov_base="\356\307\333]\230\266\353I\312\352\363\264]\276\354\350h\265\202\"]E\311\210\210!\335\312\262-\257\33"..., iov_len=4096}, {iov_base="\202\30\3335\251\330\6w?\377\3619qK\311\222g%\224\357\341\32\345\255h\356\342\360\326o\335\241"..., iov_len=4096}, {iov_base="t\221\32\266r\320mw\37\303a\200\222\207\356\220\216\315\247\235\216r\"\2605\361\350\f\201\3334N"..., iov_len=4096}, {iov_base="L\256\t\27\255\256\314\27<V?\302\263\4U\203\10\f\35\313\371\21\353a\372N6\275\n\335\216\342"..., iov_len=4096}, {iov_base="\274n\335\320r\335\342\361\252u\17\227e\30\302\vb\247n\324\275Z+\332\331\352N\235\233\316N\335"..., iov_len=4096}, {iov_base="?\325\200\316a\352\347W\273z\305q\374\3642;BK\340\32\31(z\303\262\313\367y\367\317\311."..., iov_len=4096}, {iov_base="\203\274y0\236\251f\210\311\227\25\360\r\254\325\375\177pP\333\233\260:\330\266L\256\265N~{G"..., iov_len=4096}, {iov_base="S\257^\345\37h\260\5,P5\274\254/\2334\346B;\214\27\355\361-\210MS\24d\256h\342"..., iov_len=4096}, {iov_base="wT\357\303\371s\332\211\233\367\30\250;\374\223\206\242\"g$\356Dg\223i<;\237'\177\274_"..., iov_len=4096}, {iov_base="y<\vT~*\316ue\331\373L\242b\22\211\327@\17\356\3660\310 <n\275\351r\352`\375"..., iov_len=4096}, {iov_base="\372\24aT\326\215~++\251O\35\200\371\342\343#\351\307_\265\217\2442\301\342!M\353\201a\233"..., iov_len=4096}, {iov_base="=\334\206\2\256T\n8\32/\341?Bx1#<\326\220U\n\270\324l\305C\276\261UT\2256"..., iov_len=4096}, {iov_base="\344\317|\24\r\275\37Q\315\177s\221E\357G?\321\335\370\v\304.\320O\350.\"=\2500\371\276"..., iov_len=4096}, {iov_base="\30\264\17/\366\10(h\32.\376\333\337?\215g\311\234\26\5d.\221\306\5`\233\216\367\"\235r"..., iov_len=4096}, {iov_base="7B[\n\4\250K\30[!QI\6\375^/\254\266F\251\275\325\256(\375k\232\355\236\306\231V"..., iov_len=4096}, {iov_base="\324\202\343U\313\247!\20\0\0Kr\345\351\310!\361v8\337\362c\25\337\323\207u\240s\23$,"..., iov_len=4096}, {iov_base="|q2\270\r\265\250$\t\\^;I\27\374\325\204\245#_`\377\352IKU\231\265\374\367\312\354"..., iov_len=4096}, {iov_base="\0\206\1d^1\0\32R\264\337DW\214\351\225\7\3\257Us\333\346\352\353\333p\22\301J\317\310"..., iov_len=4096}, {iov_base="\252(\3064\214\257\240\31\263\277\216f\274\212rA\0061\vL\250$\26*2STd\321\326\244\250"..., iov_len=4096}, {iov_base="\262%\302\37~\2021\375\224+\317\250\354X\350\316\6\377v\341\257]v\276w\270\304+\315\262\205\t"..., iov_len=4096}, {iov_base="\231s\v9\2328\2150\37d\204\267:V\273\215\3229\262\217\310\tC\37\0\1^\214K\223\366\362"..., iov_len=4096}, {iov_base="h\304L\254\260\364\354\365\r\361\317\314\252\243k9\336A\261\244\320\58\340\360,Gr\320\202]b"..., iov_len=4096}, {iov_base="\317\356\350\2655\2\200\30\347\270F\201\370!\326(Sk\24|\311\32a\4=\264\255?\215\223\204\202"..., iov_len=4096}, {iov_base="\300}\260U\2\\\234\314[\f6\243\312\353Q\365\221\4\31\36\261]\251\310L\337\336RU\326b6"..., iov_len=4096}, {iov_base="\317\375D\211w\346\367\246\32\236\263W\335\274\222jx\276p\277\257\37\v%q\2\200\374\355\"\330\26"..., iov_len=4096}, {iov_base="?#T\327\0377\t\377]\"}\203x]o#\332\36\316k\230\367;\257\322K\372\3734\232\20]"..., iov_len=4096}], 32) = 31460
writev(3, [{iov_base="\207\375Te\376\231\4\301\344>\371\7\27\266=\205\212\222\261N?\266\323\331\224Q[\327T]T\337"..., iov_len=1494}, {iov_base="L\256\t\27\255\256\314\27<V?\302\263\4U\203\10\f\35\313\371\21\353a\372N6\275\n\335\216\342"..., iov_len=4096}, {iov_base="\274n\335\320r\335\342\361\252u\17\227e\30\302\vb\247n\324\275Z+\332\331\352N\235\233\316N\335"..., iov_len=4096}, {iov_base="?\325\200\316a\352\347W\273z\305q\374\3642;BK\340\32\31(z\303\262\313\367y\367\317\311."..., iov_len=4096}, {iov_base="\203\274y0\236\251f\210\311\227\25\360\r\254\325\375\177pP\333\233\260:\330\266L\256\265N~{G"..., iov_len=4096}, {iov_base="S\257^\345\37h\260\5,P5\274\254/\2334\346B;\214\27\355\361-\210MS\24d\256h\342"..., iov_len=4096}, {iov_base="wT\357\303\371s\332\211\233\367\30\250;\374\223\206\242\"g$\356Dg\223i<;\237'\177\274_"..., iov_len=4096}, {iov_base="y<\vT~*\316ue\331\373L\242b\22\211\327@\17\356\3660\310 <n\275\351r\352`\375"..., iov_len=4096}, {iov_base="\372\24aT\326\215~++\251O\35\200\371\342\343#\351\307_\265\217\2442\301\342!M\353\201a\233"..., iov_len=4096}, {iov_base="=\334\206\2\256T\n8\32/\341?Bx1#<\326\220U\n\270\324l\305C\276\261UT\2256"..., iov_len=4096}, {iov_base="\344\317|\24\r\275\37Q\315\177s\221E\357G?\321\335\370\v\304.\320O\350.\"=\2500\371\276"..., iov_len=4096}, {iov_base="\30\264\17/\366\10(h\32.\376\333\337?\215g\311\234\26\5d.\221\306\5`\233\216\367\"\235r"..., iov_len=4096}, {iov_base="7B[\n\4\250K\30[!QI\6\375^/\254\266F\251\275\325\256(\375k\232\355\236\306\231V"..., iov_len=4096}, {iov_base="\324\202\343U\313\247!\20\0\0Kr\345\351\310!\361v8\337\362c\25\337\323\207u\240s\23$,"..., iov_len=4096}, {iov_base="|q2\270\r\265\250$\t\\^;I\27\374\325\204\245#_`\377\352IKU\231\265\374\367\312\354"..., iov_len=4096}, {iov_base="\0\206\1d^1\0\32R\264\337DW\214\351\225\7\3\257Us\333\346\352\353\333p\22\301J\317\310"..., iov_len=4096}, {iov_base="\252(\3064\214\257\240\31\263\277\216f\274\212rA\0061\vL\250$\26*2STd\321\326\244\250"..., iov_len=4096}, {iov_base="\262%\302\37~\2021\375\224+\317\250\354X\350\316\6\377v\341\257]v\276w\270\304+\315\262\205\t"..., iov_len=4096}, {iov_base="\231s\v9\2328\2150\37d\204\267:V\273\215\3229\262\217\310\tC\37\0\1^\214K\223\366\362"..., iov_len=4096}, {iov_base="h\304L\254\260\364\354\365\r\361\317\314\252\243k9\336A\261\244\320\58\340\360,Gr\320\202]b"..., iov_len=4096}, {iov_base="\317\356\350\2655\2\200\30\347\270F\201\370!\326(Sk\24|\311\32a\4=\264\255?\215\223\204\202"..., iov_len=4096}, {iov_base="\300}\260U\2\\\234\314[\f6\243\312\353Q\365\221\4\31\36\261]\251\310L\337\336RU\326b6"..., iov_len=4096}, {iov_base="\317\375D\211w\346\367\246\32\236\263W\335\274\222jx\276p\277\257\37\v%q\2\200\374\355\"\330\26"..., iov_len=4096}, {iov_base="?#T\327\0377\t\377]\"}\203x]o#\332\36\316k\230\367;\257\322K\372\3734\232\20]"..., iov_len=4096}], 24) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
writev(3, [{iov_base="\207\375Te\376\231\4\301\344>\371\7\27\266=\205\212\222\261N?\266\323\331\224Q[\327T]T\337"..., iov_len=1494}, {iov_base="L\256\t\27\255\256\314\27<V?\302\263\4U\203\10\f\35\313\371\21\353a\372N6\275\n\335\216\342"..., iov_len=4096}, {iov_base="\274n\335\320r\335\342\361\252u\17\227e\30\302\vb\247n\324\275Z+\332\331\352N\235\233\316N\335"..., iov_len=4096}, {iov_base="?\325\200\316a\352\347W\273z\305q\374\3642;BK\340\32\31(z\303\262\313\367y\367\317\311."..., iov_len=4096}, {iov_base="\203\274y0\236\251f\210\311\227\25\360\r\254\325\375\177pP\333\233\260:\330\266L\256\265N~{G"..., iov_len=4096}, {iov_base="S\257^\345\37h\260\5,P5\274\254/\2334\346B;\214\27\355\361-\210MS\24d\256h\342"..., iov_len=4096}, {iov_base="wT\357\303\371s\332\211\233\367\30\250;\374\223\206\242\"g$\356Dg\223i<;\237'\177\274_"..., iov_len=4096}, {iov_base="y<\vT~*\316ue\331\373L\242b\22\211\327@\17\356\3660\310 <n\275\351r\352`\375"..., iov_len=4096}, {iov_base="\372\24aT\326\215~++\251O\35\200\371\342\343#\351\307_\265\217\2442\301\342!M\353\201a\233"..., iov_len=4096}, {iov_base="=\334\206\2\256T\n8\32/\341?Bx1#<\326\220U\n\270\324l\305C\276\261UT\2256"..., iov_len=4096}, {iov_base="\344\317|\24\r\275\37Q\315\177s\221E\357G?\321\335\370\v\304.\320O\350.\"=\2500\371\276"..., iov_len=4096}, {iov_base="\30\264\17/\366\10(h\32.\376\333\337?\215g\311\234\26\5d.\221\306\5`\233\216\367\"\235r"..., iov_len=4096}, {iov_base="7B[\n\4\250K\30[!QI\6\375^/\254\266F\251\275\325\256(\375k\232\355\236\306\231V"..., iov_len=4096}, {iov_base="\324\202\343U\313\247!\20\0\0Kr\345\351\310!\361v8\337\362c\25\337\323\207u\240s\23$,"..., iov_len=4096}, {iov_base="|q2\270\r\265\250$\t\\^;I\27\374\325\204\245#_`\377\352IKU\231\265\374\367\312\354"..., iov_len=4096}, {iov_base="\0\206\1d^1\0\32R\264\337DW\214\351\225\7\3\257Us\333\346\352\353\333p\22\301J\317\310"..., iov_len=4096}, {iov_base="\252(\3064\214\257\240\31\263\277\216f\274\212rA\0061\vL\250$\26*2STd\321\326\244\250"..., iov_len=4096}, {iov_base="\262%\302\37~\2021\375\224+\317\250\354X\350\316\6\377v\341\257]v\276w\270\304+\315\262\205\t"..., iov_len=4096}, {iov_base="\231s\v9\2328\2150\37d\204\267:V\273\215\3229\262\217\310\tC\37\0\1^\214K\223\366\362"..., iov_len=4096}, {iov_base="h\304L\254\260\364\354\365\r\361\317\314\252\243k9\336A\261\244\320\58\340\360,Gr\320\202]b"..., iov_len=4096}, {iov_base="\317\356\350\2655\2\200\30\347\270F\201\370!\326(Sk\24|\311\32a\4=\264\255?\215\223\204\202"..., iov_len=4096}, {iov_base="\300}\260U\2\\\234\314[\f6\243\312\353Q\365\221\4\31\36\261]\251\310L\337\336RU\326b6"..., iov_len=4096}, {iov_base="\317\375D\211w\346\367\246\32\236\263W\335\274\222jx\276p\277\257\37\v%q\2\200\374\355\"\330\26"..., iov_len=4096}, {iov_base="?#T\327\0377\t\377]\"}\203x]o#\332\36\316k\230\367;\257\322K\372\3734\232\20]"..., iov_len=4096}, {iov_base="\274e\324\267\242;;\210\241Y\205W\334t\17\0065,\234k\4\241\254\364\22711G\253\340\2644"..., iov_len=4096}, {iov_base="\340\217VCd\3Dq\253k\7a\347\307#\201\2071\373>+%\250\236\r_\361\212\343\303\26\254"..., iov_len=4096}, {iov_base="\r\213&\263\244V\30\344\230A\30\36\27\v\33\200\240\235\265RP\224g%\2322\307d\350\r\303\376"..., iov_len=4096}, {iov_base="+.h\v+\7\266Z\205H*\35\317O\354\34\340;\307\304{\342\264\220\206\3gK<\r\325d"..., iov_len=4096}, {iov_base="\316\360\23J1\\\322\234OT\344-\2\350gb\20Nm|\261\337\2062$a\373\301\204\232\200\f"..., iov_len=4096}, {iov_base="\367p\240)[d=e;8\24\25\226\361w\343\301\323U8\211\223\"\315\27\37\350\351(\315\217\10"..., iov_len=4096}, {iov_base="[\216\222\234CvU\355I\340 Ze.[\361\361fe\342:\233\350\212\215`\350\306\37\0>\326"..., iov_len=4096}, {iov_base="T\221\353P\325\254\237s\26\3053\236\2636\21\241)k\353\2225:*\313\33\211S\200=\32\356\344"..., iov_len=230}], 32) = 40040
writev(3, [{iov_base="\231n^\273\244\7\371\364\242ZPM\313p?\252K\352N\205\236:$\314\233\24\327\367)\365\252^"..., iov_len=2414}, {iov_base="\30\264\17/\366\10(h\32.\376\333\337?\215g\311\234\26\5d.\221\306\5`\233\216\367\"\235r"..., iov_len=4096}, {iov_base="7B[\n\4\250K\30[!QI\6\375^/\254\266F\251\275\325\256(\375k\232\355\236\306\231V"..., iov_len=4096}, {iov_base="\324\202\343U\313\247!\20\0\0Kr\345\351\310!\361v8\337\362c\25\337\323\207u\240s\23$,"..., iov_len=4096}, {iov_base="|q2\270\r\265\250$\t\\^;I\27\374\325\204\245#_`\377\352IKU\231\265\374\367\312\354"..., iov_len=4096}, {iov_base="\0\206\1d^1\0\32R\264\337DW\214\351\225\7\3\257Us\333\346\352\353\333p\22\301J\317\310"..., iov_len=4096}, {iov_base="\252(\3064\214\257\240\31\263\277\216f\274\212rA\0061\vL\250$\26*2STd\321\326\244\250"..., iov_len=4096}, {iov_base="\262%\302\37~\2021\375\224+\317\250\354X\350\316\6\377v\341\257]v\276w\270\304+\315\262\205\t"..., iov_len=4096}, {iov_base="\231s\v9\2328\2150\37d\204\267:V\273\215\3229\262\217\310\tC\37\0\1^\214K\223\366\362"..., iov_len=4096}, {iov_base="h\304L\254\260\364\354\365\r\361\317\314\252\243k9\336A\261\244\320\58\340\360,Gr\320\202]b"..., iov_len=4096}, {iov_base="\317\356\350\2655\2\200\30\347\270F\201\370!\326(Sk\24|\311\32a\4=\264\255?\215\223\204\202"..., iov_len=4096}, {iov_base="\300}\260U\2\\\234\314[\f6\243\312\353Q\365\221\4\31\36\261]\251\310L\337\336RU\326b6"..., iov_len=4096}, {iov_base="\317\375D\211w\346\367\246\32\236\263W\335\274\222jx\276p\277\257\37\v%q\2\200\374\355\"\330\26"..., iov_len=4096}, {iov_base="?#T\327\0377\t\377]\"}\203x]o#\332\36\316k\230\367;\257\322K\372\3734\232\20]"..., iov_len=4096}, {iov_base="\274e\324\267\242;;\210\241Y\205W\334t\17\0065,\234k\4\241\254\364\22711G\253\340\2644"..., iov_len=4096}, {iov_base="\340\217VCd\3Dq\253k\7a\347\307#\201\2071\373>+%\250\236\r_\361\212\343\303\26\254"..., iov_len=4096}, {iov_base="\r\213&\263\244V\30\344\230A\30\36\27\v\33\200\240\235\265RP\224g%\2322\307d\350\r\303\376"..., iov_len=4096}, {iov_base="+.h\v+\7\266Z\205H*\35\317O\354\34\340;\307\304{\342\264\220\206\3gK<\r\325d"..., iov_len=4096}, {iov_base="\316\360\23J1\\\322\234OT\344-\2\350gb\20Nm|\261\337\2062$a\373\301\204\232\200\f"..., iov_len=4096}, {iov_base="\367p\240)[d=e;8\24\25\226\361w\343\301\323U8\211\223\"\315\27\37\350\351(\315\217\10"..., iov_len=4096}, {iov_base="[\216\222\234CvU\355I\340 Ze.[\361\361fe\342:\233\350\212\215`\350\306\37\0>\326"..., iov_len=4096}, {iov_base="T\221\353P\325\254\237s\26\3053\236\2636\21\241)k\353\2225:*\313\33\211S\200=\32\356\344"..., iov_len=230}], 22) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59793) = 1
writev(3, [{iov_base="\231n^\273\244\7\371\364\242ZPM\313p?\252K\352N\205\236:$\314\233\24\327\367)\365\252^"..., iov_len=2414}, {iov_base="\30\264\17/\366\10(h\32.\376\333\337?\215g\311\234\26\5d.\221\306\5`\233\216\367\"\235r"..., iov_len=4096}, {iov_base="7B[\n\4\250K\30[!QI\6\375^/\254\266F\251\275\325\256(\375k\232\355\236\306\231V"..., iov_len=4096}, {iov_base="\324\202\343U\313\247!\20\0\0Kr\345\351\310!\361v8\337\362c\25\337\323\207u\240s\23$,"..., iov_len=4096}, {iov_base="|q2\270\r\265\250$\t\\^;I\27\374\325\204\245#_`\377\352IKU\231\265\374\367\312\354"..., iov_len=4096}, {iov_base="\0\206\1d^1\0\32R\264\337DW\214\351\225\7\3\257Us\333\346\352\353\333p\22\301J\317\310"..., iov_len=4096}, {iov_base="\252(\3064\214\257\240\31\263\277\216f\274\212rA\0061\vL\250$\26*2STd\321\326\244\250"..., iov_len=4096}, {iov_base="\262%\302\37~\2021\375\224+\317\250\354X\350\316\6\377v\341\257]v\276w\270\304+\315\262\205\t"..., iov_len=4096}, {iov_base="\231s\v9\2328\2150\37d\204\267:V\273\215\3229\262\217\310\tC\37\0\1^\214K\223\366\362"..., iov_len=4096}, {iov_base="h\304L\254\260\364\354\365\r\361\317\314\252\243k9\336A\261\244\320\58\340\360,Gr\320\202]b"..., iov_len=4096}, {iov_base="\317\356\350\2655\2\200\30\347\270F\201\370!\326(Sk\24|\311\32a\4=\264\255?\215\223\204\202"..., iov_len=4096}, {iov_base="\300}\260U\2\\\234\314[\f6\243\312\353Q\365\221\4\31\36\261]\251\310L\337\336RU\326b6"..., iov_len=4096}, {iov_base="\317\375D\211w\346\367\246\32\236\263W\335\274\222jx\276p\277\257\37\v%q\2\200\374\355\"\330\26"..., iov_len=4096}, {iov_base="?#T\327\0377\t\377]\"}\203x]o#\332\36\316k\230\367;\257\322K\372\3734\232\20]"..., iov_len=4096}, {iov_base="\274e\324\267\242;;\210\241Y\205W\334t\17\0065,\234k\4\241\254\364\22711G\253\340\2644"..., iov_len=4096}, {iov_base="\340\217VCd\3Dq\253k\7a\347\307#\201\2071\373>+%\250\236\r_\361\212\343\303\26\254"..., iov_len=4096}, {iov_base="\r\213&\263\244V\30\344\230A\30\36\27\v\33\200\240\235\265RP\224g%\2322\307d\350\r\303\376"..., iov_len=4096}, {iov_base="+.h\v+\7\266Z\205H*\35\317O\354\34\340;\307\304{\342\264\220\206\3gK<\r\325d"..., iov_len=4096}, {iov_base="\316\360\23J1\\\322\234OT\344-\2\350gb\20Nm|\261\337\2062$a\373\301\204\232\200\f"..., iov_len=4096}, {iov_base="\367p\240)[d=e;8\24\25\226\361w\343\301\323U8\211\223\"\315\27\37\350\351(\315\217\10"..., iov_len=4096}, {iov_base="[\216\222\234CvU\355I\340 Ze.[\361\361fe\342:\233\350\212\215`\350\306\37\0>\326"..., iov_len=4096}, {iov_base="T\221\353P\325\254\237s\26\3053\236\2636\21\241)k\353\2225:*\313\33\211S\200=\32\356\344"..., iov_len=230}], 22) = 34320
writev(3, [{iov_base="\347PG4\360t\320{\216\rXn\31\227\t\22\rl\310\221\364\350\31\3669\0\nZ\227\342\243\343"..., iov_len=862}, {iov_base="h\304L\254\260\364\354\365\r\361\317\314\252\243k9\336A\261\244\320\58\340\360,Gr\320\202]b"..., iov_len=4096}, {iov_base="\317\356\350\2655\2\200\30\347\270F\201\370!\326(Sk\24|\311\32a\4=\264\255?\215\223\204\202"..., iov_len=4096}, {iov_base="\300}\260U\2\\\234\314[\f6\243\312\353Q\365\221\4\31\36\261]\251\310L\337\336RU\326b6"..., iov_len=4096}, {iov_base="\317\375D\211w\346\367\246\32\236\263W\335\274\222jx\276p\277\257\37\v%q\2\200\374\355\"\330\26"..., iov_len=4096}, {iov_base="?#T\327\0377\t\377]\"}\203x]o#\332\36\316k\230\367;\257\322K\372\3734\232\20]"..., iov_len=4096}, {iov_base="\274e\324\267\242;;\210\241Y\205W\334t\17\0065,\234k\4\241\254\364\22711G\253\340\2644"..., iov_len=4096}, {iov_base="\340\217VCd\3Dq\253k\7a\347\307#\201\2071\373>+%\250\236\r_\361\212\343\303\26\254"..., iov_len=4096}, {iov_base="\r\213&\263\244V\30\344\230A\30\36\27\v\33\200\240\235\265RP\224g%\2322\307d\350\r\303\376"..., iov_len=4096}, {iov_base="+.h\v+\7\266Z\205H*\35\317O\354\34\340;\307\304{\342\264\220\206\3gK<\r\325d"..., iov_len=4096}, {iov_base="\316\360\23J1\\\322\234OT\344-\2\350gb\20Nm|\261\337\2062$a\373\301\204\232\200\f"..., iov_len=4096}, {iov_base="\367p\240)[d=e;8\24\25\226\361w\343\301\323U8\211\223\"\315\27\37\350\351(\315\217\10"..., iov_len=4096}, {iov_base="[\216\222\234CvU\355I\340 Ze.[\361\361fe\342:\233\350\212\215`\350\306\37\0>\326"..., iov_len=4096}, {iov_base="T\221\353P\325\254\237s\26\3053\236\2636\21\241)k\353\2225:*\313\33\211S\200=\32\356\344"..., iov_len=230}], 14) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
writev(3, [{iov_base="\347PG4\360t\320{\216\rXn\31\227\t\22\rl\310\221\364\350\31\3669\0\nZ\227\342\243\343"..., iov_len=862}, {iov_base="h\304L\254\260\364\354\365\r\361\317\314\252\243k9\336A\261\244\320\58\340\360,Gr\320\202]b"..., iov_len=4096}, {iov_base="\317\356\350\2655\2\200\30\347\270F\201\370!\326(Sk\24|\311\32a\4=\264\255?\215\223\204\202"..., iov_len=4096}, {iov_base="\300}\260U\2\\\234\314[\f6\243\312\353Q\365\221\4\31\36\261]\251\310L\337\336RU\326b6"..., iov_len=4096}, {iov_base="\317\375D\211w\346\367\246\32\236\263W\335\274\222jx\276p\277\257\37\v%q\2\200\374\355\"\330\26"..., iov_len=4096}, {iov_base="?#T\327\0377\t\377]\"}\203x]o#\332\36\316k\230\367;\257\322K\372\3734\232\20]"..., iov_len=4096}, {iov_base="\274e\324\267\242;;\210\241Y\205W\334t\17\0065,\234k\4\241\254\364\22711G\253\340\2644"..., iov_len=4096}, {iov_base="\340\217VCd\3Dq\253k\7a\347\307#\201\2071\373>+%\250\236\r_\361\212\343\303\26\254"..., iov_len=4096}, {iov_base="\r\213&\263\244V\30\344\230A\30\36\27\v\33\200\240\235\265RP\224g%\2322\307d\350\r\303\376"..., iov_len=4096}, {iov_base="+.h\v+\7\266Z\205H*\35\317O\354\34\340;\307\304{\342\264\220\206\3gK<\r\325d"..., iov_len=4096}, {iov_base="\316\360\23J1\\\322\234OT\344-\2\350gb\20Nm|\261\337\2062$a\373\301\204\232\200\f"..., iov_len=4096}, {iov_base="\367p\240)[d=e;8\24\25\226\361w\343\301\323U8\211\223\"\315\27\37\350\351(\315\217\10"..., iov_len=4096}, {iov_base="[\216\222\234CvU\355I\340 Ze.[\361\361fe\342:\233\350\212\215`\350\306\37\0>\326"..., iov_len=4096}, {iov_base="T\221\353P\325\254\237s\26\3053\236\2636\21\241)k\353\2225:*\313\33\211S\200=\32\356\344"..., iov_len=230}], 14) = 35750
writev(3, [{iov_base="-\332\17`\220\211\t\253\346@\212\316u\2179\220\3533\242\16\213\316\266\307L\310\366\214F{\335\v"..., iov_len=1976}, {iov_base="\316\360\23J1\\\322\234OT\344-\2\350gb\20Nm|\261\337\2062$a\373\301\204\232\200\f"..., iov_len=4096}, {iov_base="\367p\240)[d=e;8\24\25\226\361w\343\301\323U8\211\223\"\315\27\37\350\351(\315\217\10"..., iov_len=4096}, {iov_base="[\216\222\234CvU\355I\340 Ze.[\361\361fe\342:\233\350\212\215`\350\306\37\0>\326"..., iov_len=4096}, {iov_base="T\221\353P\325\254\237s\26\3053\236\2636\21\241)k\353\2225:*\313\33\211S\200=\32\356\344"..., iov_len=230}], 5) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59759) = 1
writev(3, [{iov_base="-\332\17`\220\211\t\253\346@\212\316u\2179\220\3533\242\16\213\316\266\307L\310\366\214F{\335\v"..., iov_len=1976}, {iov_base="\316\360\23J1\\\322\234OT\344-\2\350gb\20Nm|\261\337\2062$a\373\301\204\232\200\f"..., iov_len=4096}, {iov_base="\367p\240)[d=e;8\24\25\226\361w\343\301\323U8\211\223\"\315\27\37\350\351(\315\217\10"..., iov_len=4096}, {iov_base="[\216\222\234CvU\355I\340 Ze.[\361\361fe\342:\233\350\212\215`\350\306\37\0>\326"..., iov_len=4096}, {iov_base="T\221\353P\325\254\237s\26\3053\236\2636\21\241)k\353\2225:*\313\33\211S\200=\32\356\344"..., iov_len=230}], 5) = 14494
write(14, "{\"time_iso8601\":\"2023-11-30T17:4"..., 153) = 153
close(6)                                = 0
close(3)                                = 0
epoll_wait(17, [{EPOLLIN, {u32=1172357136, u64=139725048430608}}], 512, -1) = 1
accept4(8, {sa_family=AF_INET, sin_port=htons(53291), sin_addr=inet_addr("14.145.163.156")}, [112->16], SOCK_NONBLOCK) = 3
epoll_ctl(17, EPOLL_CTL_ADD, 3, {EPOLLIN|EPOLLRDHUP|EPOLLET, {u32=1172358336, u64=139725048431808}}) = 0
accept4(8, 0x7ffe5b0bbba0, [112], SOCK_NONBLOCK) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLIN, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
recvfrom(3, "GET /favicon.ico HTTP/1.1\r\nHost:"..., 1024, 0, NULL, NULL) = 444
openat(AT_FDCWD, "/usr/local/nginx/pages/favicon.ico", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
writev(3, [{iov_base="HTTP/1.1 404 Not Found\r\nServer: "..., iov_len=170}, {iov_base="<html>\r\n<head><title>404 Not Fou"..., iov_len=100}, {iov_base="<hr><center>nginx/1.24.0</center"..., iov_len=53}, {iov_base="<!-- a padding to disable MSIE a"..., iov_len=402}], 4) = 725
setsockopt(3, SOL_TCP, TCP_NODELAY, [1], 4) = 0

        vendor.js文件大小大于gzip_min_length设定值400kb,满足gzip条件,文件可被压缩,且文件大小还大于directio设定值1m,所以Nginx最终通过aio+directio的方式将文件返回给客户端。跟Nginx(八) aio & sendfile & directio 组合使用测试(1) 一文的测试4结果一样,都调用了fcntl()。

        根据测试10 - 12的结果,能够确定:当开启gzip时,如果文件满足压缩条件,Nginx是不会调用sendfile进程文件传输的。是否调用aio跟aio和directio的配置相关,跟gzip配置无关。参考Nginx(八) aio & sendfile & directio 组合使用测试(1) Nginx(九) aio & sendfile & directio 组合使用测试(2) 

测试13:开启gzip、gzip_static、sendfile,关闭aio、directio,请求/index.js

epoll_wait(17, [{EPOLLIN|EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 65000) = 1
recvfrom(6, "GET /index.js HTTP/1.1\r\nHost: ww"..., 1024, 0, NULL, NULL) = 490
openat(AT_FDCWD, "/usr/local/nginx/pages/index.js.gz", O_RDONLY|O_NONBLOCK) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=58921, ...}) = 0
setsockopt(6, SOL_TCP, TCP_NODELAY, [0], 4) = 0
setsockopt(6, SOL_TCP, TCP_CORK, [1], 4) = 0
writev(6, [{iov_base="HTTP/1.1 200 OK\r\nServer: nginx/1"..., iov_len=316}], 1) = 316
sendfile(6, 7, [0] => [58921], 58921)   = 58921
write(12, "{\"time_iso8601\":\"2023-11-30T18:5"..., 147) = 147
close(7)                                = 0
setsockopt(6, SOL_TCP, TCP_CORK, [0], 4) = 0
epoll_wait(17, [{EPOLLIN|EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 65000) = 1
recvfrom(6, "GET /favicon.ico HTTP/1.1\r\nHost:"..., 1024, 0, NULL, NULL) = 443
openat(AT_FDCWD, "/usr/local/nginx/pages/favicon.ico.gz", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/nginx/pages/favicon.ico", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
writev(6, [{iov_base="HTTP/1.1 404 Not Found\r\nServer: "..., iov_len=170}, {iov_base="<html>\r\n<head><title>404 Not Fou"..., iov_len=100}, {iov_base="<hr><center>nginx/1.24.0</center"..., iov_len=53}, {iov_base="<!-- a padding to disable MSIE a"..., iov_len=402}], 4) = 725
setsockopt(6, SOL_TCP, TCP_NODELAY, [1], 4) = 0

        注意:openat(AT_FDCWD, "/usr/local/nginx/pages/index.js.gz", O_RDONLY|O_NONBLOCK) = 7 

测试14:开启gzip、gzip_static、sendfile,关闭aio、directio,请求/index1.js

epoll_wait(17, [{EPOLLIN, {u32=1172357136, u64=139725048430608}}], 512, -1) = 1
accept4(8, {sa_family=AF_INET, sin_port=htons(57019), sin_addr=inet_addr("14.145.163.156")}, [112->16], SOCK_NONBLOCK) = 6
epoll_ctl(17, EPOLL_CTL_ADD, 6, {EPOLLIN|EPOLLRDHUP|EPOLLET, {u32=1172358336, u64=139725048431808}}) = 0
accept4(8, 0x7ffe5b0bbba0, [112], SOCK_NONBLOCK) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLIN, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
recvfrom(6, "GET /index1.js HTTP/1.1\r\nHost: w"..., 1024, 0, NULL, NULL) = 491
openat(AT_FDCWD, "/usr/local/nginx/pages/index1.js.gz", O_RDONLY|O_NONBLOCK) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=276857, ...}) = 0
setsockopt(6, SOL_TCP, TCP_CORK, [1], 4) = 0
writev(6, [{iov_base="HTTP/1.1 200 OK\r\nServer: nginx/1"..., iov_len=318}], 1) = 318
sendfile(6, 7, [0] => [78332], 276857)  = 78332
sendfile(6, 7, [78332], 198525)         = -1 EAGAIN (Resource temporarily unavailable)
epoll_ctl(17, EPOLL_CTL_MOD, 6, {EPOLLIN|EPOLLOUT|EPOLLRDHUP|EPOLLET, {u32=1172358336, u64=139725048431808}}) = 0
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [78332] => [142682], 198525) = 64350
sendfile(6, 7, [142682], 134175)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59819) = 1
sendfile(6, 7, [142682] => [202742], 134175) = 60060
sendfile(6, 7, [202742], 74115)         = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [202742] => [252792], 74115) = 50050
sendfile(6, 7, [252792], 24065)         = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59869) = 1
sendfile(6, 7, [252792] => [276857], 24065) = 24065
write(12, "{\"time_iso8601\":\"2023-11-30T18:5"..., 149) = 149
close(7)                                = 0
setsockopt(6, SOL_TCP, TCP_CORK, [0], 4) = 0
epoll_wait(17, [{EPOLLIN|EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 65000) = 1
recvfrom(6, "GET /favicon.ico HTTP/1.1\r\nHost:"..., 1024, 0, NULL, NULL) = 444
openat(AT_FDCWD, "/usr/local/nginx/pages/favicon.ico.gz", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/nginx/pages/favicon.ico", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
writev(6, [{iov_base="HTTP/1.1 404 Not Found\r\nServer: "..., iov_len=170}, {iov_base="<html>\r\n<head><title>404 Not Fou"..., iov_len=100}, {iov_base="<hr><center>nginx/1.24.0</center"..., iov_len=53}, {iov_base="<!-- a padding to disable MSIE a"..., iov_len=402}], 4) = 725
setsockopt(6, SOL_TCP, TCP_NODELAY, [1], 4) = 0

        注意: openat(AT_FDCWD, "/usr/local/nginx/pages/index1.js.gz", O_RDONLY|O_NONBLOCK) = 7

        通过对比测试13和14的结果,我们可以得出的结论是,gzip_static指令不受gzip_min_length的影响,不管文件大小,如果有.gz文件都一定先传输.gz文件。

测试15:开启gzip、gzip_static、sendfile,关闭aio、directio,请求/index.js

        将配置文件中的gzip_types配置注释掉,这样的话gzip_types默认配置就是"text/html"。

epoll_wait(17, [{EPOLLIN, {u32=1172358336, u64=139725048431808}}], 512, 65000) = 1
recvfrom(3, "GET /index.js HTTP/1.1\r\nHost: ww"..., 1024, 0, NULL, NULL) = 490
openat(AT_FDCWD, "/usr/local/nginx/pages/index.js.gz", O_RDONLY|O_NONBLOCK) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=58921, ...}) = 0
setsockopt(3, SOL_TCP, TCP_NODELAY, [0], 4) = 0
setsockopt(3, SOL_TCP, TCP_CORK, [1], 4) = 0
writev(3, [{iov_base="HTTP/1.1 200 OK\r\nServer: nginx/1"..., iov_len=316}], 1) = 316
sendfile(3, 13, [0] => [58921], 58921)  = 58921
write(7, "{\"time_iso8601\":\"2023-11-30T21:1"..., 147) = 147
close(13)                               = 0
setsockopt(3, SOL_TCP, TCP_CORK, [0], 4) = 0
epoll_wait(17, [{EPOLLIN, {u32=1172358336, u64=139725048431808}}], 512, 65000) = 1
recvfrom(3, "GET /favicon.ico HTTP/1.1\r\nHost:"..., 1024, 0, NULL, NULL) = 443
openat(AT_FDCWD, "/usr/local/nginx/pages/favicon.ico.gz", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/nginx/pages/favicon.ico", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
writev(3, [{iov_base="HTTP/1.1 404 Not Found\r\nServer: "..., iov_len=170}, {iov_base="<html>\r\n<head><title>404 Not Fou"..., iov_len=100}, {iov_base="<hr><center>nginx/1.24.0</center"..., iov_len=53}, {iov_base="<!-- a padding to disable MSIE a"..., iov_len=402}], 4) = 725
setsockopt(3, SOL_TCP, TCP_NODELAY, [1], 4) = 0

        注意:openat(AT_FDCWD, "/usr/local/nginx/pages/index.js.gz", O_RDONLY|O_NONBLOCK) = 13 

测试16:开启gzip、gzip_static、sendfile,关闭aio、directio,请求/index2.html

        配置同测试15。

{"time_iso8601":"2023-11-30T21:21:57+08:00","request_uri":"/index2.html","status":"200","bytes_sent":"280827","request_time":"1.059","gzip_ratio":"3.26",}
epoll_wait(17, [{EPOLLIN, {u32=1172358337, u64=139725048431809}}], 512, 65000) = 1
recvfrom(3, "GET /index2.html HTTP/1.1\r\nHost:"..., 1024, 0, NULL, NULL) = 493
openat(AT_FDCWD, "/usr/local/nginx/pages/index2.html.gz", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/nginx/pages/index2.html", O_RDONLY|O_NONBLOCK) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=915568, ...}) = 0
pread64(13, "import { s as styleInject, r as "..., 32768, 0) = 32768
brk(NULL)                               = 0x17d7000
brk(0x1819000)                          = 0x1819000
pread64(13, "reElements = this.websiteConfig."..., 32768, 32768) = 32768
pread64(13, "e(topCandidate);\r\n              "..., 32768, 65536) = 32768
pread64(13, "&& height > 0 &&\r\n              "..., 32768, 98304) = 32768
writev(3, [{iov_base="HTTP/1.1 200 OK\r\nServer: nginx/1"..., iov_len=256}, {iov_base="\37\213\10\0\0\0\0\0\0\3\354\275ks#Ir \370]f\372\17Y5}\3\260\n\4\310\252"..., iov_len=4096}, {iov_base="H\221\23\17\242\304\37\332\1Q\25\310\\\223\24785\374\0024Z\320\25f\340\216\2151\354\234F\236"..., iov_len=4096}, {iov_base="\263\246\0R>\7\304\373s\270-\206O63\362\365\27\303\31\261uY\6\227\353\\&$\307jp"..., iov_len=4096}, {iov_base="\25(\250T\t\227\324\271Qa/\22n\27jay\275PA\313\236Gf\247\3305N&\31\246n"..., iov_len=4096}, {iov_base="\355\252\232J\314\323\\m\25\f\345\332y\34\206\312W\333\n8\36\322\265\231\3027)\362`d\374S"..., iov_len=4096}, {iov_base="B\253i\343{c\320\264\321\21\3\302\2\3012\"J\263\324\206D,\272\263\7eV\301:7\233\347"..., iov_len=4096}], 7) = 24832
pread64(13, " => item.id === id);\r\n          "..., 32768, 131072) = 32768
pread64(13, "ut.click();\r\n        });\r\n    }\r"..., 32768, 163840) = 32768
pread64(13, " error);\r\n                    re"..., 32768, 196608) = 32768
writev(3, [{iov_base="~\313y\264s\260\275\356\340\207\305\367\235\365\326\376Zk{\275\271m\317\342\373C\341\211m\330:\342"..., iov_len=4096}, {iov_base="\254B\30\311M\263\235NG\234\266\243\264\257\323u+\23S\246\271\255\221o\374\3257\v.%F\317"..., iov_len=4096}, {iov_base="%e#>\250\301%\315\241S\4\362tm\322\203\214\307\331o\273\4MV\200\301`\22D\235\2725"..., iov_len=4096}, {iov_base="\30k\320\31(\253IcV\333'\353\212\2259\204\312=]a\316\375\246>\177\341\5\202\336T\335\361"..., iov_len=4096}, {iov_base="Q;\316\0203\250\4\306\270\6j\370@l\33\23O\2j\271\t\336\222\347mZGL\270\214\30'"..., iov_len=4096}, {iov_base="\322\353e\267\263\10v\34c\4w\341C\361\306\245~\30\f\216m\361e\234%\2260\312\201\326\302\330"..., iov_len=4096}, {iov_base="T R\333?\265\1s0\316\374'\237\265#\262$\223\246\250*\307Ug\271\361\3613\236;\265\224"..., iov_len=4096}], 7) = 28672
pread64(13, "\n            return;\r\n        }\r"..., 32768, 229376) = 32768
pread64(13, "el\":\"close \"+(e.title||\"drawer\")"..., 32768, 262144) = 32768
pread64(13, "function\"!=typeof this||!i(e))re"..., 32768, 294912) = 32768
writev(3, [{iov_base="\243\n\274v\211N\340\254\237\302\3\22Ss\206\347\f\252\215r\235\271\236CD\216\7,\307\347\345\227"..., iov_len=4096}, {iov_base="\345\317\n\342\6\230\374=G\306\327\223\215Q3\367\276\254\307\246\360\n\324SQ\260\201\3176-\34\34"..., iov_len=4096}, {iov_base="\366W\273\273\334\307\330M\207\373_\257Fb\302?v\273# \204\342\241\r\277\234\177\10G}|\373"..., iov_len=4096}, {iov_base="\266i\10k\201qUE\204<\30\353\222\275%\"\254\213\224\256\231\324FMW\264'\32\24RMg"..., iov_len=4096}, {iov_base="\230\3\7Rn\5\264\16y\271\217\226\4\20T\313\235\212\4\360\\\313]\2\260\223\2600\0\260\307\203"..., iov_len=4096}, {iov_base="+\335\253\30p\206\37\23\376lx\340\225\323\0\210\"D\256}\347\220\10L\32m)\350cR\33\27"..., iov_len=4096}, {iov_base="\2060\350\235\235\t\311\205sykA\10\17\48\r\233\254\364\363\201\243\3\245vi\350D\302\233\203"..., iov_len=4096}], 7) = 25146
writev(3, [{iov_base="\23\244Z\t\344\210\20IA\267\5/\374\244\215\201\315\r\363%cN\271\337\27\305\317m\327\346ju"..., iov_len=3526}], 1) = -1 EAGAIN (Resource temporarily unavailable)
pread64(13, "nentName:\"ElRadio\",props:{value:"..., 32768, 327680) = 32768
pread64(13, "e,t){e.exports=n(\"fPll\")}})},ON0"..., 32768, 360448) = 32768
pread64(13, "n){var i=n(\"/gxq\"),r=n(\"YNzw\"),o"..., 32768, 393216) = 32768
pread64(13, "9M4.1,58h51.4\",bar:\"M6.7,22.9h10"..., 32768, 425984) = 32768
pread64(13, "d?[].concat(d,l):[l]}return{expo"..., 32768, 458752) = 32768
pread64(13, "n||(l=a.getModel(\"lineStyle\").ge"..., 32768, 491520) = 32768
pread64(13, "ion(e,t){t.mergeOption(e.newOpti"..., 32768, 524288) = 32768
pread64(13, ".ctxBack.scale(e,e)},resize:func"..., 32768, 557056) = 32768
pread64(13, "me:\"max\",defaultTooltip:!0}],dim"..., 32768, 589824) = 32768
pread64(13, ")},c.prototype.watch=function(e,"..., 32768, 622592) = 32768
pread64(13, "ItemVisual(b,\"color\"),opacity:f."..., 32768, 655360) = 32768
pread64(13, "dChild(t)}}function _(e,t){t&&e&"..., 32768, 688128) = 32768
pread64(13, "&&(t+=\"/\"),e(t,n)}}function k(e,"..., 32768, 720896) = 32768
pread64(13, "v\"),a=/^[-+]?0[xX]/;e.exports=8!"..., 32768, 753664) = 32768
epoll_ctl(17, EPOLL_CTL_MOD, 3, {EPOLLIN|EPOLLOUT|EPOLLRDHUP|EPOLLET, {u32=1172358337, u64=139725048431809}}) = 0
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
writev(3, [{iov_base="\23\244Z\t\344\210\20IA\267\5/\374\244\215\201\315\r\363%cN\271\337\27\305\317m\327\346ju"..., iov_len=3526}, {iov_base="\\\262\4\364\372\361\247K\372\"\31\250\262\307d)\350\317\213\311\304B\213\332`A*\370\34X\30%"..., iov_len=4096}, {iov_base="\205\203P]Z\231>\21,HUp\313#j\246\366\371\242Y\233%;E\206]\30\370'Pw\37"..., iov_len=4096}, {iov_base="\337S\7\203\356=D\365;\210\352\f\372]\350A\2742_}\276\363\232*\371H\355\3678\21}?"..., iov_len=4096}, {iov_base="/5b\202b\350\4M\264\326\340\23(\275\354\201\233\31\333\2516t\247\251\377\217o\201?\323\36\367"..., iov_len=4096}, {iov_base="\177cUj\356\3109\306D\235\336\276\272\31\264\371\\\302\327\316\356=n\6H\265\321I\332\2358\36"..., iov_len=4096}, {iov_base="5n\20&\325\343P\372\335*\4\351\31Ed\222\0\220\211\261\300\17\263a\206\233\357\231\225\227\261^"..., iov_len=4096}, {iov_base="\273V\277,\267\246\365V\303\254\322L^\371\271\26\224\334yr\307\203\214\t\236J\370\202\245\202\333\333"..., iov_len=4096}, {iov_base="7\366\375]3\302\243\303\201\324\264T\205rq\336\355\352l\0\220\216\233\27@J\215\344\273\32\30U"..., iov_len=4096}, {iov_base="\345F\367m}W\267\231a\263n8\345\312Sp\235ENxB\23\315\254\17\261\4\36\231\200\10\25"..., iov_len=4096}, {iov_base="\255\377\225b\3747:\334\323\254j\351p\317\24\261\356r/\306\330\2\255\272Z\f[\236p\3w\236"..., iov_len=4096}, {iov_base="\365\272\260\203\n\26\204W\346\241\235\323\315z `9\326&?\213\363\0323\21*kSV\215\372H"..., iov_len=4096}, {iov_base="^\v\250\208H\211\202\244\261\330\332\222\365\200\2460\224\320Z\212\366>\361\230v\301\245|M\260\321"..., iov_len=4096}, {iov_base="-\314\211\342\320.\346Y\374\260\224ypZ\233\251e\236\322\335\262w\215\351\275\354\321S\325\224+\274"..., iov_len=4096}, {iov_base="I\303=5G\323\22m?7\231e\321\215Di\360\310\307\3\227\216\v\360\226\245\r\363L\235z\261"..., iov_len=4096}, {iov_base="\203\264,\37\245p\211\351\321\355\255\265\r,`\211q\265\241\f\320\215M\305\240\214\247\5K\331\360Y"..., iov_len=4096}, {iov_base="\267\224\370b9\244uz\235\203\341Rx\0243\234\332\230M+\366:\351d\335\225\t\215\231\333zJ"..., iov_len=4096}, {iov_base="\376D\260\3269K&\23\314[\320Z\217cLM\230\344\242\5\32a\345\232V\20-\307\231-\257\276"..., iov_len=4096}, {iov_base="[\251Iv\206i\245\372L7d5\3521\245\337\307\177\363m\337$2\220\245\307\373\244\262\360\364\336"..., iov_len=4096}, {iov_base="w<\241K\371\236yHG&\255\276\301\21\2\302\235L\32b&\374\234\16P\253D\277K/\34\331"..., iov_len=4096}, {iov_base="\17~\303\210E\266\276\322i\364c<\366\214i\271\345\336f7\355\"\321c-\377\223\234\2167}\320"..., iov_len=4096}, {iov_base="4B&M\300\301O\300\302g\203\356J\225\276\37\327\331R\334Qj7\207\304=\\\3\347\227x\374"..., iov_len=4096}, {iov_base="?\330jY\247\372>\357\20\237\326\302f)U\236\371j\216\16\21\24\375.\272\210\264\246\27\313\6\6"..., iov_len=4096}, {iov_base="qy4kp\356\245\244\240EI`pY+\301\214\210\26\r\206\36\233L_\210\346\"\33\365Tk"..., iov_len=4096}, {iov_base="\305/'?\277x\367\323k\365\376\355\7\375D\335\241>\274\376\376\305\227\267?\277>y\373\341\315\333"..., iov_len=4096}, {iov_base=":<\26\375q\330\t\353\2656Q\227\337U3\5\36?1\372\27,\331x\21G\263\204f\215\274\375"..., iov_len=4096}, {iov_base="\325\214O\224\335\237\341f\r\v\251\243Q\250\320\200;#\374\16n\355}$]\255j\22742C\212"..., iov_len=4096}, {iov_base="\363\215`\334\340\205y\213\312R4j\7\251Q_/\273\252\330K\2657\246z\261\264Y'\317:\233"..., iov_len=4096}, {iov_base="\r\265%\232\327\234];\202\276%\256\177D\233!i/W\264W>/\201\347\275j\16^\211@\310"..., iov_len=4096}, {iov_base="\n\376Q|\336E\247Ze\323\25\370e\1}\270\267\21\34!\330\36*w\331\2310\371j\214lD"..., iov_len=4096}, {iov_base="\306\350Ig<\26M\371\311\242\363\273<]\276\375\345B\236>u~z\212\335\347\343\213\371\370o\21"..., iov_len=4096}, {iov_base="ZF\36\201o\270b \363_F\313Y\235\262\250\306\372\301\200A\314\230I@\0\260\3\254N\223\253"..., iov_len=4096}], 32) = 62920
writev(3, [{iov_base="v^\246\"\"\n\213\257\267\255\36\325\354j\271\241M\266\21\332\6Ud\317\323\212\33\260\242\364\0246"..., iov_len=2046}, {iov_base="\267\224\370b9\244uz\235\203\341Rx\0243\234\332\230M+\366:\351d\335\225\t\215\231\333zJ"..., iov_len=4096}, {iov_base="\376D\260\3269K&\23\314[\320Z\217cLM\230\344\242\5\32a\345\232V\20-\307\231-\257\276"..., iov_len=4096}, {iov_base="[\251Iv\206i\245\372L7d5\3521\245\337\307\177\363m\337$2\220\245\307\373\244\262\360\364\336"..., iov_len=4096}, {iov_base="w<\241K\371\236yHG&\255\276\301\21\2\302\235L\32b&\374\234\16P\253D\277K/\34\331"..., iov_len=4096}, {iov_base="\17~\303\210E\266\276\322i\364c<\366\214i\271\345\336f7\355\"\321c-\377\223\234\2167}\320"..., iov_len=4096}, {iov_base="4B&M\300\301O\300\302g\203\356J\225\276\37\327\331R\334Qj7\207\304=\\\3\347\227x\374"..., iov_len=4096}, {iov_base="?\330jY\247\372>\357\20\237\326\302f)U\236\371j\216\16\21\24\375.\272\210\264\246\27\313\6\6"..., iov_len=4096}, {iov_base="qy4kp\356\245\244\240EI`pY+\301\214\210\26\r\206\36\233L_\210\346\"\33\365Tk"..., iov_len=4096}, {iov_base="\305/'?\277x\367\323k\365\376\355\7\375D\335\241>\274\376\376\305\227\267?\277>y\373\341\315\333"..., iov_len=4096}, {iov_base=":<\26\375q\330\t\353\2656Q\227\337U3\5\36?1\372\27,\331x\21G\263\204f\215\274\375"..., iov_len=4096}, {iov_base="\325\214O\224\335\237\341f\r\v\251\243Q\250\320\200;#\374\16n\355}$]\255j\22742C\212"..., iov_len=4096}, {iov_base="\363\215`\334\340\205y\213\312R4j\7\251Q_/\273\252\330K\2657\246z\261\264Y'\317:\233"..., iov_len=4096}, {iov_base="\r\265%\232\327\234];\202\276%\256\177D\233!i/W\264W>/\201\347\275j\16^\211@\310"..., iov_len=4096}, {iov_base="\n\376Q|\336E\247Ze\323\25\370e\1}\270\267\21\34!\330\36*w\331\2310\371j\214lD"..., iov_len=4096}, {iov_base="\306\350Ig<\26M\371\311\242\363\273<]\276\375\345B\236>u~z\212\335\347\343\213\371\370o\21"..., iov_len=4096}, {iov_base="ZF\36\201o\270b \363_F\313Y\235\262\250\306\372\301\200A\314\230I@\0\260\3\254N\223\253"..., iov_len=4096}], 17) = -1 EAGAIN (Resource temporarily unavailable)
pread64(13, "this.gradientManager.addWithoutU"..., 32768, 786432) = 32768
pread64(13, "function(e,t,n){n(\"77Ug\")(\"Uint3"..., 32768, 819200) = 32768
pread64(13, "=t[1]&&(t[0]=0)},this)},setSelec"..., 32768, 851968) = 32768
pread64(13, "D5\");e.exports=Object(\"z\").prope"..., 30832, 884736) = 30832
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59805) = 1
writev(3, [{iov_base="v^\246\"\"\n\213\257\267\255\36\325\354j\271\241M\266\21\332\6Ud\317\323\212\33\260\242\364\0246"..., iov_len=2046}, {iov_base="\267\224\370b9\244uz\235\203\341Rx\0243\234\332\230M+\366:\351d\335\225\t\215\231\333zJ"..., iov_len=4096}, {iov_base="\376D\260\3269K&\23\314[\320Z\217cLM\230\344\242\5\32a\345\232V\20-\307\231-\257\276"..., iov_len=4096}, {iov_base="[\251Iv\206i\245\372L7d5\3521\245\337\307\177\363m\337$2\220\245\307\373\244\262\360\364\336"..., iov_len=4096}, {iov_base="w<\241K\371\236yHG&\255\276\301\21\2\302\235L\32b&\374\234\16P\253D\277K/\34\331"..., iov_len=4096}, {iov_base="\17~\303\210E\266\276\322i\364c<\366\214i\271\345\336f7\355\"\321c-\377\223\234\2167}\320"..., iov_len=4096}, {iov_base="4B&M\300\301O\300\302g\203\356J\225\276\37\327\331R\334Qj7\207\304=\\\3\347\227x\374"..., iov_len=4096}, {iov_base="?\330jY\247\372>\357\20\237\326\302f)U\236\371j\216\16\21\24\375.\272\210\264\246\27\313\6\6"..., iov_len=4096}, {iov_base="qy4kp\356\245\244\240EI`pY+\301\214\210\26\r\206\36\233L_\210\346\"\33\365Tk"..., iov_len=4096}, {iov_base="\305/'?\277x\367\323k\365\376\355\7\375D\335\241>\274\376\376\305\227\267?\277>y\373\341\315\333"..., iov_len=4096}, {iov_base=":<\26\375q\330\t\353\2656Q\227\337U3\5\36?1\372\27,\331x\21G\263\204f\215\274\375"..., iov_len=4096}, {iov_base="\325\214O\224\335\237\341f\r\v\251\243Q\250\320\200;#\374\16n\355}$]\255j\22742C\212"..., iov_len=4096}, {iov_base="\363\215`\334\340\205y\213\312R4j\7\251Q_/\273\252\330K\2657\246z\261\264Y'\317:\233"..., iov_len=4096}, {iov_base="\r\265%\232\327\234];\202\276%\256\177D\233!i/W\264W>/\201\347\275j\16^\211@\310"..., iov_len=4096}, {iov_base="\n\376Q|\336E\247Ze\323\25\370e\1}\270\267\21\34!\330\36*w\331\2310\371j\214lD"..., iov_len=4096}, {iov_base="\306\350Ig<\26M\371\311\242\363\273<]\276\375\345B\236>u~z\212\335\347\343\213\371\370o\21"..., iov_len=4096}, {iov_base="ZF\36\201o\270b \363_F\313Y\235\262\250\306\372\301\200A\314\230I@\0\260\3\254N\223\253"..., iov_len=4096}, {iov_base="\t\214w\230\332\260t\t\374\352--\370\26\264\377V\3_\362$\266}E\345x\246\346B\250\4\224"..., iov_len=4096}, {iov_base="\271\20O\345\276\366\32\350\255\213\244/\255(\373\306\275G\210+\0024\304\210O\331O/\263Mt\302"..., iov_len=4096}, {iov_base="A\303\213\313(\333\331\31\5p\"VE\321\307\250:I\315x\312jp\2063\357\30\316\267\206\344\262"..., iov_len=4096}, {iov_base="Z|\322qb\37n\342z\374\262ba\301\274*\363\261\2633\215\nb\377<\376\303HT\252\234T"..., iov_len=4096}, {iov_base="\253YW\v\371z\v\37P\304(S\343\264\33726\2430\237\376\304x`\v\324i-G|F\207"..., iov_len=4096}, {iov_base="\210?s@XG0\341\346\203\302?\5\3714\241b\17\277\265\205z\177:ts\230\250\215L\316\251"..., iov_len=4096}, {iov_base="\2457\n\314SIecL\314ae\5h\352`\237H\37fo\36}\333\276\3232\226\226\241\374\233"..., iov_len=4096}, {iov_base="\215\214n\352L\250\206P\236\307G\322\20I\v\216ad\365\214bv6\304\327s\30\33]\315\222\3"..., iov_len=4096}, {iov_base="~\247SB}0\240\r\4\326h\212M\322R?\273\315\2163\262\177\212\277\241\\\326\352\330=AM"..., iov_len=4096}, {iov_base="\21\177\324\322\355\6\25\330\351\367\352Q\262c'\247fk\373\303\243h\346\274\256l\365\352\366\203\324\321"..., iov_len=4096}, {iov_base="\236'\350\17\217\20_\303\232\266h\0025'\362+\7=\241\266V\232j\330\267\25?\266\25\247J\37"..., iov_len=4096}, {iov_base="V\6\353Zk\370\262D\252\266\351\2\327\204\353\33'pv<\349\261\300T\342\262\314O9\362\201"..., iov_len=4096}, {iov_base="\230W\244\221\36\354\24h\231\265\221\0307z\23\373`\350\307\16Q\325\31|\223t\374Z\":\233\306"..., iov_len=4096}, {iov_base="\16VgO\16c\206\2228.\362S\361Io\202\3Iec\224\271\376\3367\337\2270\7\213Eu"..., iov_len=4096}, {iov_base=":{T\212#\354F\0056\353\274\206\313s\27;/W\21\21\205\345\227\353\326\374\324\356j\271\245N"..., iov_len=4096}], 32) = 61490
writev(3, [{iov_base="<\365.pBV\304\314\177\220\0[\5\223B7\202\342\327'\243\371q\370EY@\310Cx\275\34"..., iov_len=1996}, {iov_base="ZF\36\201o\270b \363_F\313Y\235\262\250\306\372\301\200A\314\230I@\0\260\3\254N\223\253"..., iov_len=4096}, {iov_base="\t\214w\230\332\260t\t\374\352--\370\26\264\377V\3_\362$\266}E\345x\246\346B\250\4\224"..., iov_len=4096}, {iov_base="\271\20O\345\276\366\32\350\255\213\244/\255(\373\306\275G\210+\0024\304\210O\331O/\263Mt\302"..., iov_len=4096}, {iov_base="A\303\213\313(\333\331\31\5p\"VE\321\307\250:I\315x\312jp\2063\357\30\316\267\206\344\262"..., iov_len=4096}, {iov_base="Z|\322qb\37n\342z\374\262ba\301\274*\363\261\2633\215\nb\377<\376\303HT\252\234T"..., iov_len=4096}, {iov_base="\253YW\v\371z\v\37P\304(S\343\264\33726\2430\237\376\304x`\v\324i-G|F\207"..., iov_len=4096}, {iov_base="\210?s@XG0\341\346\203\302?\5\3714\241b\17\277\265\205z\177:ts\230\250\215L\316\251"..., iov_len=4096}, {iov_base="\2457\n\314SIecL\314ae\5h\352`\237H\37fo\36}\333\276\3232\226\226\241\374\233"..., iov_len=4096}, {iov_base="\215\214n\352L\250\206P\236\307G\322\20I\v\216ad\365\214bv6\304\327s\30\33]\315\222\3"..., iov_len=4096}, {iov_base="~\247SB}0\240\r\4\326h\212M\322R?\273\315\2163\262\177\212\277\241\\\326\352\330=AM"..., iov_len=4096}, {iov_base="\21\177\324\322\355\6\25\330\351\367\352Q\262c'\247fk\373\303\243h\346\274\256l\365\352\366\203\324\321"..., iov_len=4096}, {iov_base="\236'\350\17\217\20_\303\232\266h\0025'\362+\7=\241\266V\232j\330\267\25?\266\25\247J\37"..., iov_len=4096}, {iov_base="V\6\353Zk\370\262D\252\266\351\2\327\204\353\33'pv<\349\261\300T\342\262\314O9\362\201"..., iov_len=4096}, {iov_base="\230W\244\221\36\354\24h\231\265\221\0307z\23\373`\350\307\16Q\325\31|\223t\374Z\":\233\306"..., iov_len=4096}, {iov_base="\16VgO\16c\206\2228.\362S\361Io\202\3Iec\224\271\376\3367\337\2270\7\213Eu"..., iov_len=4096}, {iov_base=":{T\212#\354F\0056\353\274\206\313s\27;/W\21\21\205\345\227\353\326\374\324\356j\271\245N"..., iov_len=4096}], 17) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
writev(3, [{iov_base="<\365.pBV\304\314\177\220\0[\5\223B7\202\342\327'\243\371q\370EY@\310Cx\275\34"..., iov_len=1996}, {iov_base="ZF\36\201o\270b \363_F\313Y\235\262\250\306\372\301\200A\314\230I@\0\260\3\254N\223\253"..., iov_len=4096}, {iov_base="\t\214w\230\332\260t\t\374\352--\370\26\264\377V\3_\362$\266}E\345x\246\346B\250\4\224"..., iov_len=4096}, {iov_base="\271\20O\345\276\366\32\350\255\213\244/\255(\373\306\275G\210+\0024\304\210O\331O/\263Mt\302"..., iov_len=4096}, {iov_base="A\303\213\313(\333\331\31\5p\"VE\321\307\250:I\315x\312jp\2063\357\30\316\267\206\344\262"..., iov_len=4096}, {iov_base="Z|\322qb\37n\342z\374\262ba\301\274*\363\261\2633\215\nb\377<\376\303HT\252\234T"..., iov_len=4096}, {iov_base="\253YW\v\371z\v\37P\304(S\343\264\33726\2430\237\376\304x`\v\324i-G|F\207"..., iov_len=4096}, {iov_base="\210?s@XG0\341\346\203\302?\5\3714\241b\17\277\265\205z\177:ts\230\250\215L\316\251"..., iov_len=4096}, {iov_base="\2457\n\314SIecL\314ae\5h\352`\237H\37fo\36}\333\276\3232\226\226\241\374\233"..., iov_len=4096}, {iov_base="\215\214n\352L\250\206P\236\307G\322\20I\v\216ad\365\214bv6\304\327s\30\33]\315\222\3"..., iov_len=4096}, {iov_base="~\247SB}0\240\r\4\326h\212M\322R?\273\315\2163\262\177\212\277\241\\\326\352\330=AM"..., iov_len=4096}, {iov_base="\21\177\324\322\355\6\25\330\351\367\352Q\262c'\247fk\373\303\243h\346\274\256l\365\352\366\203\324\321"..., iov_len=4096}, {iov_base="\236'\350\17\217\20_\303\232\266h\0025'\362+\7=\241\266V\232j\330\267\25?\266\25\247J\37"..., iov_len=4096}, {iov_base="V\6\353Zk\370\262D\252\266\351\2\327\204\353\33'pv<\349\261\300T\342\262\314O9\362\201"..., iov_len=4096}, {iov_base="\230W\244\221\36\354\24h\231\265\221\0307z\23\373`\350\307\16Q\325\31|\223t\374Z\":\233\306"..., iov_len=4096}, {iov_base="\16VgO\16c\206\2228.\362S\361Io\202\3Iec\224\271\376\3367\337\2270\7\213Eu"..., iov_len=4096}, {iov_base=":{T\212#\354F\0056\353\274\206\313s\27;/W\21\21\205\345\227\353\326\374\324\356j\271\245N"..., iov_len=4096}, {iov_base="\342\25\3\264/!\305:\321\315\2109\20\350V\227\354\264\204\36-\3\v\254\255\371kk7\334i\236"..., iov_len=4096}, {iov_base="\354\273j>\301z\237\272\357f\nL\224\26\224\330\0\324\257\335\373\270\324\377\fJ\35\":\300\347\215"..., iov_len=4096}, {iov_base="\351\331\f\n\327LIt\237\273\322\35\0223\17-\242V\273\342\317\201~\211,\253\27\3006\357\301\366"..., iov_len=2043}], 20) = 41470
writev(3, [{iov_base="\272\375f\240zTa\2523\274\\\226QQ\16a\277O\277\n>*2\3340\252Oq\374qI\317"..., iov_len=1486}, {iov_base="\21\177\324\322\355\6\25\330\351\367\352Q\262c'\247fk\373\303\243h\346\274\256l\365\352\366\203\324\321"..., iov_len=4096}, {iov_base="\236'\350\17\217\20_\303\232\266h\0025'\362+\7=\241\266V\232j\330\267\25?\266\25\247J\37"..., iov_len=4096}, {iov_base="V\6\353Zk\370\262D\252\266\351\2\327\204\353\33'pv<\349\261\300T\342\262\314O9\362\201"..., iov_len=4096}, {iov_base="\230W\244\221\36\354\24h\231\265\221\0307z\23\373`\350\307\16Q\325\31|\223t\374Z\":\233\306"..., iov_len=4096}, {iov_base="\16VgO\16c\206\2228.\362S\361Io\202\3Iec\224\271\376\3367\337\2270\7\213Eu"..., iov_len=4096}, {iov_base=":{T\212#\354F\0056\353\274\206\313s\27;/W\21\21\205\345\227\353\326\374\324\356j\271\245N"..., iov_len=4096}, {iov_base="\342\25\3\264/!\305:\321\315\2109\20\350V\227\354\264\204\36-\3\v\254\255\371kk7\334i\236"..., iov_len=4096}, {iov_base="\354\273j>\301z\237\272\357f\nL\224\26\224\330\0\324\257\335\373\270\324\377\fJ\35\":\300\347\215"..., iov_len=4096}, {iov_base="\351\331\f\n\327LIt\237\273\322\35\0223\17-\242V\273\342\317\201~\211,\253\27\3006\357\301\366"..., iov_len=2043}], 10) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
writev(3, [{iov_base="\272\375f\240zTa\2523\274\\\226QQ\16a\277O\277\n>*2\3340\252Oq\374qI\317"..., iov_len=1486}, {iov_base="\21\177\324\322\355\6\25\330\351\367\352Q\262c'\247fk\373\303\243h\346\274\256l\365\352\366\203\324\321"..., iov_len=4096}, {iov_base="\236'\350\17\217\20_\303\232\266h\0025'\362+\7=\241\266V\232j\330\267\25?\266\25\247J\37"..., iov_len=4096}, {iov_base="V\6\353Zk\370\262D\252\266\351\2\327\204\353\33'pv<\349\261\300T\342\262\314O9\362\201"..., iov_len=4096}, {iov_base="\230W\244\221\36\354\24h\231\265\221\0307z\23\373`\350\307\16Q\325\31|\223t\374Z\":\233\306"..., iov_len=4096}, {iov_base="\16VgO\16c\206\2228.\362S\361Io\202\3Iec\224\271\376\3367\337\2270\7\213Eu"..., iov_len=4096}, {iov_base=":{T\212#\354F\0056\353\274\206\313s\27;/W\21\21\205\345\227\353\326\374\324\356j\271\245N"..., iov_len=4096}, {iov_base="\342\25\3\264/!\305:\321\315\2109\20\350V\227\354\264\204\36-\3\v\254\255\371kk7\334i\236"..., iov_len=4096}, {iov_base="\354\273j>\301z\237\272\357f\nL\224\26\224\330\0\324\257\335\373\270\324\377\fJ\35\":\300\347\215"..., iov_len=4096}, {iov_base="\351\331\f\n\327LIt\237\273\322\35\0223\17-\242V\273\342\317\201~\211,\253\27\3006\357\301\366"..., iov_len=2043}], 10) = 36297
write(7, "{\"time_iso8601\":\"2023-11-30T21:2"..., 155) = 155
close(13)                               = 0
close(3)                                = 0
epoll_wait(17, [{EPOLLIN, {u32=1172357136, u64=139725048430608}}], 512, -1) = 1
accept4(8, {sa_family=AF_INET, sin_port=htons(65228), sin_addr=inet_addr("14.145.163.156")}, [112->16], SOCK_NONBLOCK) = 3
epoll_ctl(17, EPOLL_CTL_ADD, 3, {EPOLLIN|EPOLLRDHUP|EPOLLET, {u32=1172358336, u64=139725048431808}}) = 0
accept4(8, 0x7ffe5b0bbba0, [112], SOCK_NONBLOCK) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLIN, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
recvfrom(3, "GET /favicon.ico HTTP/1.1\r\nHost:"..., 1024, 0, NULL, NULL) = 446
openat(AT_FDCWD, "/usr/local/nginx/pages/favicon.ico.gz", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/nginx/pages/favicon.ico", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
writev(3, [{iov_base="HTTP/1.1 404 Not Found\r\nServer: "..., iov_len=170}, {iov_base="<html>\r\n<head><title>404 Not Fou"..., iov_len=100}, {iov_base="<hr><center>nginx/1.24.0</center"..., iov_len=53}, {iov_base="<!-- a padding to disable MSIE a"..., iov_len=402}], 4) = 725
setsockopt(3, SOL_TCP, TCP_NODELAY, [1], 4) = 0

        注意:openat(AT_FDCWD, "/usr/local/nginx/pages/index2.html.gz", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/nginx/pages/index2.html", O_RDONLY|O_NONBLOCK) = 13,
        文件被gzip压缩了。

测试17:开启gzip、gzip_static、sendfile,关闭aio、directio,请求/index2.xml

{"time_iso8601":"2023-11-30T21:27:28+08:00","request_uri":"/index2.xml","status":"200","bytes_sent":"915825","request_time":"5.033","gzip_ratio":"",}
epoll_wait(17, [{EPOLLIN, {u32=1172358337, u64=139725048431809}}], 512, 65000) = 1
recvfrom(3, "GET /index2.xml HTTP/1.1\r\nHost: "..., 1024, 0, NULL, NULL) = 492
openat(AT_FDCWD, "/usr/local/nginx/pages/index2.xml.gz", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/nginx/pages/index2.xml", O_RDONLY|O_NONBLOCK) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=915568, ...}) = 0
setsockopt(3, SOL_TCP, TCP_NODELAY, [0], 4) = 0
setsockopt(3, SOL_TCP, TCP_CORK, [1], 4) = 0
writev(3, [{iov_base="HTTP/1.1 200 OK\r\nServer: nginx/1"..., iov_len=257}], 1) = 257
sendfile(3, 13, [0] => [78393], 915568) = 78393
sendfile(3, 13, [78393], 837175)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_ctl(17, EPOLL_CTL_MOD, 3, {EPOLLIN|EPOLLOUT|EPOLLRDHUP|EPOLLET, {u32=1172358337, u64=139725048431809}}) = 0
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
sendfile(3, 13, [78393] => [132733], 837175) = 54340
sendfile(3, 13, [132733], 782835)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59810) = 1
sendfile(3, 13, [132733] => [185643], 782835) = 52910
sendfile(3, 13, [185643], 729925)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
sendfile(3, 13, [185643] => [238553], 729925) = 52910
sendfile(3, 13, [238553], 677015)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59904) = 1
sendfile(3, 13, [238553] => [290033], 677015) = 51480
sendfile(3, 13, [290033], 625535)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 59816) = 1
sendfile(3, 13, [290033] => [324353], 625535) = 34320
sendfile(3, 13, [324353], 591215)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
sendfile(3, 13, [324353] => [411583], 591215) = 87230
sendfile(3, 13, [411583], 503985)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
sendfile(3, 13, [411583] => [504533], 503985) = 92950
sendfile(3, 13, [504533], 411035)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
sendfile(3, 13, [504533] => [600343], 411035) = 95810
sendfile(3, 13, [600343], 315225)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
sendfile(3, 13, [600343] => [687573], 315225) = 87230
sendfile(3, 13, [687573], 227995)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
sendfile(3, 13, [687573] => [780523], 227995) = 92950
sendfile(3, 13, [780523], 135045)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
sendfile(3, 13, [780523] => [867753], 135045) = 87230
sendfile(3, 13, [867753], 47815)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 60000) = 1
sendfile(3, 13, [867753] => [915568], 47815) = 47815
write(7, "{\"time_iso8601\":\"2023-11-30T21:2"..., 150) = 150
close(13)                               = 0
setsockopt(3, SOL_TCP, TCP_CORK, [0], 4) = 0
epoll_wait(17, [{EPOLLIN|EPOLLOUT, {u32=1172358337, u64=139725048431809}}], 512, 65000) = 1
recvfrom(3, "GET /favicon.ico HTTP/1.1\r\nHost:"..., 1024, 0, NULL, NULL) = 445
openat(AT_FDCWD, "/usr/local/nginx/pages/favicon.ico.gz", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/nginx/pages/favicon.ico", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
writev(3, [{iov_base="HTTP/1.1 404 Not Found\r\nServer: "..., iov_len=170}, {iov_base="<html>\r\n<head><title>404 Not Fou"..., iov_len=100}, {iov_base="<hr><center>nginx/1.24.0</center"..., iov_len=53}, {iov_base="<!-- a padding to disable MSIE a"..., iov_len=402}], 4) = 725
setsockopt(3, SOL_TCP, TCP_NODELAY, [1], 4) = 0

        注意:openat(AT_FDCWD, "/usr/local/nginx/pages/index2.xml.gz", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/usr/local/nginx/pages/index2.xml", O_RDONLY|O_NONBLOCK) = 13

        文件没有被压缩。

        通过对比测试15、16和17的结果,我们可以得出的结论是,gzip_static指令不受gzip_types的影响,不管文件MIME类型,如果有.gz文件都一定先传输.gz文件。

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mfbz.cn/a/217983.html

如若内容造成侵权/违法违规/事实不符,请联系我们进行投诉反馈qq邮箱809451989@qq.com,一经查实,立即删除!

相关文章

SpringBoot整合ES客户端操作

SpringBoot整合ES客户端操作 介绍ES ES下载与安装 https://www.elastic.co/cn/downloads/past-releases 不要装太新的&#xff0c;里面自己配置了jdk&#xff0c;太新的可能用不了&#xff0c;免安装的&#xff0c;解压就好 浏览器输入&#xff1a;http://localhost:9200/ 返…

算法通关村第十六关-黄金挑战滑动窗口与堆的结合

大家好我是苏麟 , 今天带来一道小题 . 滑动窗口最大值 描述 : 给你一个整数数组 nums&#xff0c;有一个大小为 k 的滑动窗口从数组的最左侧移动到数组的最右侧。你只可以看到在滑动窗口内的 k 个数字。滑动窗口每次只向右移动一位。 返回 滑动窗口中的最大值 。 题目 : …

U-GAT-IT 使用指南:人脸动漫风格化

U-GAT-IT 使用指南 网络结构优化目标 论文地址&#xff1a;https://arxiv.org/pdf/1907.10830.pdf 项目代码&#xff1a;https://github.com/taki0112/UGATIT U-GAT-IT 和 Pix2Pix 的区别&#xff1a; U-GAT-IT&#xff1a;主要应用于图像风格转换、图像翻译和图像增强等任务…

上传文件获得下载链接方法:直链!直链!

&#xff01;非 百度网盘 不是直接用网盘下载&#xff0c;要用直链&#xff0c;百度上有很多方法。 我自己研究了个&#xff0c;跳过百度网盘输密码进网页的方法 还是先还是要把文件上传网盘让后搜索网盘获取直链的方法&#xff08;那百度网盘举例&#xff09; 地址 https:…

项目部署到线上服务器后,报 Redis error: ERR unknown command del 错误

查了很多资料&#xff0c;终于解决了&#xff0c;问题出在redis.conf里&#xff0c;该文件里被添加了新的命令如下&#xff1a; 在这几句命令前加 # 号注释掉&#xff0c;重启即可解决 另附上相关redis的命令&#xff1a; 停止Redis&#xff1a;systemctl stop redis启动Redis…

JavaEE进阶学习:Spring Boot 配置文件

1.配置文件的作用 整个项目中所有重要的数据都是在配置文件中配置的&#xff0c;比如&#xff1a; 数据库的连接信息&#xff08;包含用户名和密码的设置&#xff09;&#xff1b;项目的启动端口&#xff1b;第三方系统的调用秘钥等信息&#xff1b;用于发现和定位问题的普通…

大数据项目——基于Django协同过滤算法的房源可视化分析推荐系统的设计与实现

大数据项目——基于Django协同过滤算法的房源可视化分析推荐系统的设计与实现 技术栈&#xff1a;大数据爬虫/机器学习学习算法/数据分析与挖掘/大数据可视化/Django框架/Mysql数据库 本项目基于 Django框架开发的房屋可视化分析推荐系统。这个系统结合了大数据爬虫、机器学习…

深入理解Go语言GC机制

1、Go 1.3之前的标记-清除&#xff08;mark and sweep&#xff09;算法 Go 1.3之前的时候主要用的是普通的标记-清除算法&#xff0c;此算法主要由两个主要的步骤&#xff1a; 标记&#xff08;Mark phase&#xff09;清除&#xff08;Sweep phase&#xff09; 1&#xff09…

通达OA inc/package/down.php接口存在未授权访问漏洞

声明 本文仅用于技术交流&#xff0c;请勿用于非法用途 由于传播、利用此文所提供的信息而造成的任何直接或者间接的后果及损失&#xff0c;均由使用者本人负责&#xff0c;文章作者不为此承担任何责任。 一. 产品简介 通达OA&#xff08;Office Anywhere网络智能办公系统&am…

图像语义分割算法(FCN/U-net)

Some definitions &#xfeff; 与目标检测不同&#xff0c;语义分割任务不但要对图片中的物体的位置和类别进行预测&#xff0c;还要精确地描绘出不同类物体之间的边界&#xff08;注意是不同类物体&#xff0c;而不是不同物体。若对同一类的不同物体也进行区分&#xff0c;则…

ERPNext SQL 注入漏洞复现

0x01 产品简介 ERPNext 是一套开源的企业资源计划系统。 0x02 漏洞概述 ERPNext 系统frappe.model.db_query.get_list 文件 filters 参数存在 SQL 注入漏洞,攻击者除了可以利用 SQL 注入漏洞获取数据库中的信息(例如,管理员后台密码、站点的用户个人信息)之外,甚至在高权…

同旺科技 USB TO SPI / I2C --- 调试W5500_TCP Client测试

所需设备&#xff1a; 内附链接 1、USB转SPI_I2C适配器(专业版); 首先&#xff0c;连接W5500模块与同旺科技USB TO SPI / I2C适配器&#xff0c;如下图&#xff1a; 网关IP地址寄存器(192.168.1.1)子网掩码寄存器(255.255.255.0)源MAC地址寄存器源IP地址寄存器(192.168.1.8)…

idea__SpringBoot微服务01——了解Springboot

了解Springboot 一、回顾学习与现在三、回顾什么是Spring三、Spring是如何简化Java开发的四、什么是SpringBoot五、看图————————创作不易&#xff0c;如觉不错&#xff0c;随手点赞&#xff0c;关注&#xff0c;收藏(*&#xffe3;︶&#xffe3;)&#xff0c;谢谢~~ 一…

互联网Java工程师面试题·Spring Boot篇·第一弹

目录 1、什么是 Spring Boot&#xff1f; 2、Spring Boot 有哪些优点&#xff1f; 3、什么是 JavaConfig&#xff1f; 4、如何重新加载 Spring Boot 上的更改&#xff0c;而无需重新启动服务器&#xff1f; 5、Spring Boot 中的监视器是什么&#xff1f; 6、如何在 Sprin…

Mysql集群部署---MySQL集群Cluster将数据分成多个片段,每个片段存储在不同的服务器上

1.1 目的 部署MysqlCluster集群环境 1.2 MySQL集群Cluster原理 1 数据分片 MySQL集群Cluster将数据分成多个片段&#xff0c;每个片段存储在不同的服务器上。这样可以将数据负载分散到多个服务器上&#xff0c;提高系统的性能和可扩展性。 2. 数据同步 MySQL集群Cluster使…

微服务--一篇入门kubernets

Kubernetes 1. Kubernetes介绍1.1 应用部署方式演变1.2 kubernetes简介1.3 kubernetes组件1.4 kubernetes概念 2. kubernetes集群环境搭建2.1 前置知识点2.2 kubeadm 部署方式介绍2.3 安装要求2.4 最终目标2.5 准备环境2.6 系统初始化2.6.1 设置系统主机名以及 Host 文件的相互…

两种内网穿透的实现方法

目录 前言&#xff1a; 一、IP和端口的作用 二、公网IP不够用 三、内网穿透实现方法 方法一&#xff1a;设置路由器 方法二&#xff1a;使用某些APP&#xff0c;例如花生壳 前言&#xff1a; 本文会介绍为什么需要使用内网穿透以及实现内网穿透的两种方法 一、IP和端口…

sqlmap400报错问题解决

python sqlmap.py -r sql.txt --batch --techniqueB --tamperspace2comment --risk 3 --force-ssl–batch 选项全部默认 不用再手动输入 –techniqueB 使用布尔盲注&#xff0c;该参数是指出要求使用的注入方式 –tamperspace2comment使用特殊脚本&#xff0c;space2comment是把…

LeedCode刷题---双指针问题

顾得泉&#xff1a;个人主页 个人专栏&#xff1a;《Linux操作系统》 《C/C》 《LeedCode刷题》 键盘敲烂&#xff0c;年薪百万&#xff01; 双指针简介 常见的双指针有两种形式&#xff0c;一种是对撞指针&#xff0c;一种是左右指针。 对撞指针:一般用于顺序结构中&…

Powercli常用命令

背景 vcenter web界面不如命令行快&#xff0c;且不能批量操作。 根据实际需求逐步补充使用到的powercli 命令。 00 通过bat脚本配置terminal标签页 在WindowsTerminal上配置新的标签页&#xff0c;实现打开标签页即默认连接vcenter。 脚本内容如下&#xff1a; echo off p…
最新文章