I had ran a load test for 404 response on a 8 core 16GB AEM publish instance.
The request urls are something like https://www.myhost.com/content/abc/${__Random(1,1000000)}/,and the response is set in /apps/sling/servlet/errorhandler/404.jsp:
<%
response.setStatus(404);
response.setContentTy...