Catagorized Notes
Renamed notes to fit categories and be easier to find later: blog, config, howto
This commit is contained in:
7
howto - apache requests per hour.md
Normal file
7
howto - apache requests per hour.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# View Apache requests per hour
|
||||
|
||||
```
|
||||
grep "23/Jan" access.log | cut -d[ -f2 | cut -d] -f1 | awk -F: '{print $2":00"}' | sort -n | uniq -c
|
||||
```
|
||||
|
||||
* [Reference](https://iceburn.medium.com/view-level-of-traffic-with-apache-access-log-65f9e3c30b1f)
|
||||
Reference in New Issue
Block a user