Ok, tried this:
root@vcenter [ /var/log/vmware ]# cat /storage/log/vmware/vpxd/vpxd-profiler.log | grep -iE 'Session.ID' | cut -d "/" -f 4-7 | sort -u | cut -d "/" -f 3,4 | sort | uniq -c | sort -nr
9 Username='VSPHERE.LOCAL\vpxd-extension-8482b45a-12ac-4c9b-8d1b-29823c1d5fe1'/ClientIP='127.0.0.1'
5 Username='VSPHERE.LOCAL\vpxd-extension-8482b45a-12ac-4c9b-8d1b-29823c1d5fe1'/ClientIP='192.168.10.9'
2 Username='VirtualCenter'/ClientIP='127.0.0.1'
2 Username='com.vmware.vim.eam'/ClientIP='127.0.0.1'
2 Username='AD\xxx'/ClientIP='192.168.10.9'
1 Username='VSPHERE.LOCAL\vsphere-webclient-8482b45a-12ac-4c9b-8d1b-29823c1d5fe1'/ClientIP='192.168.10.9'
1 Username='com.vmware.vsan.health'/ClientIP='127.0.0.1'
1 Username='com.vmware.vim.vsm'/ClientIP='127.0.0.1'
1 Username='com.vmware.vcIntegrity'/ClientIP='127.0.0.1'
1 Username='AD\xxx'/ClientIP='192.168.10.146'
Names of logins were removed.
------------------------------
Mike Gittelman
N/A
Mike Gittelman
San Francisco CA
------------------------------
Original Message:
Sent: 06-26-2020 03:12 PM
From: Install/Upgrade Expert - Jonathan Ebenezer
Subject: VCENTER 7 HIGH CPU USAGE
Hello Mike,
Can you take SSH to the vCenter and run the below command and send the output.
cat vpxd-profiler.log | grep -iE 'Session.ID' | cut -d "/" -f 4-7 | sort -u | cut -d "/" -f 3,4 | sort | uniq -c | sort -nr
NOTE: Please do scrub any confidential data since you are posing it in public forum.
------------------------------
Install/Upgrade Expert - Jonathan Ebenezer
Original Message:
Sent: 06-26-2020 02:39 PM
From: Mike Gittelman
Subject: VCENTER 7 HIGH CPU USAGE
#vSphereAMA
Reposting from here since I never figured this out: https://community.vmug.com/communities/community-home/digestviewer/viewthread?GroupId=2779&MessageKey=aac7f06a-15ab-4eae-9a48-5a28770833b7&CommunityKey=5d966ad2-2bc7-4f01-8bf5-f20dbb092db9&tab=digestviewer&ReturnUrl=%2fcommunities%2fcommunity-home%2fdigestviewer%3fcommunitykey%3d5d966ad2-2bc7-4f01-8bf5-f20dbb092db9%26tab%3ddigestviewer
Upgraded vCenter and ESXi hosts from 6.7 to 7. Everything works great, except I noticed that idle CPU usage is about 4-5X more than before for vCenter. It used to be less than 1% CPU, or around 200MHZ most of the time. Now it's about 1GHZ constantly.
Tried going so far as to create a fresh instance of vCenter 7 with no hosts or any configuration attached to it and it does the same thing.
According to top, the /usr/java/jre-vmware/bin/java process seems to use most of it.
I went to far as to disable every single service and plugin (on the new install) and still usage is high.
Any idea what's going on?