top
command on edge shows kauditd
using high cpu/var/log/vmware/top-cpu.log:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ TGID COMMAND
34 root 20 0 0 0 0 R 87.5 0.0 11650:31 34 [kauditd]
/proc/slabinfo
shows kmalloc-2048
usage is high/proc/slabinfo:
...
kmalloc-2048 659406 659406 2048 16 8 : tunables 0 0 0 : slabdata 41268 41268 0
/var/log/syslog
will have too many messages related to "audit: audit_backlog=xxxx > audit_backlog_limit=8192"
/var/log/syslog:
...
<yyyy-mm-dd>T<hr:min:sec.xxx>Z <hostname> kernel - - - [xxxxxxxxx.xxxxxx] audit: audit_backlog=xxxxxx > audit_backlog_limit=8192
<yyyy-mm-dd>T<hr:min:sec.xxx>Z <hostname> kernel - - - [xxxxxxxxx.xxxxxx] audit: audit_lost=xxxxxx audit_rate_limit=0 audit_backlog_limit=8192
<yyyy-mm-dd>T<hr:min:sec.xxx>Z <hostname> kernel - - - [xxxxxxxxx.xxxxxx] audit: backlog limit exceeded
VMware NSX-T Data Center
VMware NSX
This issue is resolved in NSX-T 3.2.3.
admin
st en
/etc/default/grub
GRUB_CMDLINE_LINUX="audit=1"
.update-grub2
Reboot
audit=1
is no longer in `cat /proc/cmdline
`