I have a small web API with a single controller hosted as WebApp(scaled out), but when under load I see that there is a disk queue
Data returned from the controller is from MemoryCache, nothing to require disk usage.
If I connect through FTP, there is nothing new created in LogFiles
or any other folder. So where is this Disk Queue coming from?
Could it affect the performance? (There is a HTTP queue for no apparent reason, there are multiple instances and CPU is at 50%, memory not even 20%)