Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 apache access_log 中查找请求数。也就是说,一些将返回请求数的 unix 命令。
谢谢!
尝试这个:
cat /var/log/apache2/access.log | wc -l