My current production setup has two Server2012R2 Virtual machines 4CPU, 32GB RAM with Arcgis Server 10.3.1 installed. The servers are configured with Integrated Windows Authentication.
Recently, a new GIS viewer was released and the number of users increased a lot and this caused performance problems. The arcgis server statistics show 500.000 requests daily.
The zabbix monitoring showed that lsass.exe on average used 25% of CPU resources. After some digging on the internet I found out this was related to SSL and/or Authentication from IIS and I assumed the webadaptors were causing the high CPU load from lsass.exe.
I therefore moved the webadaptors to two separate virtual machines and the lsass.exe CPU load moved with them, so I was able to solve the performance issue because the main Arcgis Server processes now have more CPU resources available.
Is it normal to have such CPU load from lsass.exe with 500.000 requests daily?
Are there ways to reduce the CPU load from lsass.exe?
If somebody has more information on this, please share, because VM's are not cheap within my current organization and I want to make sure I made the right decisions here.