Actions
Bug #5594
closedOdd slowdown in 'Systems' list
Description
There's an odd slowdown in enumerating known systems:
(Commands were run on the server)
Web GUI is similarly affected, switching the logged on user into legacy mode is a workaround.
- time katello system list --org ORG
[...]
real 1m13.243s
user 0m0.714s
sys 0m0.068s
- time katello ping --noheading
ok
candlepin ok 24ms
candlepin_auth ok 27ms
elasticsearch ok 23ms
katello_jobs ok 60ms
pulp ok 24ms
pulp_auth ok 30ms
real 0m0.357s
user 0m0.103s
sys 0m0.043s
Stuff about the server in question:
About 80 hosts registered to this katello instance.
- katello version
katello 1.4.15-1.el6 - cat /etc/centos-release
CentOS release 6.5 (Final)
Actions