Nginx(九) aio & sendfile & directio 组合使用测试(1)

         测试输出日志太多,文章篇幅太长,所以没法一次性发布,只能拆成两部分了。

Nginx(九) aio & sendfile & directio 组合使用测试(2)

还是依照惯例,先上结论:

        1、当开启aio,关闭sendfile时,静态文件都是通过aio返回给客户端的(需要再深究下直接I/O);参考测试2、3、4

        2、当开启sendfile,关闭aio时,如果设置了directio,那么小于directio指定值的静态文件通过sendfile发送给客户端,而大于或等于directio指定值的静态文件通过普通字节流读写的方式返回给客户端;参考测试7、8

        3、当开启sendfile,关闭aio时,如果未设置directio,那么静态文件都通过sendfile发送给客户端;参考测试9、10

        4、当同时开启aio和sendfile时,如果设置了directio,那么小于directio指定值的静态文件通过sendfile发送给客户端,而大于或等于directio指定值的静态文件通过aio返回给客户端;参考测试5、6

        5、当同时开启aio和sendfile时,如果未设置directio,那么静态文件都是通过sendfile发送给客户端;参考测试11、12、13

 测试配置如下

thread_pool  default  threads=32  max_queue=65535;
http {
    aio	   on;
    directio	    2m;
    sendfile        on;
    sendfile_max_chunk 1m;
    
    #### Gzip压缩服务配置
    #gzip  off;					# 设置是否开启gzip压缩服务,用于提高传输速度,默认关闭(off)。
    #gzip_static off;            # 开启静态压缩

}

        为方便阅读进程调用系统调用日志,在进行测试我们先了解几个函数/系统调用的作用:

        openat:打开文件(绝对路径)并获取文件描述符
        fstat:根据文件描述符获取文件状态信息
        close:关闭文件
        futex:全称是Fast Userspace muTexes,翻译过来就是“快速用户空间互斥体”,是一种用于用户空间应用程序的通用同步工具(基于futex可以在userspace实现互斥锁、读写锁、condition variable等同步机制)
        accept4:接受一个客户端的连接请求,并返回一个新的套接字(for tcp)。int accept4(int sockfd, struct sockaddr *addr, socklen_t *addrlen, int flags);
        recvfrom:读取sockfd(接收数据的套接字描述符)上的数据。ssize_t recvfrom(int sockfd, void *buf, size_t len, int flags, struct sockaddr *src_addr, socklen_t *addrlen);
        io_getevents:是aio系统调用,用于获取aio任务。
        io_submit:也是aio系统调用,用于提交aio任务。
        fcntl:给文件上锁、解锁等。
        brk:向内核申请空间。
        pread64:从指定的文件描述符中读取数据,并将数据存储到指定的缓冲区。
        writev:整合多个缓冲中的数据并发送。
        setsockopt:用来为网络套接字设置选项值。

使用如下指令,跟踪进程的系统调用情况:

strace -p <进程ID>

测试1:关闭aio、directio、sendfile,请求/vendor.js

{"time_iso8601":"2023-11-26T22:35:24+08:00","request_uri":"/vendor.js","status":"200","bytes_sent":"1925621","request_time":"11.684","gzip_ratio":"",}
epoll_wait(17, [{EPOLLIN, {u32=1172357136, u64=139725048430608}}], 512, -1) = 1
accept4(8, {sa_family=AF_INET, sin_port=htons(57839), sin_addr=inet_addr("14.145.198.236")}, [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 /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) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=1925348, ...}) = 0
pread64(7, "webpackJsonp([59],{\"++K3\":functi"..., 32768, 0) = 32768
writev(6, [{iov_base="HTTP/1.1 200 OK\r\nServer: nginx/1"..., iov_len=273}, {iov_base="webpackJsonp([59],{\"++K3\":functi"..., iov_len=32768}], 2) = 33041
pread64(7, "(e,t)},n.p=\"/dist/\",n(n.s=65)}({"..., 32768, 32768) = 32768
writev(6, [{iov_base="(e,t)},n.p=\"/dist/\",n(n.s=65)}({"..., iov_len=32768}], 1) = 32768
pread64(7, ",this._router.history.current)):"..., 32768, 65536) = 32768
writev(6, [{iov_base=",this._router.history.current)):"..., iov_len=32768}], 1) = 12841
writev(6, [{iov_base="tate\":\"hashchange\";window.addEve"..., iov_len=19927}], 1) = -1 EAGAIN (Resource temporarily unavailable)
pread64(7, "),this})};if(\"function\"==typeof "..., 32768, 98304) = 32768
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
writev(6, [{iov_base="tate\":\"hashchange\";window.addEve"..., iov_len=19927}, {iov_base="),this})};if(\"function\"==typeof "..., iov_len=32768}], 2) = 52695
pread64(7, "teData(e,t,!0)}var u=l.prototype"..., 32768, 131072) = 32768
pread64(7, "r=!1,this.resetColor()},hide:fun"..., 32768, 163840) = 32768
writev(6, [{iov_base="teData(e,t,!0)}var u=l.prototype"..., iov_len=32768}, {iov_base="r=!1,this.resetColor()},hide:fun"..., iov_len=32768}], 2) = 7365
writev(6, [{iov_base="var t=e.getData(),n=this._data,i"..., iov_len=25403}, {iov_base="r=!1,this.resetColor()},hide:fun"..., iov_len=32768}], 2) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59834) = 1
writev(6, [{iov_base="var t=e.getData(),n=this._data,i"..., iov_len=25403}, {iov_base="r=!1,this.resetColor()},hide:fun"..., iov_len=32768}], 2) = 57200
writev(6, [{iov_base="e)]}},\"3g/S\":function(e,t,n){var"..., iov_len=971}], 1) = -1 EAGAIN (Resource temporarily unavailable)
pread64(7, "center\",d=\"bottom\";break;case\"bo"..., 32768, 196608) = 32768
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="e)]}},\"3g/S\":function(e,t,n){var"..., iov_len=971}, {iov_base="center\",d=\"bottom\";break;case\"bo"..., iov_len=32768}], 2) = 33739
pread64(7, "lidator:I},popperClass:String,ed"..., 32768, 229376) = 32768
pread64(7, "=l.asc,p=i.bind,g=i.each,v=\"hori"..., 32768, 262144) = 32768
writev(6, [{iov_base="lidator:I},popperClass:String,ed"..., iov_len=32768}, {iov_base="=l.asc,p=i.bind,g=i.each,v=\"hori"..., iov_len=32768}], 2) = 30611
writev(6, [{iov_base="tickDirection),i.retrieve(n.labe"..., iov_len=2157}, {iov_base="=l.asc,p=i.bind,g=i.each,v=\"hori"..., iov_len=32768}], 2) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59868) = 1
writev(6, [{iov_base="tickDirection),i.retrieve(n.labe"..., iov_len=2157}, {iov_base="=l.asc,p=i.bind,g=i.each,v=\"hori"..., iov_len=32768}], 2) = 34925
pread64(7, "125):Math.abs(W-j)<1e-4?B&&H<R||"..., 32768, 294912) = 32768
pread64(7, "|95===t}function U(e,t,n,i){Obje"..., 32768, 327680) = 32768
writev(6, [{iov_base="125):Math.abs(W-j)<1e-4?B&&H<R||"..., iov_len=32768}, {iov_base="|95===t}function U(e,t,n,i){Obje"..., iov_len=32768}], 2) = 29425
writev(6, [{iov_base="==e}function s(e){return!0===e}f"..., iov_len=3343}, {iov_base="|95===t}function U(e,t,n,i){Obje"..., iov_len=32768}], 2) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59732) = 1
writev(6, [{iov_base="==e}function s(e){return!0===e}f"..., iov_len=3343}, {iov_base="|95===t}function U(e,t,n,i){Obje"..., iov_len=32768}], 2) = 36111
pread64(7, "(m):\"\"),t,void 0,void 0,void 0,n"..., 32768, 360448) = 32768
pread64(7, "0;n<i.remove.length;++n)i.remove"..., 32768, 393216) = 32768
writev(6, [{iov_base="(m):\"\"),t,void 0,void 0,void 0,n"..., iov_len=32768}, {iov_base="0;n<i.remove.length;++n)i.remove"..., iov_len=32768}], 2) = 28239
writev(6, [{iov_base="ice(0,-1).replace(\",\",\".\"))}func"..., iov_len=4529}, {iov_base="0;n<i.remove.length;++n)i.remove"..., iov_len=32768}], 2) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="ice(0,-1).replace(\",\",\".\"))}func"..., iov_len=4529}, {iov_base="0;n<i.remove.length;++n)i.remove"..., iov_len=32768}], 2) = 37297
pread64(7, "t(e.model.callback,\",expression:"..., 32768, 425984) = 32768
pread64(7, "d())}(this)},e.prototype.setData"..., 32768, 458752) = 32768
writev(6, [{iov_base="t(e.model.callback,\",expression:"..., iov_len=32768}, {iov_base="d())}(this)},e.prototype.setData"..., iov_len=32768}], 2) = 17043
writev(6, [{iov_base="{var i=n(\"Icdr\").extendComponent"..., iov_len=15725}, {iov_base="d())}(this)},e.prototype.setData"..., iov_len=32768}], 2) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="{var i=n(\"Icdr\").extendComponent"..., iov_len=15725}, {iov_base="d())}(this)},e.prototype.setData"..., iov_len=32768}], 2) = 41470
writev(6, [{iov_base="-u.x,-u.y];if(r){l.box(\"horizont"..., iov_len=7023}], 1) = -1 EAGAIN (Resource temporarily unavailable)
pread64(7, ");else if(\"object\"===i(t[e])){va"..., 32768, 491520) = 32768
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59791) = 1
writev(6, [{iov_base="-u.x,-u.y];if(r){l.box(\"horizont"..., iov_len=7023}, {iov_base=");else if(\"object\"===i(t[e])){va"..., iov_len=32768}], 2) = 39791
pread64(7, "turn Object.prototype.hasOwnProp"..., 32768, 524288) = 32768
pread64(7, "t,n){var i=n(\"yt/B\"),r=n(\"DRaW\")"..., 32768, 557056) = 32768
writev(6, [{iov_base="turn Object.prototype.hasOwnProp"..., iov_len=32768}, {iov_base="t,n){var i=n(\"yt/B\"),r=n(\"DRaW\")"..., iov_len=32768}], 2) = 51729
writev(6, [{iov_base="=S?S*u:b.y)+T.sy,p=r*(1-x)+(s=nu"..., iov_len=13807}], 1) = -1 EAGAIN (Resource temporarily unavailable)
pread64(7, ":null,areaSelectStyle:{width:20,"..., 32768, 589824) = 32768
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="=S?S*u:b.y)+T.sy,p=r*(1-x)+(s=nu"..., iov_len=13807}, {iov_base=":null,areaSelectStyle:{width:20,"..., iov_len=32768}], 2) = 46575
pread64(7, "his.$emit(\"input\",e),this.selfMo"..., 32768, 622592) = 32768
pread64(7, "parsePercent,s=n(\"1bHA\");functio"..., 32768, 655360) = 32768
writev(6, [{iov_base="his.$emit(\"input\",e),this.selfMo"..., iov_len=32768}, {iov_base="parsePercent,s=n(\"1bHA\");functio"..., iov_len=32768}], 2) = 43515
writev(6, [{iov_base="tToPixel:i.curry(d,\"dataToPoint\""..., iov_len=22021}], 1) = -1 EAGAIN (Resource temporarily unavailable)
pread64(7, "{m=!0;break}}else if(e[p++]=c[h+"..., 32768, 688128) = 32768
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="tToPixel:i.curry(d,\"dataToPoint\""..., iov_len=22021}, {iov_base="{m=!0;break}}else if(e[p++]=c[h+"..., iov_len=32768}], 2) = 54789
pread64(7, "ter&&(t.locationChangeAngularEmi"..., 32768, 720896) = 32768
pread64(7, ":function(e,t){e.exports=functio"..., 32768, 753664) = 32768
writev(6, [{iov_base="ter&&(t.locationChangeAngularEmi"..., iov_len=32768}, {iov_base=":function(e,t){e.exports=functio"..., iov_len=32768}], 2) = 32441
writev(6, [{iov_base="reateLinkedNodesFinder(r.bind(t."..., iov_len=327}, {iov_base=":function(e,t){e.exports=functio"..., iov_len=32768}], 2) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="reateLinkedNodesFinder(r.bind(t."..., iov_len=327}, {iov_base=":function(e,t){e.exports=functio"..., iov_len=32768}], 2) = 33095
pread64(7, ",n(\"div\",{ref:\"rightFixedBodyWra"..., 32768, 786432) = 32768
pread64(7, "owPopper\",function(t){e.column&&"..., 32768, 819200) = 32768
writev(6, [{iov_base=",n(\"div\",{ref:\"rightFixedBodyWra"..., iov_len=32768}, {iov_base="owPopper\",function(t){e.column&&"..., iov_len=32768}], 2) = 55565
writev(6, [{iov_base=".canvas,d=c.getContext(\"2d\"),h=e"..., iov_len=9971}], 1) = -1 EAGAIN (Resource temporarily unavailable)
pread64(7, "eturn null==n&&(n=d),t.getItemVi"..., 32768, 851968) = 32768
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base=".canvas,d=c.getContext(\"2d\"),h=e"..., iov_len=9971}, {iov_base="eturn null==n&&(n=d),t.getItemVi"..., iov_len=32768}], 2) = 42739
pread64(7, "eturn a.left+=n,a.right-=n,a.top"..., 32768, 884736) = 32768
pread64(7, "e=h.modalDom;return e?s=!0:(s=!1"..., 32768, 917504) = 32768
writev(6, [{iov_base="eturn a.left+=n,a.right-=n,a.top"..., iov_len=32768}, {iov_base="e=h.modalDom;return e?s=!0:(s=!1"..., iov_len=32768}], 2) = 47351
writev(6, [{iov_base="oordinateSystem;if(\"cartesian2d\""..., iov_len=18185}], 1) = -1 EAGAIN (Resource temporarily unavailable)
pread64(7, "emModel(e),n=t.get(\"name\");if(n)"..., 32768, 950272) = 32768
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="oordinateSystem;if(\"cartesian2d\""..., iov_len=18185}, {iov_base="emModel(e),n=t.get(\"name\");if(n)"..., iov_len=32768}], 2) = 50953
pread64(7, ",[18,47.6],[16,47.6]],[[6,64.4],"..., 32768, 983040) = 32768
pread64(7, "h(function(e,t){n.push(t)}),x.to"..., 32768, 1015808) = 32768
writev(6, [{iov_base=",[18,47.6],[16,47.6]],[[6,64.4],"..., iov_len=32768}, {iov_base="h(function(e,t){n.push(t)}),x.to"..., iov_len=32768}], 2) = 37707
writev(6, [{iov_base="ms.length-1),this.subMenuItems[e"..., iov_len=27829}], 1) = -1 EAGAIN (Resource temporarily unavailable)
pread64(7, "||\"@@asyncIterator\",l=o.toString"..., 32768, 1048576) = 32768
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="ms.length-1),this.subMenuItems[e"..., iov_len=27829}, {iov_base="||\"@@asyncIterator\",l=o.toString"..., iov_len=32768}], 2) = 60597
pread64(7, "shared__\"]={});(e.exports=functi"..., 32768, 1081344) = 32768
pread64(7, "lignTo:y,labelMargin:x,bleedMarg"..., 32768, 1114112) = 32768
writev(6, [{iov_base="shared__\"]={});(e.exports=functi"..., iov_len=32768}, {iov_base="lignTo:y,labelMargin:x,bleedMarg"..., iov_len=32768}], 2) = 22343
writev(6, [{iov_base="\"string\"==typeof t&&s){var v=fun"..., iov_len=10425}, {iov_base="lignTo:y,labelMargin:x,bleedMarg"..., iov_len=32768}], 2) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="\"string\"==typeof t&&s){var v=fun"..., iov_len=10425}, {iov_base="lignTo:y,labelMargin:x,bleedMarg"..., iov_len=32768}], 2) = 43193
pread64(7, "=\"/dist/\",n(n.s=138)}({138:funct"..., 32768, 1146880) = 32768
pread64(7, "ction(){var e=this;this.picker=n"..., 32768, 1179648) = 32768
writev(6, [{iov_base="=\"/dist/\",n(n.s=138)}({138:funct"..., iov_len=32768}, {iov_base="ction(){var e=this;this.picker=n"..., iov_len=32768}], 2) = 42607
writev(6, [{iov_base="y){var s,l=a.shape.percent,u=a.p"..., iov_len=22929}], 1) = -1 EAGAIN (Resource temporarily unavailable)
pread64(7, "on(e,t,n,i){for(;n<i;){var r=n+i"..., 32768, 1212416) = 32768
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="y){var s,l=a.shape.percent,u=a.p"..., iov_len=22929}, {iov_base="on(e,t,n,i){for(;n<i;){var r=n+i"..., iov_len=32768}], 2) = 55697
pread64(7, "void 0===t?\"undefined\":s(t))&&e["..., 32768, 1245184) = 32768
pread64(7, "i])return t[i].exports;var r=t[i"..., 32768, 1277952) = 32768
writev(6, [{iov_base="void 0===t?\"undefined\":s(t))&&e["..., iov_len=32768}, {iov_base="i])return t[i].exports;var r=t[i"..., iov_len=32768}], 2) = 25813
writev(6, [{iov_base="useup:function(e){var t=this._po"..., iov_len=6955}, {iov_base="i])return t[i].exports;var r=t[i"..., iov_len=32768}], 2) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="useup:function(e){var t=this._po"..., iov_len=6955}, {iov_base="i])return t[i].exports;var r=t[i"..., iov_len=32768}], 2) = 39723
pread64(7, "opperClass:String,disabled:Boole"..., 32768, 1310720) = 32768
pread64(7, "en,f=0,g=h.length;f<g;f++)d+=h[f"..., 32768, 1343488) = 32768
writev(6, [{iov_base="opperClass:String,disabled:Boole"..., iov_len=32768}, {iov_base="en,f=0,g=h.length;f<g;f++)d+=h[f"..., iov_len=32768}], 2) = 44647
writev(6, [{iov_base="$parent.formatTooltip instanceof"..., iov_len=20889}], 1) = -1 EAGAIN (Resource temporarily unavailable)
pread64(7, "u(t,i,r,e,0);var o=n.getExtent()"..., 32768, 1376256) = 32768
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="$parent.formatTooltip instanceof"..., iov_len=20889}, {iov_base="u(t,i,r,e,0);var o=n.getExtent()"..., iov_len=32768}], 2) = 53657
pread64(7, "l=n(\"IkDM\"),u=n(\"5Mek\"),c=n(\"8b5"..., 32768, 1409024) = 32768
pread64(7, "\");this.rules={};var t=void 0,n="..., 32768, 1441792) = 32768
writev(6, [{iov_base="l=n(\"IkDM\"),u=n(\"5Mek\"),c=n(\"8b5"..., iov_len=32768}, {iov_base="\");this.rules={};var t=void 0,n="..., iov_len=32768}], 2) = 32143
writev(6, [{iov_base="in:\"%s cannot be less than %s in"..., iov_len=625}, {iov_base="\");this.rules={};var t=void 0,n="..., iov_len=32768}], 2) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="in:\"%s cannot be less than %s in"..., iov_len=625}, {iov_base="\");this.rules={};var t=void 0,n="..., iov_len=32768}], 2) = 33393
pread64(7, "length){var i=e.getData();i.filt"..., 32768, 1474560) = 32768
pread64(7, "tion(e,t){l.superApply(this,\"opt"..., 32768, 1507328) = 32768
writev(6, [{iov_base="length){var i=e.getData();i.filt"..., iov_len=32768}, {iov_base="tion(e,t){l.superApply(this,\"opt"..., iov_len=32768}], 2) = 53837
writev(6, [{iov_base="getLayerSeries(),s=e.mapDimensio"..., iov_len=11699}], 1) = -1 EAGAIN (Resource temporarily unavailable)
pread64(7, "=d.PopupManager.nextZIndex()):e."..., 32768, 1540096) = 32768
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="getLayerSeries(),s=e.mapDimensio"..., iov_len=11699}, {iov_base="=d.PopupManager.nextZIndex()):e."..., iov_len=32768}], 2) = 44467
pread64(7, ",h=r.slice();c.sign<0?h[0]+=d:h["..., 32768, 1572864) = 32768
pread64(7, "ct(s.l)(this.width)},realMinWidt"..., 32768, 1605632) = 32768
writev(6, [{iov_base=",h=r.slice();c.sign<0?h[0]+=d:h["..., iov_len=32768}, {iov_base="ct(s.l)(this.width)},realMinWidt"..., iov_len=32768}], 2) = 38473
writev(6, [{iov_base="tion(n,r){return o?(Array.isArra"..., iov_len=27063}], 1) = -1 EAGAIN (Resource temporarily unavailable)
pread64(7, "ach(function(e){var t=r.getRawIn"..., 32768, 1638400) = 32768
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="tion(n,r){return o?(Array.isArra"..., iov_len=27063}, {iov_base="ach(function(e){var t=r.getRawIn"..., iov_len=32768}], 2) = 59831
pread64(7, "al:function(e){this._interval=e,"..., 32768, 1671168) = 32768
pread64(7, "ticClass:\"el-date-picker__editor"..., 32768, 1703936) = 32768
writev(6, [{iov_base="al:function(e){this._interval=e,"..., iov_len=32768}, {iov_base="ticClass:\"el-date-picker__editor"..., iov_len=32768}], 2) = 23109
writev(6, [{iov_base=".emitInput(t),e.picker.resetView"..., iov_len=9659}, {iov_base="ticClass:\"el-date-picker__editor"..., iov_len=32768}], 2) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base=".emitInput(t),e.picker.resetView"..., iov_len=9659}, {iov_base="ticClass:\"el-date-picker__editor"..., iov_len=32768}], 2) = 42427
pread64(7, "abled:e.btnDisabled},on:{click:f"..., 32768, 1736704) = 32768
pread64(7, "1],n[1],r);if(e.rotation=-Math.a"..., 32768, 1769472) = 32768
writev(6, [{iov_base="abled:e.btnDisabled},on:{click:f"..., iov_len=32768}, {iov_base="1],n[1],r);if(e.rotation=-Math.a"..., iov_len=32768}], 2) = 41943
writev(6, [{iov_base="){n(1)}),\"Object\",a)}},urW8:func"..., iov_len=23593}], 1) = -1 EAGAIN (Resource temporarily unavailable)
pread64(7, "concat(d,l):[l]}return{exports:e"..., 32768, 1802240) = 32768
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="){n(1)}),\"Object\",a)}},urW8:func"..., iov_len=23593}, {iov_base="concat(d,l):[l]}return{exports:e"..., iov_len=32768}], 2) = 56361
pread64(7, "oad-list__item-preview\",on:{clic"..., 32768, 1835008) = 32768
pread64(7, "s._extent,r=t.getExtent();return"..., 32768, 1867776) = 32768
writev(6, [{iov_base="oad-list__item-preview\",on:{clic"..., iov_len=32768}, {iov_base="s._extent,r=t.getExtent();return"..., iov_len=32768}], 2) = 28009
writev(6, [{iov_base=".$createElement,n=e._self._c||t;"..., iov_len=4759}, {iov_base="s._extent,r=t.getExtent();return"..., iov_len=32768}], 2) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base=".$createElement,n=e._self._c||t;"..., iov_len=4759}, {iov_base="s._extent,r=t.getExtent();return"..., iov_len=32768}], 2) = 37527
pread64(7, "},t.prototype.clear=function(){t"..., 24804, 1900544) = 24804
writev(6, [{iov_base="},t.prototype.clear=function(){t"..., iov_len=24804}], 1) = 24804
write(12, "{\"time_iso8601\":\"2023-11-26T22:3"..., 151) = 151
close(7)                                = 0
setsockopt(6, SOL_TCP, TCP_NODELAY, [1], 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", 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

        Nginx多次调用read()和writev(),每次只读512K数据,但写的时候是合并多个缓冲区内容后再发送。未调用aio相关系统调用,也未调用sendfile()。

测试2:开启aio,关闭directio、sendfile,请求/vendor.js

{"time_iso8601":"2023-11-26T22:37:05+08:00","request_uri":"/vendor.js","status":"200","bytes_sent":"1925621","request_time":"12.249","gzip_ratio":"",}
epoll_wait(16, [{EPOLLIN, {u32=1172357136, u64=139725048430608}}], 512, -1) = 1
accept4(8, {sa_family=AF_INET, sin_port=htons(57990), sin_addr=inet_addr("14.145.198.236")}, [112->16], SOCK_NONBLOCK) = 3
epoll_ctl(16, 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(16, [{EPOLLIN, {u32=1172358336, u64=139725048431808}}], 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) = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=1925348, ...}) = 0
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=0, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, 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=273}, {iov_base="webpackJsonp([59],{\"++K3\":functi"..., iov_len=32768}], 2) = 33041
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=32768, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base="(e,t)},n.p=\"/dist/\",n(n.s=65)}({"..., iov_len=32768}], 1) = 32768
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=65536, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base=",this._router.history.current)):"..., iov_len=32768}], 1) = 12841
writev(3, [{iov_base="tate\":\"hashchange\";window.addEve"..., iov_len=19927}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=98304, aio_resfd=18}]) = 1
epoll_ctl(16, EPOLL_CTL_MOD, 3, {EPOLLIN|EPOLLOUT|EPOLLRDHUP|EPOLLET, {u32=1172358336, u64=139725048431808}}) = 0
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="tate\":\"hashchange\";window.addEve"..., iov_len=19927}, {iov_base="),this})};if(\"function\"==typeof "..., iov_len=32768}], 2) = 52695
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=131072, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59815) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=163840, aio_resfd=18}]) = 1
writev(3, [{iov_base="teData(e,t,!0)}var u=l.prototype"..., iov_len=32768}], 1) = 10225
writev(3, [{iov_base="b\"),s=i.each,l=[\"left\",\"right\",\""..., iov_len=22543}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59815) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59815) = 1
writev(3, [{iov_base="b\"),s=i.each,l=[\"left\",\"right\",\""..., iov_len=22543}, {iov_base="r=!1,this.resetColor()},hide:fun"..., iov_len=32768}], 2) = 54340
writev(3, [{iov_base="e)]}},\"3g/S\":function(e,t,n){var"..., iov_len=971}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=196608, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="e)]}},\"3g/S\":function(e,t,n){var"..., iov_len=971}, {iov_base="center\",d=\"bottom\";break;case\"bo"..., iov_len=32768}], 2) = 33739
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=229376, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59848) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=262144, aio_resfd=18}]) = 1
writev(3, [{iov_base="lidator:I},popperClass:String,ed"..., iov_len=32768}], 1) = 19171
writev(3, [{iov_base="nction(){return-1!==(this.format"..., iov_len=13597}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59847) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59847) = 1
writev(3, [{iov_base="nction(){return-1!==(this.format"..., iov_len=13597}, {iov_base="=l.asc,p=i.bind,g=i.each,v=\"hori"..., iov_len=32768}], 2) = 46365
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=294912, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59756) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=327680, aio_resfd=18}]) = 1
writev(3, [{iov_base="125):Math.abs(W-j)<1e-4?B&&H<R||"..., iov_len=32768}], 1) = 6545
writev(3, [{iov_base="h;)h++;for(var f=0,p=0,g=0;p<u;p"..., iov_len=26223}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59756) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59756) = 1
writev(3, [{iov_base="h;)h++;for(var f=0,p=0,g=0;p<u;p"..., iov_len=26223}, {iov_base="|95===t}function U(e,t,n,i){Obje"..., iov_len=32768}], 2) = 52910
writev(3, [{iov_base="ty(e,t,Mi)}function Pi(e){return"..., iov_len=6081}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=360448, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="ty(e,t,Mi)}function Pi(e){return"..., iov_len=6081}, {iov_base="(m):\"\"),t,void 0,void 0,void 0,n"..., iov_len=32768}], 2) = 38849
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=393216, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59910) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=425984, aio_resfd=18}]) = 1
writev(3, [{iov_base="0;n<i.remove.length;++n)i.remove"..., iov_len=32768}], 1) = 11201
writev(3, [{iov_base="tyle:(\".concat(e.styleBinding,\")"..., iov_len=21567}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59910) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59910) = 1
writev(3, [{iov_base="tyle:(\".concat(e.styleBinding,\")"..., iov_len=21567}, {iov_base="t(e.model.callback,\",expression:"..., iov_len=32768}], 2) = 54335
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=458752, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=491520, aio_resfd=18}]) = 1
writev(3, [{iov_base="d())}(this)},e.prototype.setData"..., iov_len=32768}], 1) = 27175
writev(3, [{iov_base=").normalizeToArray;function u(e)"..., iov_len=5593}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base=").normalizeToArray;function u(e)"..., iov_len=5593}, {iov_base=");else if(\"object\"===i(t[e])){va"..., iov_len=32768}], 2) = 38361
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=524288, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=557056, aio_resfd=18}]) = 1
writev(3, [{iov_base="turn Object.prototype.hasOwnProp"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=589824, aio_resfd=18}]) = 1
writev(3, [{iov_base="t,n){var i=n(\"yt/B\"),r=n(\"DRaW\")"..., iov_len=32768}], 1) = 20391
writev(3, [{iov_base="){this.trigger(\"normal\")},t.focu"..., iov_len=12377}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="){this.trigger(\"normal\")},t.focu"..., iov_len=12377}, {iov_base=":null,areaSelectStyle:{width:20,"..., iov_len=32768}], 2) = 45145
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=622592, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=655360, aio_resfd=18}]) = 1
writev(3, [{iov_base="his.$emit(\"input\",e),this.selfMo"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=688128, aio_resfd=18}]) = 1
writev(3, [{iov_base="parsePercent,s=n(\"1bHA\");functio"..., iov_len=32768}], 1) = 7887
writev(3, [{iov_base="r)&&n.hasOwnProperty(r)&&(i[r]=n"..., iov_len=24881}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="r)&&n.hasOwnProperty(r)&&(i[r]=n"..., iov_len=24881}, {iov_base="{m=!0;break}}else if(e[p++]=c[h+"..., iov_len=32768}], 2) = 57649
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=720896, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=753664, aio_resfd=18}]) = 1
writev(3, [{iov_base="ter&&(t.locationChangeAngularEmi"..., iov_len=32768}], 1) = 25291
writev(3, [{iov_base="length:30,lineStyle:{color:\"#eee"..., iov_len=7477}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="length:30,lineStyle:{color:\"#eee"..., iov_len=7477}, {iov_base=":function(e,t){e.exports=functio"..., iov_len=32768}], 2) = 40245
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=786432, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=819200, aio_resfd=18}]) = 1
writev(3, [{iov_base=",n(\"div\",{ref:\"rightFixedBodyWra"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=851968, aio_resfd=18}]) = 1
writev(3, [{iov_base="owPopper\",function(t){e.column&&"..., iov_len=32768}], 1) = 15647
writev(3, [{iov_base="data.length?this.layout.gutterWi"..., iov_len=17121}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="data.length?this.layout.gutterWi"..., iov_len=17121}, {iov_base="eturn null==n&&(n=d),t.getItemVi"..., iov_len=32768}], 2) = 49889
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=884736, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=917504, aio_resfd=18}]) = 1
writev(3, [{iov_base="eturn a.left+=n,a.right-=n,a.top"..., iov_len=32768}], 1) = 31621
writev(3, [{iov_base="rd\":\"card\"===n},t[\"el-tabs--\"+c]"..., iov_len=1147}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="rd\":\"card\"===n},t[\"el-tabs--\"+c]"..., iov_len=1147}, {iov_base="e=h.modalDom;return e?s=!0:(s=!1"..., iov_len=32768}], 2) = 33915
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=950272, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=983040, aio_resfd=18}]) = 1
writev(3, [{iov_base="emModel(e),n=t.get(\"name\");if(n)"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=1015808, aio_resfd=18}]) = 1
writev(3, [{iov_base=",[18,47.6],[16,47.6]],[[6,64.4],"..., iov_len=32768}], 1) = 13397
writev(3, [{iov_base="{},this._layout={},this._itemVis"..., iov_len=19371}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="{},this._layout={},this._itemVis"..., iov_len=19371}, {iov_base="h(function(e,t){n.push(t)}),x.to"..., iov_len=32768}], 2) = 52139
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=1048576, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=1081344, aio_resfd=18}]) = 1
writev(3, [{iov_base="||\"@@asyncIterator\",l=o.toString"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=1114112, aio_resfd=18}]) = 1
writev(3, [{iov_base="shared__\"]={});(e.exports=functi"..., iov_len=32768}], 1) = 9473
writev(3, [{iov_base="o.oldX,o.oldY],[o.newX,o.newY],t"..., iov_len=23295}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="o.oldX,o.oldY],[o.newX,o.newY],t"..., iov_len=23295}, {iov_base="lignTo:y,labelMargin:x,bleedMarg"..., iov_len=32768}], 2) = 56063
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=1146880, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=1179648, aio_resfd=18}]) = 1
writev(3, [{iov_base="=\"/dist/\",n(n.s=138)}({138:funct"..., iov_len=32768}], 1) = 31167
writev(3, [{iov_base="years\"===this.type||\"months\"===t"..., iov_len=1601}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="years\"===this.type||\"months\"===t"..., iov_len=1601}, {iov_base="ction(){var e=this;this.picker=n"..., iov_len=32768}], 2) = 34369
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=1212416, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=1245184, aio_resfd=18}]) = 1
writev(3, [{iov_base="on(e,t,n,i){for(;n<i;){var r=n+i"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=1277952, aio_resfd=18}]) = 1
writev(3, [{iov_base="void 0===t?\"undefined\":s(t))&&e["..., iov_len=32768}], 1) = 18663
writev(3, [{iov_base="eturn\"INPUT\"===e.tagName})[0],i="..., iov_len=14105}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="eturn\"INPUT\"===e.tagName})[0],i="..., iov_len=14105}, {iov_base="i])return t[i].exports;var r=t[i"..., iov_len=32768}], 2) = 46873
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=1310720, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=1343488, aio_resfd=18}]) = 1
writev(3, [{iov_base="opperClass:String,disabled:Boole"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=1376256, aio_resfd=18}]) = 1
writev(3, [{iov_base="en,f=0,g=h.length;f<g;f++)d+=h[f"..., iov_len=32768}], 1) = 7589
writev(3, [{iov_base="(this,e),e&&e._registeredCompone"..., iov_len=25179}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="(this,e),e&&e._registeredCompone"..., iov_len=25179}, {iov_base="u(t,i,r,e,0);var o=n.getExtent()"..., iov_len=32768}], 2) = 57947
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=1409024, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=1441792, aio_resfd=18}]) = 1
writev(3, [{iov_base="l=n(\"IkDM\"),u=n(\"5Mek\"),c=n(\"8b5"..., iov_len=32768}], 1) = 22133
writev(3, [{iov_base="ive:0,hoverLayerThreshold:1/0}})"..., iov_len=10635}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="ive:0,hoverLayerThreshold:1/0}})"..., iov_len=10635}, {iov_base="\");this.rules={};var t=void 0,n="..., iov_len=32768}], 2) = 43403
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=1474560, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=1507328, aio_resfd=18}]) = 1
writev(3, [{iov_base="length){var i=e.getData();i.filt"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=1540096, aio_resfd=18}]) = 1
writev(3, [{iov_base="tion(e,t){l.superApply(this,\"opt"..., iov_len=32768}], 1) = 13919
writev(3, [{iov_base=".options.__file=\"packages/button"..., iov_len=18849}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base=".options.__file=\"packages/button"..., iov_len=18849}, {iov_base="=d.PopupManager.nextZIndex()):e."..., iov_len=32768}], 2) = 51617
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=1572864, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=1605632, aio_resfd=18}]) = 1
writev(3, [{iov_base=",h=r.slice();c.sign<0?h[0]+=d:h["..., iov_len=32768}], 1) = 28463
writev(3, [{iov_base="deByIndex(a).setLayout(i[a].p),t"..., iov_len=4305}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="deByIndex(a).setLayout(i[a].p),t"..., iov_len=4305}, {iov_base="ct(s.l)(this.width)},realMinWidt"..., iov_len=32768}], 2) = 37073
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=1638400, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=1671168, aio_resfd=18}]) = 1
writev(3, [{iov_base="ach(function(e){var t=r.getRawIn"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=1703936, aio_resfd=18}]) = 1
writev(3, [{iov_base="al:function(e){this._interval=e,"..., iov_len=32768}], 1) = 8809
writev(3, [{iov_base="ge-editor--\"+e.pickerSize:\"\",e.p"..., iov_len=23959}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="ge-editor--\"+e.pickerSize:\"\",e.p"..., iov_len=23959}, {iov_base="ticClass:\"el-date-picker__editor"..., iov_len=32768}], 2) = 56727
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=1736704, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=1769472, aio_resfd=18}]) = 1
writev(3, [{iov_base="abled:e.btnDisabled},on:{click:f"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=1802240, aio_resfd=18}]) = 1
writev(3, [{iov_base="1],n[1],r);if(e.rotation=-Math.a"..., iov_len=32768}], 1) = 6315
writev(3, [{iov_base="finished=e.end===t.getData().cou"..., iov_len=26453}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="finished=e.end===t.getData().cou"..., iov_len=26453}, {iov_base="concat(d,l):[l]}return{exports:e"..., iov_len=32768}], 2) = 59221
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=32768, aio_offset=1835008, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17258a0, aio_nbytes=32768, aio_offset=1867776, aio_resfd=18}]) = 1
writev(3, [{iov_base="oad-list__item-preview\",on:{clic"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1716e00, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=13, aio_buf=0x17aaca0, aio_nbytes=24804, aio_offset=1900544, aio_resfd=18}]) = 1
writev(3, [{iov_base="s._extent,r=t.getExtent();return"..., iov_len=32768}], 1) = 2391
writev(3, [{iov_base="litNumber\"),n=this.get(\"scale\"),"..., iov_len=30377}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1716e00, obj=0x1716dc0, res=24804, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="litNumber\"),n=this.get(\"scale\"),"..., iov_len=30377}, {iov_base="},t.prototype.clear=function(){t"..., iov_len=24804}], 2) = 55181
write(7, "{\"time_iso8601\":\"2023-11-26T22:3"..., 151) = 151
close(13)                               = 0
setsockopt(3, SOL_TCP, TCP_NODELAY, [1], 4) = 0
epoll_wait(16, [{EPOLLIN|EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 65000) = 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

        Nginx调用了io_getevents()和io_submit(),说明此时发送文件启用aio了。

测试3:开启aio、directio=2m,关闭sendfile,请求/vendor.js

{"time_iso8601":"2023-11-26T22:39:03+08:00","request_uri":"/vendor.js","status":"200","bytes_sent":"1925621","request_time":"12.536","gzip_ratio":"",}
epoll_wait(16, [{EPOLLIN, {u32=1172357136, u64=139725048430608}}], 512, -1) = 1
accept4(8, {sa_family=AF_INET, sin_port=htons(58157), sin_addr=inet_addr("14.145.198.236")}, [112->16], SOCK_NONBLOCK) = 3
epoll_ctl(16, 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(16, [{EPOLLIN, {u32=1172358336, u64=139725048431808}}], 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
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=0, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, 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=273}, {iov_base="webpackJsonp([59],{\"++K3\":functi"..., iov_len=32768}], 2) = 33041
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=32768, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base="(e,t)},n.p=\"/dist/\",n(n.s=65)}({"..., iov_len=32768}], 1) = 32768
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=65536, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base=",this._router.history.current)):"..., iov_len=32768}], 1) = 12841
writev(3, [{iov_base="tate\":\"hashchange\";window.addEve"..., iov_len=19927}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=98304, aio_resfd=18}]) = 1
epoll_ctl(16, EPOLL_CTL_MOD, 3, {EPOLLIN|EPOLLOUT|EPOLLRDHUP|EPOLLET, {u32=1172358336, u64=139725048431808}}) = 0
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="tate\":\"hashchange\";window.addEve"..., iov_len=19927}, {iov_base="),this})};if(\"function\"==typeof "..., iov_len=32768}], 2) = 52695
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=131072, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59800) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=163840, aio_resfd=18}]) = 1
writev(3, [{iov_base="teData(e,t,!0)}var u=l.prototype"..., iov_len=32768}], 1) = 10225
writev(3, [{iov_base="b\"),s=i.each,l=[\"left\",\"right\",\""..., iov_len=22543}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59799) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59799) = 1
writev(3, [{iov_base="b\"),s=i.each,l=[\"left\",\"right\",\""..., iov_len=22543}, {iov_base="r=!1,this.resetColor()},hide:fun"..., iov_len=32768}], 2) = 54340
writev(3, [{iov_base="e)]}},\"3g/S\":function(e,t,n){var"..., iov_len=971}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=196608, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="e)]}},\"3g/S\":function(e,t,n){var"..., iov_len=971}, {iov_base="center\",d=\"bottom\";break;case\"bo"..., iov_len=32768}], 2) = 33739
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=229376, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59846) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=262144, aio_resfd=18}]) = 1
writev(3, [{iov_base="lidator:I},popperClass:String,ed"..., iov_len=32768}], 1) = 30611
writev(3, [{iov_base="tickDirection),i.retrieve(n.labe"..., iov_len=2157}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59846) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59846) = 1
writev(3, [{iov_base="tickDirection),i.retrieve(n.labe"..., iov_len=2157}, {iov_base="=l.asc,p=i.bind,g=i.each,v=\"hori"..., iov_len=32768}], 2) = 34925
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=294912, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=327680, aio_resfd=18}]) = 1
writev(3, [{iov_base="125):Math.abs(W-j)<1e-4?B&&H<R||"..., iov_len=32768}], 1) = 17985
writev(3, [{iov_base="].concat(d,l):[l]}return{exports"..., iov_len=14783}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="].concat(d,l):[l]}return{exports"..., iov_len=14783}, {iov_base="|95===t}function U(e,t,n,i){Obje"..., iov_len=32768}], 2) = 47551
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=360448, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59906) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=393216, aio_resfd=18}]) = 1
writev(3, [{iov_base="(m):\"\"),t,void 0,void 0,void 0,n"..., iov_len=32768}], 1) = 3929
writev(3, [{iov_base="of e?e.split(\",\").indexOf(t)>-1:"..., iov_len=28839}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59906) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59905) = 1
writev(3, [{iov_base="of e?e.split(\",\").indexOf(t)>-1:"..., iov_len=28839}, {iov_base="0;n<i.remove.length;++n)i.remove"..., iov_len=32768}], 2) = 38610
writev(3, [{iov_base=")},L,i,!0),n=!1;var r=e._preWatc"..., iov_len=22997}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=425984, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base=")},L,i,!0),n=!1;var r=e._preWatc"..., iov_len=22997}, {iov_base="t(e.model.callback,\",expression:"..., iov_len=32768}], 2) = 55765
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=458752, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59848) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=491520, aio_resfd=18}]) = 1
writev(3, [{iov_base="d())}(this)},e.prototype.setData"..., iov_len=32768}], 1) = 31465
writev(3, [{iov_base="),Object.defineProperty(i,\"defau"..., iov_len=1303}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59847) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59847) = 1
writev(3, [{iov_base="),Object.defineProperty(i,\"defau"..., iov_len=1303}, {iov_base=");else if(\"object\"===i(t[e])){va"..., iov_len=32768}], 2) = 34071
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=524288, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=557056, aio_resfd=18}]) = 1
writev(3, [{iov_base="turn Object.prototype.hasOwnProp"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=589824, aio_resfd=18}]) = 1
writev(3, [{iov_base="t,n){var i=n(\"yt/B\"),r=n(\"DRaW\")"..., iov_len=32768}], 1) = 16101
writev(3, [{iov_base="(d.S+d.F*(s||!P),\"Promise\",{reso"..., iov_len=16667}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="(d.S+d.F*(s||!P),\"Promise\",{reso"..., iov_len=16667}, {iov_base=":null,areaSelectStyle:{width:20,"..., iov_len=32768}], 2) = 49435
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=622592, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=655360, aio_resfd=18}]) = 1
writev(3, [{iov_base="his.$emit(\"input\",e),this.selfMo"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=688128, aio_resfd=18}]) = 1
writev(3, [{iov_base="parsePercent,s=n(\"1bHA\");functio"..., iov_len=32768}], 1) = 9317
writev(3, [{iov_base="[e.x+e.width/2,e.y+e.height/2]},"..., iov_len=23451}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="[e.x+e.width/2,e.y+e.height/2]},"..., iov_len=23451}, {iov_base="{m=!0;break}}else if(e[p++]=c[h+"..., iov_len=32768}], 2) = 56219
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=720896, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=753664, aio_resfd=18}]) = 1
writev(3, [{iov_base="ter&&(t.locationChangeAngularEmi"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=786432, aio_resfd=18}]) = 1
writev(3, [{iov_base=":function(e,t){e.exports=functio"..., iov_len=32768}], 1) = 1103
writev(3, [{iov_base="h([\"post\",\"put\",\"patch\"],functio"..., iov_len=31665}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="h([\"post\",\"put\",\"patch\"],functio"..., iov_len=31665}, {iov_base=",n(\"div\",{ref:\"rightFixedBodyWra"..., iov_len=32768}], 2) = 64433
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=819200, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=851968, aio_resfd=18}]) = 1
writev(3, [{iov_base="owPopper\",function(t){e.column&&"..., iov_len=32768}], 1) = 21367
writev(3, [{iov_base="-show\",value:e.active,expression"..., iov_len=11401}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="-show\",value:e.active,expression"..., iov_len=11401}, {iov_base="eturn null==n&&(n=d),t.getItemVi"..., iov_len=32768}], 2) = 44169
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=884736, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=917504, aio_resfd=18}]) = 1
writev(3, [{iov_base="eturn a.left+=n,a.right-=n,a.top"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=950272, aio_resfd=18}]) = 1
writev(3, [{iov_base="e=h.modalDom;return e?s=!0:(s=!1"..., iov_len=32768}], 1) = 6003
writev(3, [{iov_base="mixins:[o.a,s.a],props:{appendTo"..., iov_len=26765}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="mixins:[o.a,s.a],props:{appendTo"..., iov_len=26765}, {iov_base="emModel(e),n=t.get(\"name\");if(n)"..., iov_len=32768}], 2) = 59533
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=983040, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=1015808, aio_resfd=18}]) = 1
writev(3, [{iov_base=",[18,47.6],[16,47.6]],[[6,64.4],"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=1048576, aio_resfd=18}]) = 1
writev(3, [{iov_base="h(function(e,t){n.push(t)}),x.to"..., iov_len=32768}], 1) = 9229
writev(3, [{iov_base="lice(2,4),16),blue:parseInt(e.sl"..., iov_len=23539}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="lice(2,4),16),blue:parseInt(e.sl"..., iov_len=23539}, {iov_base="||\"@@asyncIterator\",l=o.toString"..., iov_len=32768}], 2) = 56307
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=1081344, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=1114112, aio_resfd=18}]) = 1
writev(3, [{iov_base="shared__\"]={});(e.exports=functi"..., iov_len=32768}], 1) = 29493
writev(3, [{iov_base="{var i=n(\"ydD5\");e.exports=Array"..., iov_len=3275}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="{var i=n(\"ydD5\");e.exports=Array"..., iov_len=3275}, {iov_base="lignTo:y,labelMargin:x,bleedMarg"..., iov_len=32768}], 2) = 36043
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=1146880, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=1179648, aio_resfd=18}]) = 1
writev(3, [{iov_base="=\"/dist/\",n(n.s=138)}({138:funct"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=1212416, aio_resfd=18}]) = 1
writev(3, [{iov_base="ction(){var e=this;this.picker=n"..., iov_len=32768}], 1) = 16989
writev(3, [{iov_base="oints,o=n(\"dZZy\"),a=n(\"1bHA\"),s="..., iov_len=15779}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="oints,o=n(\"dZZy\"),a=n(\"1bHA\"),s="..., iov_len=15779}, {iov_base="on(e,t,n,i){for(;n<i;){var r=n+i"..., iov_len=32768}], 2) = 48547
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=1245184, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=1277952, aio_resfd=18}]) = 1
writev(3, [{iov_base="void 0===t?\"undefined\":s(t))&&e["..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=1310720, aio_resfd=18}]) = 1
writev(3, [{iov_base="i])return t[i].exports;var r=t[i"..., iov_len=32768}], 1) = 3055
writev(3, [{iov_base="w-right\"})])],1),n(\"transfer-pan"..., iov_len=29713}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="w-right\"})])],1),n(\"transfer-pan"..., iov_len=29713}, {iov_base="opperClass:String,disabled:Boole"..., iov_len=32768}], 2) = 62481
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=1343488, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=1376256, aio_resfd=18}]) = 1
writev(3, [{iov_base="en,f=0,g=h.length;f<g;f++)d+=h[f"..., iov_len=32768}], 1) = 24749
writev(3, [{iov_base="ViewRoot()},formatTooltip:functi"..., iov_len=8019}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="ViewRoot()},formatTooltip:functi"..., iov_len=8019}, {iov_base="u(t,i,r,e,0);var o=n.getExtent()"..., iov_len=32768}], 2) = 40787
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=1409024, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=1441792, aio_resfd=18}]) = 1
writev(3, [{iov_base="l=n(\"IkDM\"),u=n(\"5Mek\"),c=n(\"8b5"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=1474560, aio_resfd=18}]) = 1
writev(3, [{iov_base="\");this.rules={};var t=void 0,n="..., iov_len=32768}], 1) = 13675
writev(3, [{iov_base="is.$refs.hoverZone;if(t&&i)if(t."..., iov_len=19093}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="is.$refs.hoverZone;if(t&&i)if(t."..., iov_len=19093}, {iov_base="length){var i=e.getData();i.filt"..., iov_len=32768}], 2) = 51861
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=1507328, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=1540096, aio_resfd=18}]) = 1
writev(3, [{iov_base="tion(e,t){l.superApply(this,\"opt"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=1572864, aio_resfd=18}]) = 1
writev(3, [{iov_base="=d.PopupManager.nextZIndex()):e."..., iov_len=32768}], 1) = 15471
writev(3, [{iov_base="sedown:function(e){if(this._drag"..., iov_len=17297}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="sedown:function(e){if(this._drag"..., iov_len=17297}, {iov_base=",h=r.slice();c.sign<0?h[0]+=d:h["..., iov_len=32768}], 2) = 50065
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=1605632, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=1638400, aio_resfd=18}]) = 1
writev(3, [{iov_base="ct(s.l)(this.width)},realMinWidt"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=1671168, aio_resfd=18}]) = 1
writev(3, [{iov_base="ach(function(e){var t=r.getRawIn"..., iov_len=32768}], 1) = 11547
writev(3, [{iov_base="]=o.y,u[0]=f,u[1]=o.y+o.height):"..., iov_len=21221}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="]=o.y,u[0]=f,u[1]=o.y+o.height):"..., iov_len=21221}, {iov_base="al:function(e){this._interval=e,"..., iov_len=32768}], 2) = 53989
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=1703936, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=1736704, aio_resfd=18}]) = 1
writev(3, [{iov_base="ticClass:\"el-date-picker__editor"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=1769472, aio_resfd=18}]) = 1
writev(3, [{iov_base="abled:e.btnDisabled},on:{click:f"..., iov_len=32768}], 1) = 4763
writev(3, [{iov_base="ull)},handleChangeRange:function"..., iov_len=28005}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="ull)},handleChangeRange:function"..., iov_len=28005}, {iov_base="1],n[1],r);if(e.rotation=-Math.a"..., iov_len=32768}], 2) = 60773
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=32768, aio_offset=1802240, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=1835008, aio_resfd=18}]) = 1
writev(3, [{iov_base="concat(d,l):[l]}return{exports:e"..., iov_len=32768}], 1) = 26457
writev(3, [{iov_base="){var c=this.getContentGroup(),d"..., iov_len=6311}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="){var c=this.getContentGroup(),d"..., iov_len=6311}, {iov_base="oad-list__item-preview\",on:{clic"..., iov_len=32768}], 2) = 39079
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x17609e0, aio_nbytes=32768, aio_offset=1867776, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715620, aio_nbytes=24804, aio_offset=1900544, aio_resfd=18}]) = 1
writev(3, [{iov_base="s._extent,r=t.getExtent();return"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=24804, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base="},t.prototype.clear=function(){t"..., iov_len=24804}], 1) = 22533
writev(3, [{iov_base="InfoBySeries=function(e){var t=e"..., iov_len=2271}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="InfoBySeries=function(e){var t=e"..., iov_len=2271}], 1) = 2271
write(14, "{\"time_iso8601\":\"2023-11-26T22:3"..., 151) = 151
close(6)                                = 0
setsockopt(3, SOL_TCP, TCP_NODELAY, [1], 4) = 0
epoll_wait(16, [{EPOLLIN|EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 65000) = 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

        跟测试2的结果几乎一样,因为directio=2m,而vendor.js大小只有1.84M,未达到directio设定的阈值,所以directio没有生效。

测试4:开启aio、directio=2m,关闭sendfile,请求/vendor1.js

{"time_iso8601":"2023-11-26T22:40:28+08:00","request_uri":"/vendor1.js","status":"200","bytes_sent":"4362123","request_time":"30.843","gzip_ratio":"",}
epoll_wait(16, [{EPOLLIN|EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 65000) = 1
recvfrom(3, "GET /vendor1.js HTTP/1.1\r\nHost: "..., 1024, 0, NULL, NULL) = 492
openat(AT_FDCWD, "/usr/local/nginx/pages/vendor1.js", O_RDONLY|O_NONBLOCK) = 6
fstat(6, {st_mode=S_IFREG|0644, st_size=4361850, ...}) = 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=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=0, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, 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=273}, {iov_base="webpackJsonp([59],{\"++K3\":functi"..., iov_len=32768}], 2) = 33041
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=32768, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base="(e,t)},n.p=\"/dist/\",n(n.s=65)}({"..., iov_len=32768}], 1) = 32768
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=65536, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59998) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base=",this._router.history.current)):"..., iov_len=32768}], 1) = 32768
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=98304, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59998) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base="),this})};if(\"function\"==typeof "..., iov_len=32768}], 1) = 32768
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=131072, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59998) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(3, [{iov_base="teData(e,t,!0)}var u=l.prototype"..., iov_len=32768}], 1) = 5935
writev(3, [{iov_base="large;if(n){var a=i(n.dimensions"..., iov_len=26833}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=163840, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59998) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59998) = 1
writev(3, [{iov_base="large;if(n){var a=i(n.dimensions"..., iov_len=26833}, {iov_base="r=!1,this.resetColor()},hide:fun"..., iov_len=32768}], 2) = 59601
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=196608, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=229376, aio_resfd=18}]) = 1
writev(3, [{iov_base="center\",d=\"bottom\";break;case\"bo"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=262144, aio_resfd=18}]) = 1
writev(3, [{iov_base="lidator:I},popperClass:String,ed"..., iov_len=32768}], 1) = 4871
writev(3, [{iov_base="Input[1]);if(t){this.userInput=["..., iov_len=27897}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="Input[1]);if(t){this.userInput=["..., iov_len=27897}, {iov_base="=l.asc,p=i.bind,g=i.each,v=\"hori"..., iov_len=32768}], 2) = 34320
writev(3, [{iov_base="el().axis,u=this._range,c=e?s.ca"..., iov_len=26345}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=294912, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59706) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59705) = 1
writev(3, [{iov_base="el().axis,u=this._range,c=e?s.ca"..., iov_len=26345}, {iov_base="125):Math.abs(W-j)<1e-4?B&&H<R||"..., iov_len=32768}], 2) = 42900
writev(3, [{iov_base=".o(e,t)||Object.defineProperty(e"..., iov_len=16213}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=327680, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base=".o(e,t)||Object.defineProperty(e"..., iov_len=16213}, {iov_base="|95===t}function U(e,t,n,i){Obje"..., iov_len=32768}], 2) = 34320
writev(3, [{iov_base="()},\"sync\"===c?x.update=x.run:\"p"..., iov_len=14661}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=360448, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59817) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59817) = 1
writev(3, [{iov_base="()},\"sync\"===c?x.update=x.run:\"p"..., iov_len=14661}, {iov_base="(m):\"\"),t,void 0,void 0,void 0,n"..., iov_len=32768}], 2) = 47429
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=393216, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=425984, aio_resfd=18}]) = 1
writev(3, [{iov_base="0;n<i.remove.length;++n)i.remove"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=458752, aio_resfd=18}]) = 1
writev(3, [{iov_base="t(e.model.callback,\",expression:"..., iov_len=32768}], 1) = 8463
writev(3, [{iov_base="on(){return oe.call(ke(this))},k"..., iov_len=24305}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="on(){return oe.call(ke(this))},k"..., iov_len=24305}, {iov_base="d())}(this)},e.prototype.setData"..., iov_len=32768}], 2) = 57073
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=491520, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=524288, aio_resfd=18}]) = 1
writev(3, [{iov_base=");else if(\"object\"===i(t[e])){va"..., iov_len=32768}], 1) = 28727
writev(3, [{iov_base="r(),0,4);return 1+Math.round(((t"..., iov_len=4041}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="r(),0,4);return 1+Math.round(((t"..., iov_len=4041}, {iov_base="turn Object.prototype.hasOwnProp"..., iov_len=32768}], 2) = 36809
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=557056, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=589824, aio_resfd=18}]) = 1
writev(3, [{iov_base="t,n){var i=n(\"yt/B\"),r=n(\"DRaW\")"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=622592, aio_resfd=18}]) = 1
writev(3, [{iov_base=":null,areaSelectStyle:{width:20,"..., iov_len=32768}], 1) = 14793
writev(3, [{iov_base="null==t[n]&&(t[n]=\"all\"),(!1===t"..., iov_len=17975}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="null==t[n]&&(t[n]=\"all\"),(!1===t"..., iov_len=17975}, {iov_base="his.$emit(\"input\",e),this.selfMo"..., iov_len=32768}], 2) = 50743
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=655360, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=688128, aio_resfd=18}]) = 1
writev(3, [{iov_base="parsePercent,s=n(\"1bHA\");functio"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=720896, aio_resfd=18}]) = 1
writev(3, [{iov_base="{m=!0;break}}else if(e[p++]=c[h+"..., iov_len=32768}], 1) = 3719
writev(3, [{iov_base="n]},addGeoCoord:function(e,t){th"..., iov_len=29049}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="n]},addGeoCoord:function(e,t){th"..., iov_len=29049}, {iov_base="ter&&(t.locationChangeAngularEmi"..., iov_len=32768}], 2) = 61817
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=753664, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=786432, aio_resfd=18}]) = 1
writev(3, [{iov_base=":function(e,t){e.exports=functio"..., iov_len=32768}], 1) = 21123
writev(3, [{iov_base=" strict\";function i(e,t,n,i,r,o,"..., iov_len=11645}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base=" strict\";function i(e,t,n,i,r,o,"..., iov_len=11645}, {iov_base=",n(\"div\",{ref:\"rightFixedBodyWra"..., iov_len=32768}], 2) = 44413
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=819200, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=851968, aio_resfd=18}]) = 1
writev(3, [{iov_base="owPopper\",function(t){e.column&&"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=884736, aio_resfd=18}]) = 1
writev(3, [{iov_base="eturn null==n&&(n=d),t.getItemVi"..., iov_len=32768}], 1) = 10049
writev(3, [{iov_base="_c||t;return n(\"div\",{staticClas"..., iov_len=22719}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="_c||t;return n(\"div\",{staticClas"..., iov_len=22719}, {iov_base="eturn a.left+=n,a.right-=n,a.top"..., iov_len=32768}], 2) = 55487
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=917504, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=950272, aio_resfd=18}]) = 1
writev(3, [{iov_base="e=h.modalDom;return e?s=!0:(s=!1"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=983040, aio_resfd=18}]) = 1
writev(3, [{iov_base="emModel(e),n=t.get(\"name\");if(n)"..., iov_len=32768}], 1) = 1835
writev(3, [{iov_base="),i.each(t.mapDimension(\"angle\","..., iov_len=30933}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="),i.each(t.mapDimension(\"angle\","..., iov_len=30933}, {iov_base=",[18,47.6],[16,47.6]],[[6,64.4],"..., iov_len=32768}], 2) = 63701
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1015808, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1048576, aio_resfd=18}]) = 1
writev(3, [{iov_base="h(function(e,t){n.push(t)}),x.to"..., iov_len=32768}], 1) = 20669
writev(3, [{iov_base="-\"+o),a?(l=function(e){(e=e||thi"..., iov_len=12099}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="-\"+o),a?(l=function(e){(e=e||thi"..., iov_len=12099}, {iov_base="||\"@@asyncIterator\",l=o.toString"..., iov_len=32768}], 2) = 44867
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1081344, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1114112, aio_resfd=18}]) = 1
writev(3, [{iov_base="shared__\"]={});(e.exports=functi"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1146880, aio_resfd=18}]) = 1
writev(3, [{iov_base="lignTo:y,labelMargin:x,bleedMarg"..., iov_len=32768}], 1) = 9595
writev(3, [{iov_base="rguments.length;n--;)t[n]=argume"..., iov_len=23173}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="rguments.length;n--;)t[n]=argume"..., iov_len=23173}, {iov_base=":function(){this.closeDrawer()}}"..., iov_len=32768}], 2) = 55941
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1179648, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1212416, aio_resfd=18}]) = 1
writev(3, [{iov_base="circle,i=e.labelModel,r=e.hoverL"..., iov_len=32768}], 1) = 29859
writev(3, [{iov_base="t.keyCode,\"space\",32,t.key,[\" \","..., iov_len=2909}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="t.keyCode,\"space\",32,t.key,[\" \","..., iov_len=2909}, {iov_base="is.grid.getOtherAxis()},pointToD"..., iov_len=32768}], 2) = 35677
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1245184, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1277952, aio_resfd=18}]) = 1
writev(3, [{iov_base="tion(e){(e=e||this.$vnode&&this."..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1310720, aio_resfd=18}]) = 1
writev(3, [{iov_base="ne(e,t,n)}var a=o.prototype;a._c"..., iov_len=32768}], 1) = 24505
writev(3, [{iov_base="addh:function(e,t,n,i){var r=e>>"..., iov_len=8263}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="addh:function(e,t,n,i){var r=e>>"..., iov_len=8263}, {iov_base="name+\"Index\"),id:t.get(name+\"Id\""..., iov_len=32768}], 2) = 41031
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1343488, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1376256, aio_resfd=18}]) = 1
writev(3, [{iov_base=".config=null,this.clearColor=0,t"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1409024, aio_resfd=18}]) = 1
writev(3, [{iov_base="u:e instanceof a?c:e instanceof "..., iov_len=32768}], 1) = 9141
writev(3, [{iov_base="function l(e){var t=(e.ecModel.g"..., iov_len=23627}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="function l(e){var t=(e.ecModel.g"..., iov_len=23627}, {iov_base="function(e,t){l.then(function(t)"..., iov_len=32768}], 2) = 56395
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1441792, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1474560, aio_resfd=18}]) = 1
writev(3, [{iov_base="tItemStyle(),v=e.getModel(\"label"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1507328, aio_resfd=18}]) = 1
writev(3, [{iov_base="a];return u[t]=n(l),i(e,this,u)}"..., iov_len=32768}], 1) = 6647
writev(3, [{iov_base="ach,a=i.curry;function s(e,t){re"..., iov_len=26121}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="ach,a=i.curry;function s(e,t){re"..., iov_len=26121}, {iov_base="];var i=this.$store.dispatch;if("..., iov_len=32768}], 2) = 58889
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1540096, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1572864, aio_resfd=18}]) = 1
writev(3, [{iov_base=".getNormalizer(),{inRange:s.colo"..., iov_len=32768}], 1) = 24051
writev(3, [{iov_base="):e.parentModel}g.prototype={con"..., iov_len=8717}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="):e.parentModel}g.prototype={con"..., iov_len=8717}, {iov_base=".clipPathManager.update(d),d.sty"..., iov_len=32768}], 2) = 41485
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1605632, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1638400, aio_resfd=18}]) = 1
writev(3, [{iov_base="){return r.getFont({fontStyle:th"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1671168, aio_resfd=18}]) = 1
writev(3, [{iov_base="l\"===this._orient&&e.reverse(),("..., iov_len=32768}], 1) = 15837
writev(3, [{iov_base="],a),e.cy=o(r[1],s);var l=e.getR"..., iov_len=16931}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="],a),e.cy=o(r[1],s);var l=e.getR"..., iov_len=16931}, {iov_base="ot.removeChild(this._viewport)},"..., iov_len=32768}], 2) = 49699
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1703936, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1736704, aio_resfd=18}]) = 1
writev(3, [{iov_base="t&&\"object\"==typeof e&&e&&e.__es"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1769472, aio_resfd=18}]) = 1
writev(3, [{iov_base="ction({type:\"showTip\",event:\"sho"..., iov_len=32768}], 1) = 6193
writev(3, [{iov_base="){for(var r=this.getData(),o=l(t"..., iov_len=26575}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="){for(var r=this.getData(),o=l(t"..., iov_len=26575}, {iov_base="SysAxesInfo[p]={};e.coordSysMap["..., iov_len=32768}], 2) = 59343
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1802240, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1835008, aio_resfd=18}]) = 1
writev(3, [{iov_base="ile=\"packages/tabs/src/tab-bar.v"..., iov_len=32768}], 1) = 26457
writev(3, [{iov_base="new r.Rect({style:{fill:t.maskCo"..., iov_len=6311}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="new r.Rect({style:{fill:t.maskCo"..., iov_len=6311}, {iov_base="terEl=new o[r.type](c(t.pointer)"..., iov_len=32768}], 2) = 39079
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1867776, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1900544, aio_resfd=18}]) = 1
writev(3, [{iov_base="del},t.makeKey=c},\"QD+P\":functio"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1933312, aio_resfd=18}]) = 1
writev(3, [{iov_base="cusable=!1:\"visible\"===t&&setTim"..., iov_len=32768}], 1) = 13953
writev(3, [{iov_base="e,t){e.exports=n(\"7J9s\")},4:func"..., iov_len=18815}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="e,t){e.exports=n(\"7J9s\")},4:func"..., iov_len=18815}, {iov_base="ndle=null,this._payloadInfo=null"..., iov_len=32768}], 2) = 51583
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=1966080, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=1998848, aio_resfd=18}]) = 1
writev(3, [{iov_base="a},this);var s,l=n.get(\"data.max"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=2031616, aio_resfd=18}]) = 1
writev(3, [{iov_base="bject(a.a)(h,void 0,void 0,!1,nu"..., iov_len=32768}], 1) = 4309
writev(3, [{iov_base="(0,a.addClass)(h,\"v-modal-enter\""..., iov_len=28459}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="(0,a.addClass)(h,\"v-modal-enter\""..., iov_len=28459}, {iov_base="=function(e,t){var n,o=[],a=e.se"..., iov_len=32768}], 2) = 61227
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=2064384, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2097152, aio_resfd=18}]) = 1
writev(3, [{iov_base="),g=\"\",v=\"0\";if(u<0||u>20)throw "..., iov_len=32768}], 1) = 24573
writev(3, [{iov_base="ve-bar\",class:\"is-\"+this.rootTab"..., iov_len=8195}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="ve-bar\",class:\"is-\"+this.rootTab"..., iov_len=8195}, {iov_base="\"]=\"border-card\"===n,t)},[\"botto"..., iov_len=32768}], 2) = 40963
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2129920, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=2162688, aio_resfd=18}]) = 1
writev(3, [{iov_base="ordsFromItemModel(e).length},get"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2195456, aio_resfd=18}]) = 1
writev(3, [{iov_base="d={line:function(e,t,n,i,r){retu"..., iov_len=32768}], 1) = 16359
writev(3, [{iov_base="=t,t=\"\"):\"/\"!==t.charAt(t.length"..., iov_len=16409}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="=t,t=\"\"):\"/\"!==t.charAt(t.length"..., iov_len=16409}, {iov_base="trim().split(/\\s+/).forEach(func"..., iov_len=32768}], 2) = 49177
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2228224, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=2260992, aio_resfd=18}]) = 1
writev(3, [{iov_base="n){n(\"80cc\"),n(\"dp0Z\"),n(\"wLWv\")"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2293760, aio_resfd=18}]) = 1
writev(3, [{iov_base="oString\");n(\"7gX0\").inspectSourc"..., iov_len=32768}], 1) = 6715
writev(3, [{iov_base="ne:\"M4.1,28.9h7.1l9.3-22l7.4,38l"..., iov_len=26053}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="ne:\"M4.1,28.9h7.1l9.3-22l7.4,38l"..., iov_len=26053}, {iov_base="ction(e,t){return Object.prototy"..., iov_len=32768}], 2) = 58821
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2326528, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=2359296, aio_resfd=18}]) = 1
writev(3, [{iov_base="e(t[0],t[1]):e.call(n,t[0],t[1])"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2392064, aio_resfd=18}]) = 1
writev(3, [{iov_base=".ssrContext)||\"undefined\"==typeo"..., iov_len=32768}], 1) = 1361
writev(3, [{iov_base="ss:\"el-radio__original\",attrs:{t"..., iov_len=31407}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="ss:\"el-radio__original\",attrs:{t"..., iov_len=31407}, {iov_base="OnPressEscape:{type:Boolean,defa"..., iov_len=32768}], 2) = 64175
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2424832, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=2457600, aio_resfd=18}]) = 1
writev(3, [{iov_base="series\"===i.componentType&&i.ser"..., iov_len=32768}], 1) = 27345
writev(3, [{iov_base="ts=function(e,t,n,i,r,o){if(o>t&"..., iov_len=5423}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="ts=function(e,t,n,i,r,o){if(o>t&"..., iov_len=5423}, {iov_base="this.$refs.radio&&(this.$refs.ra"..., iov_len=32768}], 2) = 38191
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=2490368, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2523136, aio_resfd=18}]) = 1
writev(3, [{iov_base="bolOffset:null,symbolMargin:null"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=2555904, aio_resfd=18}]) = 1
writev(3, [{iov_base="constructor:g,init:null,mergeOpt"..., iov_len=32768}], 1) = 13411
writev(3, [{iov_base="[];o(n.getCoordinateSystems(),fu"..., iov_len=19357}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="[];o(n.getCoordinateSystems(),fu"..., iov_len=19357}, {iov_base="l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2."..., iov_len=32768}], 2) = 52125
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=2588672, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2621440, aio_resfd=18}]) = 1
writev(3, [{iov_base="taticClass:\"el-breadcrumb__separ"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=2654208, aio_resfd=18}]) = 1
writev(3, [{iov_base="l.text;function h(e,t,n,i,r){thi"..., iov_len=32768}], 1) = 907
writev(3, [{iov_base="Doms=function(){var e=this.getDe"..., iov_len=31861}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59998) = 1
writev(3, [{iov_base="Doms=function(){var e=this.getDe"..., iov_len=31861}, {iov_base="gxq\");e.exports=function(e){for("..., iov_len=32768}], 2) = 64629
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=2686976, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2719744, aio_resfd=18}]) = 1
writev(3, [{iov_base="r[h],d++):null==r[h]||s||f(t,n,h"..., iov_len=32768}], 1) = 26891
writev(3, [{iov_base="nction(e){var t=Array.isArray(e)"..., iov_len=5877}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="nction(e){var t=Array.isArray(e)"..., iov_len=5877}, {iov_base="Class:\"el-time-spinner\",class:{\""..., iov_len=32768}], 2) = 38645
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2752512, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=2785280, aio_resfd=18}]) = 1
writev(3, [{iov_base=" e?Math.max(0,e.length-this._sou"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2818048, aio_resfd=18}]) = 1
writev(3, [{iov_base="cale.type===e&&t.push(n),i.scale"..., iov_len=32768}], 1) = 12957
writev(3, [{iov_base="parent.prev}},[this.$parent.prev"..., iov_len=19811}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="parent.prev}},[this.$parent.prev"..., iov_len=19811}, {iov_base="sible:!1,message:\"\",duration:3e3"..., iov_len=32768}], 2) = 52579
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2850816, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=2883584, aio_resfd=18}]) = 1
writev(3, [{iov_base="dleChange,\"select-range\":e.setSe"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2916352, aio_resfd=18}]) = 1
writev(3, [{iov_base="ion(e,t,n){var i=n(\"lDLk\"),r=n(\""..., iov_len=32768}], 1) = 1883
writev(3, [{iov_base="k:{itemStyle:{normal:{color:\"#FD"..., iov_len=30885}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="k:{itemStyle:{normal:{color:\"#FD"..., iov_len=30885}, {iov_base=";return null===i||null===r?[(n?d"..., iov_len=32768}], 2) = 63653
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=2949120, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=2981888, aio_resfd=18}]) = 1
writev(3, [{iov_base="geSizes:{immediate:!0,handler:fu"..., iov_len=32768}], 1) = 27867
writev(3, [{iov_base="\":function(e,t,n){e.exports=n(\"Y"..., iov_len=4901}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="\":function(e,t,n){e.exports=n(\"Y"..., iov_len=4901}, {iov_base="ines,a=0;a<r.length;a++){var s=r"..., iov_len=32768}], 2) = 37669
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3014656, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3047424, aio_resfd=18}]) = 1
writev(3, [{iov_base=";return M(e,this.format,t)},form"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3080192, aio_resfd=18}]) = 1
writev(3, [{iov_base=",a).axis,u={x:\"y\",y:\"x\",radius:\""..., iov_len=32768}], 1) = 22513
writev(3, [{iov_base="itle:r.clone(s.all)},inverse:{ty"..., iov_len=10255}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="itle:r.clone(s.all)},inverse:{ty"..., iov_len=10255}, {iov_base="t}catch(e){}return N.innerHTML=\""..., iov_len=32768}], 2) = 43023
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3112960, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3145728, aio_resfd=18}]) = 1
writev(3, [{iov_base=",b,_,i,l);break;case d.Z:if(n){i"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3178496, aio_resfd=18}]) = 1
writev(3, [{iov_base="rmF\"),n(\"Ygg6\"),n(\"6Xxs\"),n(\"qdH"..., iov_len=32768}], 1) = 8579
writev(3, [{iov_base="s\"]:[]),i=(t.indexOf(this.select"..., iov_len=24189}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="s\"]:[]),i=(t.indexOf(this.select"..., iov_len=24189}, {iov_base="e:\"v-show\",value:e.visible,expre"..., iov_len=32768}], 2) = 56957
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3211264, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3244032, aio_resfd=18}]) = 1
writev(3, [{iov_base="\"y325\")(\"strike\",function(e){ret"..., iov_len=32768}], 1) = 31703
writev(3, [{iov_base=".remove=function(){this._clearIn"..., iov_len=1065}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base=".remove=function(){this._clearIn"..., iov_len=1065}, {iov_base="tion(e,t){return Object.prototyp"..., iov_len=32768}], 2) = 33833
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3276800, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3309568, aio_resfd=18}]) = 1
writev(3, [{iov_base="==i.lastIndex||0!==r.lastIndex),"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3342336, aio_resfd=18}]) = 1
writev(3, [{iov_base="parser:function(e,t){return C.da"..., iov_len=32768}], 1) = 19199
writev(3, [{iov_base="er-leave\":function(t){e.$emit(\"d"..., iov_len=13569}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="er-leave\":function(t){e.$emit(\"d"..., iov_len=13569}, {iov_base="labelDirection=-a.labelDirection"..., iov_len=32768}], 2) = 46337
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3375104, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3407872, aio_resfd=18}]) = 1
writev(3, [{iov_base="w=n.scale,k=p,M=v;c=[(y[0]-f.x)/"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3440640, aio_resfd=18}]) = 1
writev(3, [{iov_base=",r=i.each,o=i.map,a=n(\"wWR3\"),s="..., iov_len=32768}], 1) = 13845
writev(3, [{iov_base="6+\"px\"}},x.closeAll=function(){f"..., iov_len=18923}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="6+\"px\"}},x.closeAll=function(){f"..., iov_len=18923}, {iov_base="GxVO\").extend({type:\"arc\",shape:"..., iov_len=32768}], 2) = 51691
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3473408, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3506176, aio_resfd=18}]) = 1
writev(3, [{iov_base=":function(t){e.emitSelectRange(\""..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3538944, aio_resfd=18}]) = 1
writev(3, [{iov_base="(\"ordinal\"===n){var i=t&&t.ordin"..., iov_len=32768}], 1) = 7061
writev(3, [{iov_base="i)}),o(n.y,function(e){_(n,\"x\",e"..., iov_len=25707}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="i)}),o(n.y,function(e){_(n,\"x\",e"..., iov_len=25707}, {iov_base="!==t){var i=n.isSelected(t);o.ha"..., iov_len=32768}], 2) = 58475
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3571712, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3604480, aio_resfd=18}]) = 1
writev(3, [{iov_base="};t.default=s}})},Yobk:function("..., iov_len=32768}], 1) = 30185
writev(3, [{iov_base="nction i(e,t,n,i,r,o,a,s){var l,"..., iov_len=2583}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="nction i(e,t,n,i,r,o,a,s){var l,"..., iov_len=2583}, {iov_base="\",value:e.handleClose,expression"..., iov_len=32768}], 2) = 35351
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3637248, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3670016, aio_resfd=18}]) = 1
writev(3, [{iov_base="Shape({smooth:L,smoothMonotone:e"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3702784, aio_resfd=18}]) = 1
writev(3, [{iov_base="=function(e){this._seriesScope=c"..., iov_len=32768}], 1) = 20541
writev(3, [{iov_base="(function(e){return e.visible})."..., iov_len=12227}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="(function(e){return e.visible})."..., iov_len=12227}, {iov_base=",this.options.splice(e,1))},rese"..., iov_len=32768}], 2) = 44995
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3735552, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3768320, aio_resfd=18}]) = 1
writev(3, [{iov_base="etMonth()]},yy:function(e){retur"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3801088, aio_resfd=18}]) = 1
writev(3, [{iov_base="opperJS._popper.style.zIndex=a.P"..., iov_len=32768}], 1) = 10897
writev(3, [{iov_base="c=Math.max,d=Math.min,h=i.retrie"..., iov_len=21871}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="c=Math.max,d=Math.min,h=i.retrie"..., iov_len=21871}, {iov_base="!o||i.navigator&&i.navigator.sta"..., iov_len=32768}], 2) = 54639
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3833856, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3866624, aio_resfd=18}]) = 1
writev(3, [{iov_base="ler.trigger(e,t)},clear:function"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3899392, aio_resfd=18}]) = 1
writev(3, [{iov_base=" h(i,e,t);n.push(r),i.coordinate"..., iov_len=32768}], 1) = 1253
writev(3, [{iov_base="(\"YsVG\"),v=n(\"MMop\"),m=n(\"TlPD\")"..., iov_len=31515}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="(\"YsVG\"),v=n(\"MMop\"),m=n(\"TlPD\")"..., iov_len=31515}, {iov_base=".syncCheckedValue(),this.checkSt"..., iov_len=32768}], 2) = 64283
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=3932160, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3964928, aio_resfd=18}]) = 1
writev(3, [{iov_base=",!0)}(n,c,l):n=k(r,c,l,!0),r.set"..., iov_len=32768}], 1) = 21517
writev(3, [{iov_base="h],n=r=s[h+1]),f){case l.M:t=i=s"..., iov_len=11251}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base="h],n=r=s[h+1]),f){case l.M:t=i=s"..., iov_len=11251}, {iov_base="sion(\"single\"),l=e.mapDimension("..., iov_len=32768}], 2) = 44019
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=3997696, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=4030464, aio_resfd=18}]) = 1
writev(3, [{iov_base="unction(){clearTimeout(this._hid"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=4063232, aio_resfd=18}]) = 1
writev(3, [{iov_base="refs.input.setAttribute(\"aria-ex"..., iov_len=32768}], 1) = 9013
writev(3, [{iov_base="o={selection:{renderHeader:funct"..., iov_len=23755}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="o={selection:{renderHeader:funct"..., iov_len=23755}, {iov_base="ty(e,\"__esModule\",{value:!0})},n"..., iov_len=32768}], 2) = 56523
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=4096000, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=4128768, aio_resfd=18}]) = 1
writev(3, [{iov_base="t(\"splitNumber\"),w=x.get(\"splitN"..., iov_len=32768}], 1) = 32137
writev(3, [{iov_base=".pickerVisible=!0),this.$emit(\"f"..., iov_len=631}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(3, [{iov_base=".pickerVisible=!0),this.$emit(\"f"..., iov_len=631}, {iov_base="ickerVisible=this.picker.visible"..., iov_len=32768}], 2) = 33399
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=4161536, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=4194304, aio_resfd=18}]) = 1
writev(3, [{iov_base="ect(o.isDate)(e)){var i=this.val"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=4227072, aio_resfd=18}]) = 1
writev(3, [{iov_base="ot.$options.shadowRoot)}:r),l)if"..., iov_len=32768}], 1) = 18203
writev(3, [{iov_base="ress&&r.progress({start:0,end:i."..., iov_len=14565}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base="ress&&r.progress({start:0,end:i."..., iov_len=14565}, {iov_base=")for(var o=e[i].seriesId,a=u(e[i"..., iov_len=32768}], 2) = 47333
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=4259840, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1715800, aio_nbytes=32768, aio_offset=4292608, aio_resfd=18}]) = 1
writev(3, [{iov_base="rtical\",backgroundColor:\"rgba(0,"..., iov_len=32768}], 1) = 32768
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1760a00, aio_nbytes=32768, aio_offset=4325376, aio_resfd=18}]) = 1
writev(3, [{iov_base="(e,t){return function e(t,n,i){r"..., iov_len=32768}], 1) = 14279
writev(3, [{iov_base=",p=this.get(\"triggerEvent\"),g=r."..., iov_len=18489}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 60000) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
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=0x17601a0, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=6, aio_buf=0x1768c40, aio_nbytes=3706, aio_offset=4358144, aio_resfd=18}]) = 1
epoll_wait(16, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59999) = 1
read(18, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x17601a0, obj=0x1760160, res=3706, 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(16, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(3, [{iov_base=",p=this.get(\"triggerEvent\"),g=r."..., iov_len=18489}, {iov_base="||Object.defineProperty(e,t,{enu"..., iov_len=32768}, {iov_base="IVP\"),o=i.get,a=i.key;i.exp({get"..., iov_len=3706}], 3) = 54963
write(14, "{\"time_iso8601\":\"2023-11-26T22:4"..., 152) = 152
close(6)                                = 0
epoll_wait(16, [{EPOLLIN|EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 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", 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

        测试4和测试3的唯一区别就是,Nginx调用了fcntl(),我对linux不是特别懂,不知道这个跟directio有什么关系。那我们就假装directio生效了吧。有哪位大神懂的话,希望能讲解讲解,谢谢。

测试5:开启aio、directio=2m、sendfile,请求/vendor.js

{"time_iso8601":"2023-11-26T22:41:59+08:00","request_uri":"/vendor.js","status":"200","bytes_sent":"1925621","request_time":"12.607","gzip_ratio":"",}
epoll_wait(17, [{EPOLLIN, {u32=1172357136, u64=139725048430608}}], 512, -1) = 1
accept4(8, {sa_family=AF_INET, sin_port=htons(58404), sin_addr=inet_addr("14.145.198.236")}, [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 /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) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=1925348, ...}) = 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=273}], 1) = 273
sendfile(6, 7, [0] => [78377], 1048576) = 78377
sendfile(6, 7, [78377], 970199)         = -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, [78377] => [141297], 1052119) = 62920
sendfile(6, 7, [141297], 989199)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59822) = 1
sendfile(6, 7, [141297] => [195637], 1050639) = 54340
sendfile(6, 7, [195637], 996299)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [195637] => [248547], 1049547) = 52910
sendfile(6, 7, [248547], 996637)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59855) = 1
sendfile(6, 7, [248547] => [308607], 1049885) = 60060
sendfile(6, 7, [308607], 989825)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59763) = 1
sendfile(6, 7, [308607] => [344357], 1051265) = 35750
sendfile(6, 7, [344357], 1015515)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [344357] => [435877], 1052379) = 91520
sendfile(6, 7, [435877], 960859)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59748) = 1
sendfile(6, 7, [435877] => [520247], 1050971) = 84370
sendfile(6, 7, [520247], 966601)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [520247] => [613197], 1052617) = 92950
sendfile(6, 7, [613197], 959667)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [613197] => [698997], 1049779) = 85800
sendfile(6, 7, [698997], 963979)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [698997] => [786227], 1049995) = 87230
sendfile(6, 7, [786227], 962765)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [786227] => [872027], 1048781) = 85800
sendfile(6, 7, [872027], 962981)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [872027] => [963547], 1048997) = 91520
sendfile(6, 7, [963547], 957477)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [963547] => [1060787], 961801) = 97240
sendfile(6, 7, [1060787], 864561)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [1060787] => [1143727], 864561) = 82940
sendfile(6, 7, [1143727], 781621)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [1143727] => [1236677], 781621) = 92950
sendfile(6, 7, [1236677], 688671)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [1236677] => [1328197], 688671) = 91520
sendfile(6, 7, [1328197], 597151)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [1328197] => [1425437], 597151) = 97240
sendfile(6, 7, [1425437], 499911)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [1425437] => [1515527], 499911) = 90090
sendfile(6, 7, [1515527], 409821)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [1515527] => [1601327], 409821) = 85800
sendfile(6, 7, [1601327], 324021)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [1601327] => [1697137], 324021) = 95810
sendfile(6, 7, [1697137], 228211)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [1697137] => [1732887], 228211) = 35750
sendfile(6, 7, [1732887], 192461)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [1732887] => [1818687], 192461) = 85800
sendfile(6, 7, [1818687], 106661)       = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59775) = 1
sendfile(6, 7, [1818687] => [1908777], 106661) = 90090
sendfile(6, 7, [1908777], 16571)        = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
sendfile(6, 7, [1908777] => [1925348], 16571) = 16571
write(12, "{\"time_iso8601\":\"2023-11-26T22:4"..., 151) = 151
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", 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

        这个应该是没有争议,vendor.js大小小于2m,所以直接采用sendfile发送文件。

测试6:开启aio、directio=2m、sendfile,请求/vendor1.js

{"time_iso8601":"2023-11-26T22:42:53+08:00","request_uri":"/vendor1.js","status":"200","bytes_sent":"4362123","request_time":"31.176","gzip_ratio":"",}
epoll_wait(17, [{EPOLLIN|EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 65000) = 1
recvfrom(6, "GET /vendor1.js HTTP/1.1\r\nHost: "..., 1024, 0, NULL, NULL) = 492
openat(AT_FDCWD, "/usr/local/nginx/pages/vendor1.js", O_RDONLY|O_NONBLOCK) = 7
fstat(7, {st_mode=S_IFREG|0644, st_size=4361850, ...}) = 0
fcntl(7, F_GETFL)                       = 0x8800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE)
fcntl(7, F_SETFL, O_RDONLY|O_NONBLOCK|O_DIRECT|O_LARGEFILE) = 0
brk(NULL)                               = 0x17b3000
brk(0x17d8000)                          = 0x17d8000
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(6, [{iov_base="HTTP/1.1 200 OK\r\nServer: nginx/1"..., iov_len=273}, {iov_base="webpackJsonp([59],{\"++K3\":functi"..., iov_len=32768}], 2) = 33041
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(6, [{iov_base="(e,t)},n.p=\"/dist/\",n(n.s=65)}({"..., iov_len=32768}], 1) = 32768
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(6, [{iov_base=",this._router.history.current)):"..., iov_len=32768}], 1) = 32768
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=98304, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(6, [{iov_base="),this})};if(\"function\"==typeof "..., iov_len=32768}], 1) = 32768
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=131072, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
writev(6, [{iov_base="teData(e,t,!0)}var u=l.prototype"..., iov_len=32768}], 1) = 5935
writev(6, [{iov_base="large;if(n){var a=i(n.dimensions"..., iov_len=26833}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=163840, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59998) = 1
writev(6, [{iov_base="large;if(n){var a=i(n.dimensions"..., iov_len=26833}, {iov_base="r=!1,this.resetColor()},hide:fun"..., iov_len=32768}], 2) = 37180
writev(6, [{iov_base="}function n(e){var t=new Date,n="..., iov_len=22421}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=196608, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="}function n(e){var t=new Date,n="..., iov_len=22421}, {iov_base="center\",d=\"bottom\";break;case\"bo"..., iov_len=32768}], 2) = 35750
writev(6, [{iov_base="&&Symbol.toStringTag&&Object.def"..., iov_len=19439}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=229376, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59875) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59874) = 1
writev(6, [{iov_base="&&Symbol.toStringTag&&Object.def"..., iov_len=19439}, {iov_base="lidator:I},popperClass:String,ed"..., iov_len=32768}], 2) = 37180
writev(6, [{iov_base="conds,\"am-pm-mode\":e.amPmMode,\"a"..., iov_len=15027}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=262144, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59786) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59786) = 1
writev(6, [{iov_base="conds,\"am-pm-mode\":e.amPmMode,\"a"..., iov_len=15027}, {iov_base="=l.asc,p=i.bind,g=i.each,v=\"hori"..., iov_len=32768}], 2) = 41470
writev(6, [{iov_base="DefaultAndTheme(e,n),e.selected="..., iov_len=6325}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=294912, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="DefaultAndTheme(e,n),e.selected="..., iov_len=6325}, {iov_base="125):Math.abs(W-j)<1e-4?B&&H<R||"..., iov_len=32768}], 2) = 39093
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=327680, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59795) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=360448, aio_resfd=19}]) = 1
writev(6, [{iov_base="|95===t}function U(e,t,n,i){Obje"..., iov_len=32768}], 1) = 947
writev(6, [{iov_base="ect&&ue(Reflect.ownKeys);ce=\"und"..., iov_len=31821}], 1) = -1 EAGAIN (Resource temporarily unavailable)
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59795) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59794) = 1
writev(6, [{iov_base="ect&&ue(Reflect.ownKeys);ce=\"und"..., iov_len=31821}, {iov_base="(m):\"\"),t,void 0,void 0,void 0,n"..., iov_len=32768}], 2) = 64589
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=393216, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=425984, aio_resfd=19}]) = 1
writev(6, [{iov_base="0;n<i.remove.length;++n)i.remove"..., iov_len=32768}], 1) = 28361
writev(6, [{iov_base=";function Cl(e,t){var n=new Sl(t"..., iov_len=4407}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base=";function Cl(e,t){var n=new Sl(t"..., iov_len=4407}, {iov_base="t(e.model.callback,\",expression:"..., iov_len=32768}], 2) = 37175
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=458752, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=491520, aio_resfd=19}]) = 1
writev(6, [{iov_base="d())}(this)},e.prototype.setData"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=524288, aio_resfd=19}]) = 1
writev(6, [{iov_base=");else if(\"object\"===i(t[e])){va"..., iov_len=32768}], 1) = 18717
writev(6, [{iov_base="1&&(o[y++]=D)}else{var k=(2*p*u-"..., iov_len=14051}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59998) = 1
writev(6, [{iov_base="1&&(o[y++]=D)}else{var k=(2*p*u-"..., iov_len=14051}, {iov_base="turn Object.prototype.hasOwnProp"..., iov_len=32768}], 2) = 46819
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=557056, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=589824, aio_resfd=19}]) = 1
writev(6, [{iov_base="t,n){var i=n(\"yt/B\"),r=n(\"DRaW\")"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=622592, aio_resfd=19}]) = 1
writev(6, [{iov_base=":null,areaSelectStyle:{width:20,"..., iov_len=32768}], 1) = 11933
writev(6, [{iov_base="tConstructor:function(e,t,n,u){v"..., iov_len=20835}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="tConstructor:function(e,t,n,u){v"..., iov_len=20835}, {iov_base="his.$emit(\"input\",e),this.selfMo"..., iov_len=32768}], 2) = 53603
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=655360, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=688128, aio_resfd=19}]) = 1
writev(6, [{iov_base="parsePercent,s=n(\"1bHA\");functio"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=720896, aio_resfd=19}]) = 1
writev(6, [{iov_base="{m=!0;break}}else if(e[p++]=c[h+"..., iov_len=32768}], 1) = 5149
writev(6, [{iov_base="t),this.dpr=n.devicePixelRatio||"..., iov_len=27619}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="t),this.dpr=n.devicePixelRatio||"..., iov_len=27619}, {iov_base="ter&&(t.locationChangeAngularEmi"..., iov_len=32768}], 2) = 60387
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=753664, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=786432, aio_resfd=19}]) = 1
writev(6, [{iov_base=":function(e,t){e.exports=functio"..., iov_len=32768}], 1) = 25413
writev(6, [{iov_base="&!o.length))return e;n=\"string\"="..., iov_len=7355}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="&!o.length))return e;n=\"string\"="..., iov_len=7355}, {iov_base=",n(\"div\",{ref:\"rightFixedBodyWra"..., iov_len=32768}], 2) = 40123
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=819200, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=851968, aio_resfd=19}]) = 1
writev(6, [{iov_base="owPopper\",function(t){e.column&&"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=884736, aio_resfd=19}]) = 1
writev(6, [{iov_base="eturn null==n&&(n=d),t.getItemVi"..., iov_len=32768}], 1) = 11479
writev(6, [{iov_base="r n=this.elForm.autoLabelWidth,i"..., iov_len=21289}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="r n=this.elForm.autoLabelWidth,i"..., iov_len=21289}, {iov_base="eturn a.left+=n,a.right-=n,a.top"..., iov_len=32768}], 2) = 54057
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=917504, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=950272, aio_resfd=19}]) = 1
writev(6, [{iov_base="e=h.modalDom;return e?s=!0:(s=!1"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=983040, aio_resfd=19}]) = 1
writev(6, [{iov_base="emModel(e),n=t.get(\"name\");if(n)"..., iov_len=32768}], 1) = 405
writev(6, [{iov_base="ld;return null==e?this.option.la"..., iov_len=32363}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="ld;return null==e?this.option.la"..., iov_len=32363}, {iov_base=",[18,47.6],[16,47.6]],[[6,64.4],"..., iov_len=32768}], 2) = 65131
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=1015808, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1048576, aio_resfd=19}]) = 1
writev(6, [{iov_base="h(function(e,t){n.push(t)}),x.to"..., iov_len=32768}], 1) = 22099
writev(6, [{iov_base="e.content))])],2)]),n(\"span\",{re"..., iov_len=10669}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="e.content))])],2)]),n(\"span\",{re"..., iov_len=10669}, {iov_base="||\"@@asyncIterator\",l=o.toString"..., iov_len=32768}], 2) = 43437
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1081344, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=1114112, aio_resfd=19}]) = 1
writev(6, [{iov_base="shared__\"]={});(e.exports=functi"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1146880, aio_resfd=19}]) = 1
writev(6, [{iov_base="lignTo:y,labelMargin:x,bleedMarg"..., iov_len=32768}], 1) = 15315
writev(6, [{iov_base="redComponents&&e._registeredComp"..., iov_len=17453}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="redComponents&&e._registeredComp"..., iov_len=17453}, {iov_base=":function(){this.closeDrawer()}}"..., iov_len=32768}], 2) = 50221
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1179648, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=1212416, aio_resfd=19}]) = 1
writev(6, [{iov_base="circle,i=e.labelModel,r=e.hoverL"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1245184, aio_resfd=19}]) = 1
writev(6, [{iov_base="is.grid.getOtherAxis()},pointToD"..., iov_len=32768}], 1) = 7101
writev(6, [{iov_base="};return S(t).forEach(function(t"..., iov_len=25667}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="};return S(t).forEach(function(t"..., iov_len=25667}, {iov_base="tion(e){(e=e||this.$vnode&&this."..., iov_len=32768}], 2) = 58435
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1277952, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=1310720, aio_resfd=19}]) = 1
writev(6, [{iov_base="ne(e,t,n)}var a=o.prototype;a._c"..., iov_len=32768}], 1) = 30225
writev(6, [{iov_base=".getExtent();return t[0]=this.to"..., iov_len=2543}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base=".getExtent();return t[0]=this.to"..., iov_len=2543}, {iov_base="name+\"Index\"),id:t.get(name+\"Id\""..., iov_len=32768}], 2) = 31460
writev(6, [{iov_base="Margin:null,symbolRepeat:!1,symb"..., iov_len=3851}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1343488, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="Margin:null,symbolRepeat:!1,symb"..., iov_len=3851}, {iov_base=".config=null,this.clearColor=0,t"..., iov_len=32768}], 2) = 35750
writev(6, [{iov_base="ns(e[this._domName]))\"function\"="..., iov_len=869}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=1376256, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59869) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59869) = 1
writev(6, [{iov_base="ns(e[this._domName]))\"function\"="..., iov_len=869}, {iov_base="u:e instanceof a?c:e instanceof "..., iov_len=32768}], 2) = 33637
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=1409024, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1441792, aio_resfd=19}]) = 1
writev(6, [{iov_base="function(e,t){l.then(function(t)"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=1474560, aio_resfd=19}]) = 1
writev(6, [{iov_base="tItemStyle(),v=e.getModel(\"label"..., iov_len=32768}], 1) = 25115
writev(6, [{iov_base="m,\"normal\"),v),S=r.retrieve2(e.g"..., iov_len=7653}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="m,\"normal\"),v),S=r.retrieve2(e.g"..., iov_len=7653}, {iov_base="a];return u[t]=n(l),i(e,this,u)}"..., iov_len=32768}], 2) = 40421
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=1507328, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1540096, aio_resfd=19}]) = 1
writev(6, [{iov_base="];var i=this.$store.dispatch;if("..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=1572864, aio_resfd=19}]) = 1
writev(6, [{iov_base=".getNormalizer(),{inRange:s.colo"..., iov_len=32768}], 1) = 16901
writev(6, [{iov_base="Blc:function(e,t,n){n(\"4Nz2\").__"..., iov_len=15867}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="Blc:function(e,t,n){n(\"4Nz2\").__"..., iov_len=15867}, {iov_base=".clipPathManager.update(d),d.sty"..., iov_len=32768}], 2) = 48635
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1638400, aio_resfd=19}]) = 1
writev(6, [{iov_base="){return r.getFont({fontStyle:th"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=1671168, aio_resfd=19}]) = 1
writev(6, [{iov_base="l\"===this._orient&&e.reverse(),("..., iov_len=32768}], 1) = 8687
writev(6, [{iov_base="c=[],d=0;d<u.length;d++){var h=u"..., iov_len=24081}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="c=[],d=0;d<u.length;d++){var h=u"..., iov_len=24081}, {iov_base="ot.removeChild(this._viewport)},"..., iov_len=32768}], 2) = 56849
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1736704, aio_resfd=19}]) = 1
writev(6, [{iov_base="t&&\"object\"==typeof e&&e&&e.__es"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=1769472, aio_resfd=19}]) = 1
writev(6, [{iov_base="ction({type:\"showTip\",event:\"sho"..., iov_len=32768}], 1) = 3333
writev(6, [{iov_base="End,this)}),r.add(a)),v(a,n,!1);"..., iov_len=29435}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="End,this)}),r.add(a)),v(a,n,!1);"..., iov_len=29435}, {iov_base="SysAxesInfo[p]={};e.coordSysMap["..., iov_len=32768}], 2) = 62203
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1835008, aio_resfd=19}]) = 1
writev(6, [{iov_base="ile=\"packages/tabs/src/tab-bar.v"..., iov_len=32768}], 1) = 23597
writev(6, [{iov_base="(l)},style:{fill:f.getItemVisual"..., iov_len=9171}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="(l)},style:{fill:f.getItemVisual"..., iov_len=9171}, {iov_base="terEl=new o[r.type](c(t.pointer)"..., iov_len=32768}], 2) = 41939
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1867776, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=1900544, aio_resfd=19}]) = 1
writev(6, [{iov_base="del},t.makeKey=c},\"QD+P\":functio"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1933312, aio_resfd=19}]) = 1
writev(6, [{iov_base="cusable=!1:\"visible\"===t&&setTim"..., iov_len=32768}], 1) = 18243
writev(6, [{iov_base=",a[\"border-width\"]=0),this.domBa"..., iov_len=14525}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base=",a[\"border-width\"]=0),this.domBa"..., iov_len=14525}, {iov_base="ndle=null,this._payloadInfo=null"..., iov_len=32768}], 2) = 47293
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=1966080, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=1998848, aio_resfd=19}]) = 1
writev(6, [{iov_base="a},this);var s,l=n.get(\"data.max"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2031616, aio_resfd=19}]) = 1
writev(6, [{iov_base="bject(a.a)(h,void 0,void 0,!1,nu"..., iov_len=32768}], 1) = 11459
writev(6, [{iov_base="var d=c.exports;d.install=functi"..., iov_len=21309}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="var d=c.exports;d.install=functi"..., iov_len=21309}, {iov_base="=function(e,t){var n,o=[],a=e.se"..., iov_len=32768}], 2) = 54077
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2064384, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=2097152, aio_resfd=19}]) = 1
writev(6, [{iov_base="),g=\"\",v=\"0\";if(u<0||u>20)throw "..., iov_len=32768}], 1) = 31723
writev(6, [{iov_base="))},handleTabAdd:function(){this"..., iov_len=1045}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="))},handleTabAdd:function(){this"..., iov_len=1045}, {iov_base="\"]=\"border-card\"===n,t)},[\"botto"..., iov_len=32768}], 2) = 33813
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=2129920, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2162688, aio_resfd=19}]) = 1
writev(6, [{iov_base="ordsFromItemModel(e).length},get"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=2195456, aio_resfd=19}]) = 1
writev(6, [{iov_base="d={line:function(e,t,n,i,r){retu"..., iov_len=32768}], 1) = 24939
writev(6, [{iov_base=",this.scrollable.prev=r,this.scr"..., iov_len=7829}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base=",this.scrollable.prev=r,this.scr"..., iov_len=7829}, {iov_base="trim().split(/\\s+/).forEach(func"..., iov_len=32768}], 2) = 40597
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=2228224, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2260992, aio_resfd=19}]) = 1
writev(6, [{iov_base="n){n(\"80cc\"),n(\"dp0Z\"),n(\"wLWv\")"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=2293760, aio_resfd=19}]) = 1
writev(6, [{iov_base="oString\");n(\"7gX0\").inspectSourc"..., iov_len=32768}], 1) = 15295
writev(6, [{iov_base="o(e),h=\"mutation \"+e.type+l;M(c,"..., iov_len=17473}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="o(e),h=\"mutation \"+e.type+l;M(c,"..., iov_len=17473}, {iov_base="ction(e,t){return Object.prototy"..., iov_len=32768}], 2) = 32890
writev(6, [{iov_base=",s=r.extend({type:\"visualMap.con"..., iov_len=17351}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2326528, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base=",s=r.extend({type:\"visualMap.con"..., iov_len=17351}, {iov_base="e(t[0],t[1]):e.call(n,t[0],t[1])"..., iov_len=32768}], 2) = 50119
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2359296, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=2392064, aio_resfd=19}]) = 1
writev(6, [{iov_base=".ssrContext)||\"undefined\"==typeo"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2424832, aio_resfd=19}]) = 1
writev(6, [{iov_base="OnPressEscape:{type:Boolean,defa"..., iov_len=32768}], 1) = 4343
writev(6, [{iov_base=".beforeCreate=d?[].concat(d,l):["..., iov_len=28425}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base=".beforeCreate=d?[].concat(d,l):["..., iov_len=28425}, {iov_base="series\"===i.componentType&&i.ser"..., iov_len=32768}], 2) = 61193
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2457600, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=2490368, aio_resfd=19}]) = 1
writev(6, [{iov_base="this.$refs.radio&&(this.$refs.ra"..., iov_len=32768}], 1) = 27467
writev(6, [{iov_base="ingTag,{value:\"Module\"}),Object."..., iov_len=5301}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="ingTag,{value:\"Module\"}),Object."..., iov_len=5301}, {iov_base="bolOffset:null,symbolMargin:null"..., iov_len=32768}], 2) = 38069
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=2523136, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2555904, aio_resfd=19}]) = 1
writev(6, [{iov_base="constructor:g,init:null,mergeOpt"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=2588672, aio_resfd=19}]) = 1
writev(6, [{iov_base="l8.1-4.2l8.1-4.2l8.1-4.1L30.4,2."..., iov_len=32768}], 1) = 14963
writev(6, [{iov_base="right)):(r.top<o.top&&(l=s-(o.to"..., iov_len=17805}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="right)):(r.top<o.top&&(l=s-(o.to"..., iov_len=17805}, {iov_base="taticClass:\"el-breadcrumb__separ"..., iov_len=32768}], 2) = 50573
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=2621440, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2654208, aio_resfd=19}]) = 1
writev(6, [{iov_base="l.text;function h(e,t,n,i,r){thi"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=2686976, aio_resfd=19}]) = 1
writev(6, [{iov_base="gxq\");e.exports=function(e){for("..., iov_len=32768}], 1) = 11039
writev(6, [{iov_base="0})},n.t=function(e,t){if(1&t&&("..., iov_len=21729}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="0})},n.t=function(e,t){if(1&t&&("..., iov_len=21729}, {iov_base="r[h],d++):null==r[h]||s||f(t,n,h"..., iov_len=32768}], 2) = 54497
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=2719744, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2752512, aio_resfd=19}]) = 1
writev(6, [{iov_base="Class:\"el-time-spinner\",class:{\""..., iov_len=32768}], 1) = 32733
writev(6, [{iov_base="nction(){var e=this._data[0];ret"..., iov_len=35}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="nction(){var e=this._data[0];ret"..., iov_len=35}, {iov_base=" e?Math.max(0,e.length-this._sou"..., iov_len=32768}], 2) = 32803
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2785280, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=2818048, aio_resfd=19}]) = 1
writev(6, [{iov_base="cale.type===e&&t.push(n),i.scale"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2850816, aio_resfd=19}]) = 1
writev(6, [{iov_base="sible:!1,message:\"\",duration:3e3"..., iov_len=32768}], 1) = 20229
writev(6, [{iov_base="p=d;e.exports=p},\"43ae\":function"..., iov_len=12539}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="p=d;e.exports=p},\"43ae\":function"..., iov_len=12539}, {iov_base="dleChange,\"select-range\":e.setSe"..., iov_len=32768}], 2) = 45307
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2883584, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=2916352, aio_resfd=19}]) = 1
writev(6, [{iov_base="ion(e,t,n){var i=n(\"lDLk\"),r=n(\""..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2949120, aio_resfd=19}]) = 1
writev(6, [{iov_base=";return null===i||null===r?[(n?d"..., iov_len=32768}], 1) = 16305
writev(6, [{iov_base="<<h;)h++;for(var f=0,p=0,g=0;p<u"..., iov_len=16463}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="<<h;)h++;for(var f=0,p=0,g=0;p<u"..., iov_len=16463}, {iov_base="geSizes:{immediate:!0,handler:fu"..., iov_len=32768}], 2) = 49231
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=2981888, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3014656, aio_resfd=19}]) = 1
writev(6, [{iov_base="ines,a=0;a<r.length;a++){var s=r"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=3047424, aio_resfd=19}]) = 1
writev(6, [{iov_base=";return M(e,this.format,t)},form"..., iov_len=32768}], 1) = 12381
writev(6, [{iov_base="crollbar){var o=Math.abs(e);e=e>"..., iov_len=20387}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="crollbar){var o=Math.abs(e);e=e>"..., iov_len=20387}, {iov_base=",a).axis,u={x:\"y\",y:\"x\",radius:\""..., iov_len=32768}], 2) = 53155
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=3080192, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3112960, aio_resfd=19}]) = 1
writev(6, [{iov_base="t}catch(e){}return N.innerHTML=\""..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=3145728, aio_resfd=19}]) = 1
writev(6, [{iov_base=",b,_,i,l);break;case d.Z:if(n){i"..., iov_len=32768}], 1) = 1307
writev(6, [{iov_base="if(c.diff(d).add(function(e){l(a"..., iov_len=31461}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="if(c.diff(d).add(function(e){l(a"..., iov_len=31461}, {iov_base="rmF\"),n(\"Ygg6\"),n(\"6Xxs\"),n(\"qdH"..., iov_len=32768}], 2) = 64229
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=3178496, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3211264, aio_resfd=19}]) = 1
writev(6, [{iov_base="e:\"v-show\",value:e.visible,expre"..., iov_len=32768}], 1) = 23001
writev(6, [{iov_base="onDragMove:function(e,t,n,i){thi"..., iov_len=9767}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="onDragMove:function(e,t,n,i){thi"..., iov_len=9767}, {iov_base="\"y325\")(\"strike\",function(e){ret"..., iov_len=32768}], 2) = 42535
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3244032, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=3276800, aio_resfd=19}]) = 1
writev(6, [{iov_base="tion(e,t){return Object.prototyp"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3309568, aio_resfd=19}]) = 1
writev(6, [{iov_base="==i.lastIndex||0!==r.lastIndex),"..., iov_len=32768}], 1) = 13357
writev(6, [{iov_base="unction(e,t){l[e]=t},o.getAxisPo"..., iov_len=19411}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="unction(e,t){l[e]=t},o.getAxisPo"..., iov_len=19411}, {iov_base="parser:function(e,t){return C.da"..., iov_len=32768}], 2) = 52179
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3342336, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=3375104, aio_resfd=19}]) = 1
writev(6, [{iov_base="labelDirection=-a.labelDirection"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3407872, aio_resfd=19}]) = 1
writev(6, [{iov_base="w=n.scale,k=p,M=v;c=[(y[0]-f.x)/"..., iov_len=32768}], 1) = 5143
writev(6, [{iov_base="form.Microsoft.AlphaImageLoader("..., iov_len=27625}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="form.Microsoft.AlphaImageLoader("..., iov_len=27625}, {iov_base=",r=i.each,o=i.map,a=n(\"wWR3\"),s="..., iov_len=32768}], 2) = 60393
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3440640, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=3473408, aio_resfd=19}]) = 1
writev(6, [{iov_base="GxVO\").extend({type:\"arc\",shape:"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3506176, aio_resfd=19}]) = 1
writev(6, [{iov_base=":function(t){e.emitSelectRange(\""..., iov_len=32768}], 1) = 5509
writev(6, [{iov_base="ion(e,t){e.exports=n(\"7+uW\")},77"..., iov_len=27259}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="ion(e,t){e.exports=n(\"7+uW\")},77"..., iov_len=27259}, {iov_base="(\"ordinal\"===n){var i=t&&t.ordin"..., iov_len=32768}], 2) = 60027
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3538944, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=3571712, aio_resfd=19}]) = 1
writev(6, [{iov_base="!==t){var i=n.isSelected(t);o.ha"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3604480, aio_resfd=19}]) = 1
writev(6, [{iov_base="};t.default=s}})},Yobk:function("..., iov_len=32768}], 1) = 155
writev(6, [{iov_base="e\"),i=o.length;for(t.style.displ"..., iov_len=32613}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="e\"),i=o.length;for(t.style.displ"..., iov_len=32613}, {iov_base="\",value:e.handleClose,expression"..., iov_len=32768}], 2) = 65381
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3637248, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=3670016, aio_resfd=19}]) = 1
writev(6, [{iov_base="Shape({smooth:L,smoothMonotone:e"..., iov_len=32768}], 1) = 28999
writev(6, [{iov_base="dth,this.imageHeight=t.height,th"..., iov_len=3769}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="dth,this.imageHeight=t.height,th"..., iov_len=3769}, {iov_base="=function(e){this._seriesScope=c"..., iov_len=32768}], 2) = 35750
writev(6, [{iov_base="his.$refs.input||this.$refs.refe"..., iov_len=787}], 1) = -1 EAGAIN (Resource temporarily unavailable)
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3702784, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="his.$refs.input||this.$refs.refe"..., iov_len=787}, {iov_base=",this.options.splice(e,1))},rese"..., iov_len=32768}], 2) = 33555
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3735552, aio_resfd=19}]) = 1
epoll_wait(17, [{EPOLLIN, {u32=7243232, u64=7243232}}], 512, 59786) = 1
read(19, "\1\0\0\0\0\0\0\0", 8)         = 8
io_getevents(0x7f1445f65000, 1, 64, [{data=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=3768320, aio_resfd=19}]) = 1
writev(6, [{iov_base="etMonth()]},yy:function(e){retur"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3801088, aio_resfd=19}]) = 1
writev(6, [{iov_base="opperJS._popper.style.zIndex=a.P"..., iov_len=32768}], 1) = 25197
writev(6, [{iov_base="dragging){this.isClick=!1,this.d"..., iov_len=7571}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59785) = 1
writev(6, [{iov_base="dragging){this.isClick=!1,this.d"..., iov_len=7571}, {iov_base="!o||i.navigator&&i.navigator.sta"..., iov_len=32768}], 2) = 40339
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3833856, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=3866624, aio_resfd=19}]) = 1
writev(6, [{iov_base="ler.trigger(e,t)},clear:function"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3899392, aio_resfd=19}]) = 1
writev(6, [{iov_base=" h(i,e,t);n.push(r),i.coordinate"..., iov_len=32768}], 1) = 18413
writev(6, [{iov_base="f&&(n=t),n)(c=!h&&b&&void 0!==b["..., iov_len=14355}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="f&&(n=t),n)(c=!h&&b&&void 0!==b["..., iov_len=14355}, {iov_base=".syncCheckedValue(),this.checkSt"..., iov_len=32768}], 2) = 47123
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3932160, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=3964928, aio_resfd=19}]) = 1
writev(6, [{iov_base=",!0)}(n,c,l):n=k(r,c,l,!0),r.set"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=3997696, aio_resfd=19}]) = 1
writev(6, [{iov_base="sion(\"single\"),l=e.mapDimension("..., iov_len=32768}], 1) = 8769
writev(6, [{iov_base=",i)):(t.originalPosition=Object("..., iov_len=23999}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base=",i)):(t.originalPosition=Object("..., iov_len=23999}, {iov_base="unction(){clearTimeout(this._hid"..., iov_len=32768}], 2) = 56767
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=4030464, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=4063232, aio_resfd=19}]) = 1
writev(6, [{iov_base="refs.input.setAttribute(\"aria-ex"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=4096000, aio_resfd=19}]) = 1
writev(6, [{iov_base="ty(e,\"__esModule\",{value:!0})},n"..., iov_len=32768}], 1) = 555
writev(6, [{iov_base="t\";function i(e,t,n,i,r,o,a,s){v"..., iov_len=32213}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="t\";function i(e,t,n,i,r,o,a,s){v"..., iov_len=32213}, {iov_base="t(\"splitNumber\"),w=x.get(\"splitN"..., iov_len=32768}], 2) = 64981
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=4128768, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=4161536, aio_resfd=19}]) = 1
writev(6, [{iov_base="ickerVisible=this.picker.visible"..., iov_len=32768}], 1) = 22249
writev(6, [{iov_base="lectionMode){var l=this.value||["..., iov_len=10519}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="lectionMode){var l=this.value||["..., iov_len=10519}, {iov_base="ect(o.isDate)(e)){var i=this.val"..., iov_len=32768}], 2) = 43287
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=4194304, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=4227072, aio_resfd=19}]) = 1
writev(6, [{iov_base="ot.$options.shadowRoot)}:r),l)if"..., iov_len=32768}], 1) = 32768
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=4259840, aio_resfd=19}]) = 1
writev(6, [{iov_base=")for(var o=e[i].seriesId,a=u(e[i"..., iov_len=32768}], 1) = 8315
writev(6, [{iov_base="t.getLocalTransform())),i.inters"..., iov_len=24453}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 59999) = 1
writev(6, [{iov_base="t.getLocalTransform())),i.inters"..., iov_len=24453}, {iov_base="rtical\",backgroundColor:\"rgba(0,"..., iov_len=32768}], 2) = 57221
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17b8000, aio_nbytes=32768, aio_offset=4292608, 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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x17afe00, aio_nbytes=32768, aio_offset=4325376, aio_resfd=19}]) = 1
writev(6, [{iov_base="(e,t){return function e(t,n,i){r"..., iov_len=32768}], 1) = 30009
writev(6, [{iov_base="s.length<3?void 0:a(arguments[2]"..., iov_len=2759}], 1) = -1 EAGAIN (Resource temporarily unavailable)
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=0x1795c80, obj=0x1795c40, res=32768, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
fcntl(7, F_GETFL)                       = 0xc800 (flags O_RDONLY|O_NONBLOCK|O_DIRECT|O_LARGEFILE)
fcntl(7, F_SETFL, O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 0
io_submit(0x7f1445f65000, 1, [{aio_data=0x1795c80, aio_lio_opcode=IOCB_CMD_PREAD, aio_fildes=7, aio_buf=0x178bb30, aio_nbytes=3706, aio_offset=4358144, 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=0x1795c80, obj=0x1795c40, res=3706, res2=0}], {tv_sec=0, tv_nsec=0}) = 1
fcntl(7, F_GETFL)                       = 0x8800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE)
fcntl(7, F_SETFL, O_RDONLY|O_NONBLOCK|O_LARGEFILE) = 0
fcntl(7, F_GETFL)                       = 0x8800 (flags O_RDONLY|O_NONBLOCK|O_LARGEFILE)
fcntl(7, F_SETFL, O_RDONLY|O_NONBLOCK|O_DIRECT|O_LARGEFILE) = 0
epoll_wait(17, [{EPOLLOUT, {u32=1172358336, u64=139725048431808}}], 512, 60000) = 1
writev(6, [{iov_base="s.length<3?void 0:a(arguments[2]"..., iov_len=2759}, {iov_base="||Object.defineProperty(e,t,{enu"..., iov_len=32768}, {iov_base="IVP\"),o=i.get,a=i.key;i.exp({get"..., iov_len=3706}], 3) = 39233
write(12, "{\"time_iso8601\":\"2023-11-26T22:4"..., 152) = 152
close(7)                                = 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) = 445
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

        跟测试4结果一样。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
nginxsendfile是用于加速文件传输的机制。它通过在内核空间和用户空间之间直接传输文件,并且避免了数据在两个空间之间的复制,从而提高了性能和效率。 当nginx作为反向代理服务器时,sendfile()通常没有太多的用处。这是因为反向代理服务器主要是将客户端请求转发给后端服务器进行处理,而不是直接传输文件给客户端。 然而,在nginx 0.8.12版本和FreeBSD 5.2.1版本之后,可以使用aio(异步I/O)来预加载sendfile()的数据。这样可以进一步提高性能,特别是在处理大文件时更为明显。 总结起来,nginxsendfile机制可以加速文件传输,并且在特定情况下可以使用aio来进一步优化性能。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* [Nginx](https://blog.csdn.net/m0_69522116/article/details/129739232)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *2* *3* [Nginx篇06-Sendfile指令及其原理](https://blog.csdn.net/qq_36885515/article/details/123137996)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值