See this post.
Apache logs don’t contain anything of note.
PHP-FPM log during (or shortly after) multicast restore sessions sometimes contains these warnings:
[04-Jan-2020 16:38:01] NOTICE: [pool www] child 29241 started
[05-Jan-2020 02:54:37] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 17 total children
[05-Jan-2020 02:54:38] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 16 children, there are 0 idle, and 22 total children
...
[25-Jan-2020 18:00:58] NOTICE: [pool www] child 9916 started
[25-Jan-2020 18:54:59] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 8 children, there are 0 idle, and 17 total children
[25-Jan-2020 18:55:00] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 16 children, there are 0 idle, and 22 total children
[25-Jan-2020 18:55:01] WARNING: [pool www] seems busy (you may need to increase pm.start_servers, or pm.min/max_spare_servers), spawning 32 children, there are 0 idle, and 27 total children
Output of egrep '^pm\.(start|min|max)' /etc/php-fpm.d/www.conf
pm.max_children = 50
pm.start_servers = 5
pm.min_spare_servers = 5
pm.max_spare_servers = 10
pm.max_requests = 2000
Output of free -h
on FOG server
total used free shared buff/cache available
Mem: 3,9G 362M 372M 8,6M 3,2G 3,5G
Swap: 4,0G 0B 4,0G
Output of lscpu | egrep '^Core|^Socket'
Core(s) per socket: 2
Socket(s): 1
Output of ps --no-headers -o rss,cmd -C php-fpm|awk '{sum+=$1}END{print sum/NR/1024"M"}'
21.2727M
Output of mysql -u root fog -e 'select l.taskID,s.tsName from taskLog as l,taskStates as s where l.taskStateID=s.tsID and l.id between 3282 and 3348 order by l.taskID'
+--------+-------------+
| taskID | tsName |
+--------+-------------+
| 1701 | In-Progress |
| 1701 | Complete |
| 1702 | In-Progress |
| 1702 | Complete |
| 1703 | In-Progress |
| 1703 | Complete |
| 1704 | In-Progress |
| 1704 | Complete |
| 1705 | In-Progress |
| 1706 | In-Progress |
| 1706 | Complete |
| 1707 | In-Progress |
| 1707 | Complete |
| 1708 | In-Progress |
| 1708 | Complete |
| 1709 | In-Progress |
| 1709 | Complete |
| 1710 | In-Progress |
| 1710 | Complete |
| 1711 | In-Progress |
| 1711 | Complete |
| 1712 | In-Progress |
| 1712 | Complete |
| 1713 | In-Progress |
| 1713 | Complete |
| 1714 | In-Progress |
| 1714 | Complete |
| 1715 | In-Progress |
| 1715 | Complete |
| 1716 | In-Progress |
| 1716 | Complete |
| 1717 | In-Progress |
| 1717 | Complete |
| 1718 | In-Progress |
| 1718 | Complete |
| 1719 | In-Progress |
| 1719 | Complete |
| 1720 | In-Progress |
| 1721 | In-Progress |
| 1721 | Complete |
| 1722 | In-Progress |
| 1722 | Complete |
| 1723 | In-Progress |
| 1723 | Complete |
| 1724 | In-Progress |
| 1724 | Complete |
| 1725 | In-Progress |
| 1725 | Complete |
| 1726 | In-Progress |
| 1726 | Complete |
| 1727 | In-Progress |
| 1727 | Complete |
| 1728 | In-Progress |
| 1728 | Complete |
| 1729 | In-Progress |
| 1730 | In-Progress |
| 1730 | Complete |
| 1731 | In-Progress |
| 1732 | In-Progress |
| 1732 | Complete |
| 1733 | In-Progress |
| 1733 | Complete |
| 1734 | In-Progress |
| 1735 | In-Progress |
| 1736 | In-Progress |
| 1736 | Complete |
+--------+-------------+