List of questions
Related questions
Question 282 - XK0-005 discussion
The application team has reported latency issues that are causing the application to crash on the Linux server. The Linux administrator starts troubleshooting and receives the following output:
Which of the following commands will improve the latency issue?
A.
# echo 'net.core.net_backlog = 5000000' >> /etc/sysctl.conf # sysctl -p # systemctl daemon-reload
B.
# ifdown eth0 # ip link set dev eth0 mtu 800 # ifup eth0
C.
# systemctl stop network # ethtool -g eth0 512 # systemctl start network
D.
# echo 'net.core.rmem max = 12500000' >> /etc/sysctl.conf # echo 'net.core.wmem_max = 12500000' >> /etc/sysctl.conf # sysctl -p
Your answer:
0 comments
Sorted by
Leave a comment first