Details

    • Help
    • Resolution: Unresolved
    • Critical
    • None
    • Professional Edition, Enterprise Edition
    • Alerting, OS, Poller
    • None

    Description

      Team,

      Iam experiencing page load time is very slow, except the homepage every page you open is pretty slow. can you help in tweaking for faster page loads.

      Configuration Details:

      1 Default(Main server), 3 regional pollers (in combined polls about 1465 devices )

      Default / Main server config:
      32 CPU's with 32 GB of RAM

      Poller config:
      16 Cpu, with 16Gb of RAM

       

       o OS                   Linux 3.10.0-1160.11.1.el7.x86_64 [amd64] (CentOS 7)
       o Apache               2.4.6
       o PHP                  7.4.29 (OPcache: ENABLED)
       o Python               2.7.5
       o MariaDB              5.5.68-MariaDB (extension: mysqli 7.4.29)
       o SNMP                 NET-SNMP 5.7.2
       o RRDtool              1.7.1 (rrdcached 1.7.1: unix:/var/run/rrdcached.sock)
       o Fping                3.16 (IPv4 only)

       

       

      Attachments

        Activity

          [OBS-4123] Pages are loading slow

          I recommend install APCu php extension for fast caching in memory (but this is not exactly for speedup page load in your case):
          https://shouts.dev/articles/install-apcu-on-centos-7

          I not see which Observium version you use, try update to latest Rolling revision (we already done some improve for page loads on latest revisions).

          landy Mike Stupalov added a comment - I recommend install APCu php extension for fast caching in memory (but this is not exactly for speedup page load in your case): https://shouts.dev/articles/install-apcu-on-centos-7 I not see which Observium version you use, try update to latest Rolling revision (we already done some improve for page loads on latest revisions).

          Page generation times are mostly a function of single core performance of the Apache/PHP thread and the sequential MySQL queries.

          Generally we recommend that WebUI/MySQL/RRDcached are run on systems with faster individual cores, rather than large numbers of cores.

          Polling benefits more from greater core counts, but page generation is almost entirely dependent upon the maximum single thread speed.

          The most recent rolling version has some changes to caching queries to save a decent amount cache generation time.

          adama Adam Armstrong added a comment - Page generation times are mostly a function of single core performance of the Apache/PHP thread and the sequential MySQL queries. Generally we recommend that WebUI/MySQL/RRDcached are run on systems with faster individual cores, rather than large numbers of cores. Polling benefits more from greater core counts, but page generation is almost entirely dependent upon the maximum single thread speed. The most recent rolling version has some changes to caching queries to save a decent amount cache generation time.

          General questions and device support can be discussed in our Discord channel, click here to join.


          Please make and attach additional information about the device:

          • full snmp dump from device:

            snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk
            snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk

            If device not support SNMP version 2c, replace -v2c with -v1.

          • If you have problems with discovery or poller processes, please do and attach these debugs:

            ./discovery.php -d -h <device>
            ./poller.php -d -h <device>

          • additionally attach device and/or vendor specific MIB files

          This comment is added automatically.

          bot Observium Bot added a comment - General questions and device support can be discussed in our Discord channel, click here to join . Please make and attach additional information about the device: full snmp dump from device: snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1 > myagent.snmpwalk snmpwalk -v2c -c <community> -t 3 -Cc --hexOutputLength=0 -ObentxU <hostname> .1.3.6.1.4.1 >> myagent.snmpwalk If device not support SNMP version 2c, replace -v2c with -v1. If you have problems with discovery or poller processes, please do and attach these debugs: ./discovery.php -d -h <device> ./poller.php -d -h <device> additionally attach device and/or vendor specific MIB files This comment is added automatically.

          People

            adama Adam Armstrong
            jay Jay
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: