Add notes for 2019-02-01

This commit is contained in:
Alan Orth 2019-02-01 21:46:09 +02:00
parent 221412c58e
commit 41721d67c0
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

28
content/posts/2019-02.md Normal file
View File

@ -0,0 +1,28 @@
---
title: "February, 2019"
date: 2019-02-01T21:37:30+02:00
author: "Alan Orth"
tags: ["Notes"]
---
## 2019-02-01
- Linode has alerted a few times since last night that the CPU usage on CGSpace (linode18) was high despite me increasing the alert threshold last week from 250% to 275%—I might need to increase it again!
- The Solr statistics the past few months have been very high and I was wondering if the web server logs also showed an increase
- There were just over 3 million accesses in the nginx logs last month:
```
# time zcat --force /var/log/nginx/* | grep -cE "[0-9]{1,2}/Jan/2019"
3018243
real 0m19.873s
user 0m22.203s
sys 0m1.979s
```
<!--more-->
- Normally I'd say this was very high, but [about this time last year]({{< relref "2018-02.md" >}}) I remember thinking the same thing when we had 3.1 million...
- I will have to keep an eye on this to see if there is some error in Solr...
<!-- vim: set sw=2 ts=2: -->