Server 是 EC2 Instance,它代表从 HTTPD 将文件保存到 NAS (NFS)。
像flush-0:32 这样的进程消耗了超过%90 的CPU 和平均负载:65.50、64.02、66.59。
根据图表,它每天都在增加,而 4 个内核的初始负载平均约为 1.01、2.02、1.80。我在负载均衡器下添加了另一个类似的实例,其 CPU 利用率仅为 %6 ATM。
这些冲洗过程究竟做了什么?
如果客户端只需要写入数据,也许我们应该关闭 NFS 属性缓存?
可能是因为数据包碎片?
以下是一些统计数据nfsstat -s -4:
=================================================================
Server 0:
Server rpc stats:
calls badcalls badauth badclnt xdrcall
715054137 0 0 0 0
Server nfs v4:
null compound
993 0% 715053143 99%
Server nfs v4 operations:
op0-unused op1-unused op2-future access close commit
0 0% 0 0% 0 0% 143229323 6% 78092765 3% 36693816 1%
create delegpurge delegreturn …Run Code Online (Sandbox Code Playgroud)