简体   繁体   中英

Test CPU utilization in .Net architecture

I am trying to test CPU utilization for a web based CRM application using Jmeter. But as Perfmon (Jmeter plugin) needs JRE to be installed on server (which is not applicable in my case), I am trying to figure out how to do this with any tool other than Jmeter.

I need help on this and how to achieve it.

There are a whole lot of monitoring tools that can measure and log CPU utilization on a Windows server, the simplest is the built in Performance Monitor utility. You can launch it by typing perfmon in the Run dialog box.

Newer versions of windows also have a Resource Monitor which shows pretty graphs of CPU utilization, as does taskmanager, but neither log data to file.

In Performance Monitor, you can add a user defined Data Collector Set, add any performance counters to it, including several CPU counters, and log data to file. You can right-click -> start to start capturing data.

在此处输入图片说明

Here is a detailed step-by-step on how to do this. The data is logged as a .blg file as well as a HTML summary report

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM