BGP all session : page load >20seconds with 22k sessions
Hello,
I monitored very big network with great tool is Observium. But I have issue with "BGP All session" page : When I navigate on this page, the load time is >20 seconds. I have not the issue with "All ports" page.
We have >22k BGP sessions and >1300 Remote ASN. The generation time displayed in bottom righ is between 1 and 2 sec.
After some time, I think understand the problem : It's not generation issue, but navigator issue with javascript. The left pan load <0.5sec with first BGP list. But the right pan with search form load >15 seconds. The navigator freeze or greatly slowed down (with "warning : one onglet slowed navigator"). I have test with Firefox and Chrome : same result.
I think the big list of "Remote AS" and "Peer address" place JS engine in crazy mode.
Do you have option in configuration mode to disable the list of Remote AS/Peer address and only use free text? Or not charge all list and use JS to load list when an letter/number is provided?
For the moment, we can't not really use this page :(
Thank! Johann
Hmm. This is interesting.
I'll take a look at that page.
Adam.
Sent from BlueMail
On 2 Jun 2017, 11:48, at 11:48, Johann Mallet johann.mallet@zayo.com wrote:
Hello,
I monitored very big network with great tool is Observium. But I have issue with "BGP All session" page : When I navigate on this page, the load time is >20 seconds. I have not the issue with "All ports" page.
We have >22k BGP sessions and >1300 Remote ASN. The generation time displayed in bottom righ is between 1 and 2 sec.
After some time, I think understand the problem : It's not generation issue, but navigator issue with javascript. The left pan load <0.5sec with first BGP list. But the right pan with search form load >15 seconds. The navigator freeze or greatly slowed down (with "warning : one onglet slowed navigator"). I have test with Firefox and Chrome : same result.
I think the big list of "Remote AS" and "Peer address" place JS engine in crazy mode.
Do you have option in configuration mode to disable the list of Remote AS/Peer address and only use free text? Or not charge all list and use JS to load list when an letter/number is provided?
For the moment, we can't not really use this page :(
Thank! Johann
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I had a similar problem some time ago with the the syslogpage. I think the problem is these drop-down menus: [image: Infogad bild 1] When they get filled with too many entries (like thousands of bgp peer addresses or remote AS) they get extremely heavy for the webbrowser to render.
/Markus
2017-06-02 14:04 GMT+02:00 Adam Armstrong adama@memetic.org:
Hmm. This is interesting.
I'll take a look at that page.
Adam.
Sent from BlueMail http://www.bluemail.me/r?b=9660 On 2 Jun 2017, at 11:48, Johann Mallet johann.mallet@zayo.com wrote:
Hello,
I monitored very big network with great tool is Observium. But I have issue with "BGP All session" page : When I navigate on this page, the load time is >20 seconds. I have not the issue with "All ports" page.
We have >22k BGP sessions and >1300 Remote ASN. The generation time displayed in bottom righ is between 1 and 2 sec.
After some time, I think understand the problem : It's not generation issue, but navigator issue with javascript. The left pan load <0.5sec with first BGP list. But the right pan with search form load >15 seconds. The navigator freeze or greatly slowed down (with "warning : one onglet slowed navigator"). I have test with Firefox and Chrome : same result.
I think the big list of "Remote AS" and "Peer address" place JS engine in crazy mode.
Do you have option in configuration mode to disable the list of Remote AS/Peer address and only use free text? Or not charge all list and use JS to load list when an letter/number is provided?
For the moment, we can't not really use this page :(
Thank! Johann
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Hi,
please try with latest revision (r8611, db schema changed too).
Some form fields will displayed as "input with autocomplete" instead "list".
Johann Mallet wrote:
Hello,
I monitored very big network with great tool is Observium. But I have issue with "BGP All session" page : When I navigate on this page, the load time is >20 seconds. I have not the issue with "All ports" page.
We have >22k BGP sessions and >1300 Remote ASN. The generation time displayed in bottom righ is between 1 and 2 sec.
After some time, I think understand the problem : It's not generation issue, but navigator issue with javascript. The left pan load <0.5sec with first BGP list. But the right pan with search form load >15 seconds. The navigator freeze or greatly slowed down (with "warning : one onglet slowed navigator"). I have test with Firefox and Chrome : same result.
I think the big list of "Remote AS" and "Peer address" place JS engine in crazy mode.
Do you have option in configuration mode to disable the list of Remote AS/Peer address and only use free text? Or not charge all list and use JS to load list when an letter/number is provided?
For the moment, we can't not really use this page :(
Thank! Johann _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
I'd say we should supply a list when the field is below a certain size, else use auto complete.
Sent from BlueMail
On 3 Jun 2017, 13:19, at 13:19, Mike Stupalov mike@observium.org wrote:
Hi,
please try with latest revision (r8611, db schema changed too).
Some form fields will displayed as "input with autocomplete" instead "list".
Johann Mallet wrote:
Hello,
I monitored very big network with great tool is Observium. But I have issue with "BGP All session" page : When I navigate on this page, the load time is >20 seconds. I have not the issue with "All ports" page.
We have >22k BGP sessions and >1300 Remote ASN. The generation time displayed in bottom righ is between 1 and 2 sec.
After some time, I think understand the problem : It's not generation issue, but navigator issue with javascript. The left pan load <0.5sec with first BGP list. But the right pan with search form load >15 seconds. The navigator freeze or greatly slowed down (with "warning : one onglet slowed navigator"). I have test with Firefox and Chrome : same result.
I think the big list of "Remote AS" and "Peer address" place JS
engine
in crazy mode.
Do you have option in configuration mode to disable the list of
Remote
AS/Peer address and only use free text? Or not charge all list and
use
JS to load list when an letter/number is provided?
For the moment, we can't not really use this page :(
Thank! Johann _______________________________________________ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Mike Stupalov Observium Limited, http://observium.org
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
This is exactly what is being done here now. If count in field less than 250 -> use list, instead - autocomplete.
Adam Armstrong wrote:
I'd say we should supply a list when the field is below a certain size, else use auto complete.
Sent from BlueMail http://www.bluemail.me/r?b=9660 On 3 Jun 2017, at 13:19, Mike Stupalov <mike@observium.org mailto:mike@observium.org> wrote:
Hi, please try with latest revision (r8611, db schema changed too). Some form fields will displayed as "input with autocomplete" instead "list". Johann Mallet wrote: Hello, I monitored very big network with great tool is Observium. But I have issue with "BGP All session" page : When I navigate on this page, the load time is >20 seconds. I have not the issue with "All ports" page. We have >22k BGP sessions and >1300 Remote ASN. The generation time displayed in bottom righ is between 1 and 2 sec. After some time, I think understand the problem : It's not generation issue, but navigator issue with javascript. The left pan load <0.5sec with first BGP list. But the right pan with search form load >15 seconds. The navigator freeze or greatly slowed down (with "warning : one onglet slowed navigator"). I have test with Firefox and Chrome : same result. I think the big list of "Remote AS" and "Peer address" place JS engine in crazy mode. Do you have option in configuration mode to disable the list of Remote AS/Peer address and only use free text? Or not charge all list and use JS to load list when an letter/number is provided? For the moment, we can't not really use this page :( Thank! Johann ------------------------------------------------------------------------ observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
👍👍👍👌
Sent from BlueMail
On 3 Jun 2017, 13:40, at 13:40, Mike Stupalov mike@observium.org wrote:
This is exactly what is being done here now. If count in field less than 250 -> use list, instead - autocomplete.
Adam Armstrong wrote:
I'd say we should supply a list when the field is below a certain size, else use auto complete.
Sent from BlueMail http://www.bluemail.me/r?b=9660 On 3 Jun 2017, at 13:19, Mike Stupalov <mike@observium.org mailto:mike@observium.org> wrote:
Hi, please try with latest revision (r8611, db schema changed too). Some form fields will displayed as "input with autocomplete"
instead "list".
Johann Mallet wrote: Hello, I monitored very big network with great tool is Observium. But I have issue with "BGP All session" page :
When
I navigate on this page, the load time is >20 seconds. I have not the issue with "All ports" page. We have >22k BGP
sessions
and >1300 Remote ASN. The generation time displayed in bottom righ is between 1 and 2 sec. After some time, I think understand the problem : It's not generation issue, but navigator issue with javascript. The left pan load <0.5sec with first BGP list. But the right pan with search form load >15 seconds. The navigator freeze or greatly slowed down
(with
"warning : one onglet slowed navigator"). I have test with Firefox and Chrome : same result. I think the big list of "Remote AS" and "Peer address" place JS engine in crazy mode. Do you have option in configuration mode to disable the list of Remote AS/Peer address and only use free text? Or not charge all list and use JS to load list when an letter/number is provided? For the moment, we can't not really use this
page
:( Thank! Johann
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
-- Mike Stupalov Observium Limited, http://observium.org
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Yeah! It's work great :-) Thank you very much !
We just need CSS ajustment : http://imgur.com/a/JcOHC :)
Johann
2017-06-03 14:55 GMT+02:00 Adam Armstrong adama@memetic.org:
👍👍👍👌
Sent from BlueMail https://urldefense.proofpoint.com/v2/url?u=http-3A__www.bluemail.me_r-3Fb-3D9660&d=DwMFaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=HiaLt5eHSNohv3WKg7Dc9-xZnM5opyUxy-mlAGpSyRk&e= On 3 Jun 2017, at 13:40, Mike Stupalov mike@observium.org wrote:
This is exactly what is being done here now. If count in field less than 250 -> use list, instead - autocomplete.
Adam Armstrong wrote:
I'd say we should supply a list when the field is below a certain size, else use auto complete.
Sent from BlueMail <http://www.bluemail.me/r?b=9660 https://urldefense.proofpoint.com/v2/url?u=http-3A__www.bluemail.me_r-3Fb-3D9660&d=DwMFaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=HiaLt5eHSNohv3WKg7Dc9-xZnM5opyUxy-mlAGpSyRk&e=> On 3 Jun 2017, at 13:19, Mike Stupalov <mike@observium.org mailto:mike@observium.org> wrote:
Hi, please try with latest revision (r8611, db schema changed too). Some form fields will displayed as "input with autocomplete" instead "list". Johann Mallet wrote: Hello, I monitored very big network with great tool is Observium. But I have issue with "BGP All session" page : When I navigate on this page, the load time is >20 seconds. I have not the issue with "All ports" page. We have >22k BGP sessions and >1300 Remote ASN. The generation time displayed in bottom righ is between 1 and 2 sec. After some time, I think understand the problem : It's not generation issue, but navigator issue with javascript. The left pan load <0.5sec with first BGP list. But the right pan with search form load
15 seconds. The navigator freeze or greatly slowed down (with
"warning : one onglet slowed navigator"). I have test with Firefox and Chrome : same result. I think the big list of "Remote AS" and "Peer address" place JS engine in crazy mode. Do you have option in configuration mode to disable the list of Remote AS/Peer address and only use free text? Or not charge all list and use JS to load list when an letter/number is provided? For the moment, we can't not really use this page :( Thank! Johann
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium <https://urldefense.proofpoint.com/v2/url?u=http-3A__postman.memetic.org_cgi-2Dbin_mailman_listinfo_observium&d=DwMFaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=DJmMt_hdR2yZU5wgRIaZKDN-hqKwF6DjX5I01ENm1RA&e=>
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium https://urldefense.proofpoint.com/v2/url?u=http-3A__postman.memetic.org_cgi-2Dbin_mailman_listinfo_observium&d=DwMFaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=DJmMt_hdR2yZU5wgRIaZKDN-hqKwF6DjX5I01ENm1RA&e=
observium mailing list observium@observium.org https://urldefense.proofpoint.com/v2/url?u=http-3A__postman. memetic.org_cgi-2Dbin_mailman_listinfo_observium&d=DwIGaQ&c= JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m= dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=DJmMt_hdR2yZU5wgRIaZKDN- hqKwF6DjX5I01ENm1RA&e=
Hum. Oups. In fact, when I selected proposition in auto-completion, it's not work. Because the peer_as variable seems be the complet name, not only the AS Number :-) Example : http://imgur.com/a/PSrpG
Johann
2017-06-06 10:56 GMT+02:00 Johann Mallet johann.mallet@zayo.com:
Yeah! It's work great :-) Thank you very much !
We just need CSS ajustment : http://imgur.com/a/JcOHC :)
Johann
2017-06-03 14:55 GMT+02:00 Adam Armstrong adama@memetic.org:
👍👍👍👌
Sent from BlueMail https://urldefense.proofpoint.com/v2/url?u=http-3A__www.bluemail.me_r-3Fb-3D9660&d=DwMFaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=HiaLt5eHSNohv3WKg7Dc9-xZnM5opyUxy-mlAGpSyRk&e= On 3 Jun 2017, at 13:40, Mike Stupalov mike@observium.org wrote:
This is exactly what is being done here now. If count in field less than 250 -> use list, instead - autocomplete.
Adam Armstrong wrote:
I'd say we should supply a list when the field is below a certain size, else use auto complete.
Sent from BlueMail <http://www.bluemail.me/r?b=9660 https://urldefense.proofpoint.com/v2/url?u=http-3A__www.bluemail.me_r-3Fb-3D9660&d=DwMFaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=HiaLt5eHSNohv3WKg7Dc9-xZnM5opyUxy-mlAGpSyRk&e=> On 3 Jun 2017, at 13:19, Mike Stupalov <mike@observium.org mailto:mike@observium.org> wrote:
Hi, please try with latest revision (r8611, db schema changed too). Some form fields will displayed as "input with autocomplete" instead "list". Johann Mallet wrote: Hello, I monitored very big network with great tool is Observium. But I have issue with "BGP All session" page : When I navigate on this page, the load time is >20 seconds. I have not the issue with "All ports" page. We have >22k BGP sessions and >1300 Remote ASN. The generation time displayed in bottom righ is between 1 and 2 sec. After some time, I think understand the problem : It's not generation issue, but navigator issue with javascript. The left pan load <0.5sec with first BGP list. But the right pan with search form load
15 seconds. The navigator freeze or greatly slowed down (with
"warning : one onglet slowed navigator"). I have test with Firefox and Chrome : same result. I think the big list of "Remote AS" and "Peer address" place JS engine in crazy mode. Do you have option in configuration mode to disable the list of Remote AS/Peer address and only use free text? Or not charge all list and use JS to load list when an letter/number is provided? For the moment, we can't not really use this page :( Thank! Johann
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium <https://urldefense.proofpoint.com/v2/url?u=http-3A__postman.memetic.org_cgi-2Dbin_mailman_listinfo_observium&d=DwMFaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=DJmMt_hdR2yZU5wgRIaZKDN-hqKwF6DjX5I01ENm1RA&e=>
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium https://urldefense.proofpoint.com/v2/url?u=http-3A__postman.memetic.org_cgi-2Dbin_mailman_listinfo_observium&d=DwMFaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=DJmMt_hdR2yZU5wgRIaZKDN-hqKwF6DjX5I01ENm1RA&e=
observium mailing list observium@observium.org https://urldefense.proofpoint.com/v2/url?u=http-3A__postman. memetic.org_cgi-2Dbin_mailman_listinfo_observium&d=DwIGaQ&c= JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1ks lOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s= DJmMt_hdR2yZU5wgRIaZKDN-hqKwF6DjX5I01ENm1RA&e=
Fixed in r8621.
Johann Mallet wrote:
Yeah! It's work great :-) Thank you very much !
We just need CSS ajustment : http://imgur.com/a/JcOHC :)
Johann
2017-06-03 14:55 GMT+02:00 Adam Armstrong <adama@memetic.org mailto:adama@memetic.org>:
👍👍👍👌 Sent from BlueMail <https://urldefense.proofpoint.com/v2/url?u=http-3A__www.bluemail.me_r-3Fb-3D9660&d=DwMFaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=HiaLt5eHSNohv3WKg7Dc9-xZnM5opyUxy-mlAGpSyRk&e=> On 3 Jun 2017, at 13:40, Mike Stupalov <mike@observium.org <mailto:mike@observium.org>> wrote: This is exactly what is being done here now. If count in field less than 250 -> use list, instead - autocomplete. Adam Armstrong wrote: I'd say we should supply a list when the field is below a certain size, else use auto complete. Sent from BlueMail <http://www.bluemail.me/r?b=9660 <https://urldefense.proofpoint.com/v2/url?u=http-3A__www.bluemail.me_r-3Fb-3D9660&d=DwMFaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=HiaLt5eHSNohv3WKg7Dc9-xZnM5opyUxy-mlAGpSyRk&e=>>On 3 Jun 2017, at 13:19, Mike Stupalov <mike@observium.org <mailto:mike@observium.org> <mailto:mike@observium.org <mailto:mike@observium.org>>> wrote: Hi, please try with latest revision (r8611, db schema changed too). Some form fields will displayed as "input with autocomplete" instead "list". Johann Mallet wrote: Hello, I monitored very big network with great tool is Observium. But I have issue with "BGP All session" page : When I navigate on this page, the load time is >20 seconds. I have not the issue with "All ports" page. We have >22k BGP sessions and >1300 Remote ASN. The generation time displayed in bottom righ is between 1 and 2 sec. After some time, I think understand the problem : It's not generation issue, but navigator issue with javascript. The left pan load <0.5sec with first BGP list. But the right pan with search form load 15 seconds. The navigator freeze or greatly slowed down (with "warning : one onglet slowed navigator"). I have test with Firefox and Chrome : same result. I think the big list of "Remote AS" and "Peer address" place JS engine in crazy mode. Do you have option in configuration mode to disable the list of Remote AS/Peer address and only use free text? Or not charge all list and use JS to load list when an letter/number is provided? For the moment, we can't not really use this page :( Thank! Johann ------------------------------------------------------------------------ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium <https://urldefense.proofpoint.com/v2/url?u=http-3A__postman.memetic.org_cgi-2Dbin_mailman_listinfo_observium&d=DwMFaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=DJmMt_hdR2yZU5wgRIaZKDN-hqKwF6DjX5I01ENm1RA&e=> ------------------------------------------------------------------------ observium mailing list observium@observium.org <mailto:observium@observium.org> http://postman.memetic.org/cgi-bin/mailman/listinfo/observium <https://urldefense.proofpoint.com/v2/url?u=http-3A__postman.memetic.org_cgi-2Dbin_mailman_listinfo_observium&d=DwMFaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=DJmMt_hdR2yZU5wgRIaZKDN-hqKwF6DjX5I01ENm1RA&e=> _______________________________________________ observium mailing list observium@observium.org <mailto:observium@observium.org> https://urldefense.proofpoint.com/v2/url?u=http-3A__postman.memetic.org_cgi-2Dbin_mailman_listinfo_observium&d=DwIGaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=DJmMt_hdR2yZU5wgRIaZKDN-hqKwF6DjX5I01ENm1RA&e= <https://urldefense.proofpoint.com/v2/url?u=http-3A__postman.memetic.org_cgi-2Dbin_mailman_listinfo_observium&d=DwIGaQ&c=JK4-m4bpY8IiuErTs7BTrA&r=B97klcLQm5Jqb6w7uYcb6khPznK64BVW1kslOzg9W04&m=dk9I6sUZYMxWM8_WKSAxTvbDXW5Da8uBsWbLZ8ImEMw&s=DJmMt_hdR2yZU5wgRIaZKDN-hqKwF6DjX5I01ENm1RA&e=>
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
Just interesting... What count of devices and ports you have? And how many resourses on your server (cpu, ram)?
2 июн. 2017 г. 15:48 пользователь "Johann Mallet" johann.mallet@zayo.com написал:
Hello,
I monitored very big network with great tool is Observium. But I have issue with "BGP All session" page : When I navigate on this page, the load time is >20 seconds. I have not the issue with "All ports" page.
We have >22k BGP sessions and >1300 Remote ASN. The generation time displayed in bottom righ is between 1 and 2 sec.
After some time, I think understand the problem : It's not generation issue, but navigator issue with javascript. The left pan load <0.5sec with first BGP list. But the right pan with search form load >15 seconds. The navigator freeze or greatly slowed down (with "warning : one onglet slowed navigator"). I have test with Firefox and Chrome : same result.
I think the big list of "Remote AS" and "Peer address" place JS engine in crazy mode.
Do you have option in configuration mode to disable the list of Remote AS/Peer address and only use free text? Or not charge all list and use JS to load list when an letter/number is provided?
For the moment, we can't not really use this page :(
Thank! Johann
observium mailing list observium@observium.org http://postman.memetic.org/cgi-bin/mailman/listinfo/observium
participants (5)
-
Adam Armstrong
-
Johann Mallet
-
Markus Klock
-
Mike Stupalov
-
MTiVi@google