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