Search code examples
performanceperformance-testingperformancecounter

I have a java application running on an IIS server, Will windows performca monitor (Perfmon) will be sufficient for performance analysis


I have a java application running on an IIS server, Will windows performca monitor (Perfmon) will be sufficient for performance analysis? Or will it just capture server details and not application level details.


Solution

  • Using perfmon will give you a report about how much memory IIS and java jvm are using, and cpu load, but cant tell you how much of these is used by each application installed in your server