Observability
Collect CPU profile using PerfView in SolarWinds Platform
The article discusses the process of using PerfView, a Microsoft-developed performance analysis tool, to capture CPU usage data specifically within a SolarWinds Platform environment.
First published date
Last published date
Overview
Product section
Resolution
Follow the steps below to collect a CPU Profile:
- Download and un-ZIP PerfView.
- Open a command prompt and navigate to the folder where you have extracted PerfView. Use the following command (various options are available - check the above page for additional details) to collect 120 seconds sample and have the output file compressed:
-
-
PerfView.exe collect /zip:true /nogui /AcceptEULA /MaxCollectSec:120 PerfViewData.etl
-