Page 2 of 2

Re: user management page loads slow

Posted: Mon Mar 09, 2020 1:54 pm
by benhank
heres the httpd log and I pm'ed you the other file as requested.

Re: user management page loads slow

Posted: Tue Mar 10, 2020 10:52 am
by cdienger
It looks like we received another copy of the database. Is this what you meant to send? My previous post asked:
Is this happening with a specific browser and have you tested others? I'd be curious to see if the browser dev tools'(hit F12 to open in the browser) network tab shows anything of interest while you reproduce this.

I assume the problem eventually comes back - how long before you notice it starts to hang again?
That said, perhaps a tcpdump taken while you reproduce will help shed some light. From the command line run:

Code: Select all

yum -y install tcpdump
tcpdump -s 0 -i any port 9200 -w output.pcap
Then reproduce but stop the tcpdump with CTRL+C 10 or 15 seconds after it hangs.

Re: user management page loads slow

Posted: Wed Mar 11, 2020 3:38 pm
by benhank
I forgot mention that this is happening on IE as well as firefox.

heres the result you requested:

Code: Select all

tcpdump -s 0 -i any port 9200 -w output.pcap
tcpdump: listening on any, link-type LINUX_SLL (Linux cooked), capture size 6553                                           5 bytes
^C4663 packets captured
9326 packets received by filter
0 packets dropped by kernel


Re: user management page loads slow

Posted: Thu Mar 12, 2020 10:12 am
by cdienger
Please PM me the output.pcap.

Re: user management page loads slow

Posted: Tue Mar 24, 2020 2:54 pm
by benhank
good news. I re rran the instructions for upgrading the server and now its working. I truly apologize for the delayed response but you can lock it.

Re: user management page loads slow

Posted: Wed Mar 25, 2020 7:09 am
by scottwilkerson
benhank wrote:good news. I re rran the instructions for upgrading the server and now its working. I truly apologize for the delayed response but you can lock it.
Great!

Locking thread