apache-top is a command-line utility that provides real-time monitoring and statistics for an Apache HTTP server. It is similar in concept to the top command, but it specifically focuses on monitoring Apache web server activity.
202.12.220.133 - - [07/Oct/2023:04:28:49 +0000] "PUT /list HTTP/1.0" 404 5052 "https://wallace.com/category/list/main/terms/" "Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; ca-ES) AppleWebKit/532.47.3 (KHTML, like Gecko) Version/3.0.5 Mobile/8B113 Safari/6532.47.3"
-
IP Address: 202.12.220.133
-
Remote User: -
-
Authenticated User: -
-
Timestamp: [07/Oct/2023:04:28:49 +0000]
-
HTTP Request: "PUT /list HTTP/1.0"
-
HTTP Status Code: 404
-
Response Size: 5052 bytes
-
User-Agent: "Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; ca-ES) AppleWebKit/532.47.3 (KHTML, like Gecko) Version/3.0.5 Mobile/8B113 Safari/6532.47.3"
# Run and test with log-generator
docker compose -f ./log-generator/docker-compose.yml up
# Stop log-generator
docker compose -f ./log-generator/docker-compose.yml down