Network Management
How to collect CPU profile when high CPU is reported in the Orion server
How to collect a CPU profile for SolarWinds Technical Support.
First published date
Last published date
Overview
In this article you will learn how to collect CPU profile for Solarwinds Tech support diagnostics this article is part of below KB guide
What to check when the Orion website and server are very slow or there is a CPU and memory spike
Product section
Resolution
How to create CPU profile:
- Download PerfView from https://github.com/Microsoft/perfview/blob/master/documentation/Downloading.md (© 2019 GitHub, Inc., available at https://github.com, obtained on May 1, 2019)
- Wait for high CPU, or other issue to occur.
- Run this command to grab 30s of CPU profile:
- Open CMD as Administrator > Map the perfView and run this command:
PerfView.exe collect /zip:true /nogui /AcceptEULA /MaxCollectSec:30 PerfViewData.etl
- Contact Support to send the created zip file.