Update notes

This commit is contained in:
2018-01-15 17:28:03 +02:00
parent 88a06cf818
commit d7e471569b
3 changed files with 31 additions and 8 deletions

View File

@ -690,3 +690,14 @@ COPY 4552
```
2018-01-15 12:53:15,810 WARN org.dspace.authenticate.LDAPAuthentication @ anonymous:session_id=2386749547D03E0AA4EC7E44181A7552:ip_addr=x.x.x.x:ldap_authentication:type=failed_auth javax.naming.AuthenticationException\colon; [LDAP\colon; error code 49 - 80090308\colon; LdapErr\colon; DSID-0C090400, comment\colon; AcceptSecurityContext error, data 775, v1db1^@]
```
- Looks like we processed 2.9 million requests on CGSpace in 2017-12:
```
# time zcat --force /var/log/nginx/* | grep -cE "[0-9]{1,2}/Dec/2017"
2890041
real 0m25.756s
user 0m28.016s
sys 0m2.210s
```