Skip to content

GHE:Emergencies:Slow UI

lbonanomi edited this page Jun 18, 2020 · 2 revisions

GHE UI is "So Slow..."

GHE UI is mostly a fancy interface for API call results, so poor API performance will logically drag-down the UI.

Check the utilization ratio for unicorn workers on the appliance:

ps auxwww | awk '$NF ~ /util/ && /unicorn $INSTANCE_NAME/ && /^[[GHE]]/ { a=a+$(NF-1);b=b+1 } END { print a/b}'
Clone this wiki locally