Database Management
DPA Web Console slowness
This article provides information about DPA web console being sluggish on how to enable debug and some workaround
First published date
Last published date
Overview
Product section
Resolution
Enabling Debug for Support
- Clear the chart cache by clicking Options > Support > Clear Chart Cache.
- In the address bar, use the setLogger method to enable debugging. After
/iwctype the following:/setLogger.iwc?component=charts&level=debugFor example:
http://host:port/iwc/setLogger.iwc?component=charts&level=debug
- Return to the DPA interface and click the SQL, Waits, and other tabs and areas that are slow.
- Disable debugging in the address bar. After the
/iwctype the following:/setLogger.iwc?component=charts&level=info
For example:
https://<DPAserver>:8124/iwc/setLogger.iwc?component=charts&level=debug
- Click Options > Support.
- Under Downloads, click Download All Log Files (Zipped).
- Save and attach the .zip file to a support ticket .
Alternatively, we can try workaround steps
1. Go to DPA installation path (C:\Program Files\SolarWinds\DPA\iwc\tomcat\webapps\iwc\WEB-INF\classes\spring\)
2. Find the file 'ehcache.xml'
3. Copy the original and paste it to your desktop (For Backup purposes)
4. Edit the ehcache.xml
5. Find 'getMetricsIDCache'
6. Increase the heap size from 10000 to 100000
Before
<heap>10000</heap>
After
<heap>100000</heap>
7. Save the file
8. Restart the DPA Service (Ignite PI)