This is the config.
```
*"cat /opt/symas/etc/openldap/slapd.conf | grep loglevel
#loglevel stats sync
loglevel stats sync stats"
```
I don't know what is the difference between:
```
loglevel stats sync stats
and
loglevel stats sync
```
The "openldap" folder is empty!!!
```
-bash-4.2# ls /var/log/openldap/
-bash-4.2#
```
This morning the process slapd is quiet...and I do nothing...
```
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
154 ldap 20 0 3913260 1,060g 873404 S 0,3 9,0 178:11.67 slapd
283 jetty 20 0 7220636 1,938g 24000 S 0,3 16,5 2:57.41 java
1 root 20 0 43108 4580 3856 S 0,0 0,0 0:04.12 systemd
16 root 20 0 168584 122200 121988 S 0,0 1,0 7:38.30 systemd-journal
28 root 20 0 118900 2664 2664 S 0,0 0,0 0:00.00 lvmetad
36 root 20 0 24288 3328 3324 S 0,0 0,0 0:00.04 smartd
```
Do you know how I can track and log the CPU usage of this process to make association whit some outside events?