Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    pfSense GUI damn(!) slow due to ^Firewall Logs^ widget

    Scheduled Pinned Locked Moved Development
    53 Posts 6 Posters 8.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      louis2 @JeGr
      last edited by

      @jegr

      I defined 20 entrys refresh 15 seconds. It just give a first impression. But IHMO not unimportant.

      For private use you normally do not have a syslog/greylog server. The local log is mostly enough.

      However since 2.7 or at least since that time frame, my IPV6 gateway widget turns red. After some investigation I know, that despite the "interface being red" it is working ๐Ÿ˜Š

      For that reason I installed an greylog instance on my NAS, but up to now I could not find a course. In fact I stopped my investigation effort hoping that the problem would be gone with the introduction of FreeBSD 14-current. However the issue is still there ๐Ÿ˜ง

      1 Reply Last reply Reply Quote 0
      • stephenw10S
        stephenw10 Netgate Administrator
        last edited by

        Do you see the same delay when the widget refreshes?

        Or rather you've set the update to 15s but it creates a similar length delay when you load the page. Does it result in a 30s refresh?

        Steve

        L 1 Reply Last reply Reply Quote 0
        • L
          louis2 @stephenw10
          last edited by louis2

          @stephenw10

          If I am on looking at the Dashboard page, I do not notice any strange thing. The traffic graphs are very nicely constantly updated etc, without any falter.

          If I change the refresh interval e.g. to two seconds, the behavoir does not change

          1 Reply Last reply Reply Quote 0
          • stephenw10S
            stephenw10 Netgate Administrator
            last edited by

            Hmm, and the firewall logs widget does update?

            If so that implies it only affects the initial load and not the update, which must parse the same data.

            L 1 Reply Last reply Reply Quote 0
            • L
              louis2 @stephenw10
              last edited by

              @stephenw10

              The fact that I do not see any thing special in regard to the dashboard behavoir, does not say much.

              The only thing you can conclude is that the dashboard page is waiting for the widget before it opens.

              At the moment the dashboard is there, it is not so easy to say how long it takes the more or less static widget to refresh itself. The more because I did set the refresh time to 15 seconds which is not far apart from the about 16 seconds it takes for the widget to refresh itself

              1 Reply Last reply Reply Quote 0
              • stephenw10S
                stephenw10 Netgate Administrator
                last edited by

                Try adding a block rule with logging for something you can generate, a local ping for example. Then you should see that with new hits each time it updates.

                That seems pretty key to understanding where the delay is if it can refresh the data there without an issue.

                What sort of timing values do you see if you open the dash in a browser profiler?
                On a 6100 I see log widget takes almost exactly 2.2s each refresh. That seems slow to me but is much faster than 16s. And it's exactly the same the first time it loads after I refresh the page.

                L 1 Reply Last reply Reply Quote 0
                • L
                  louis2 @stephenw10
                  last edited by

                  @stephenw10

                  Nop I did some tests:

                  • When I try to go to the widgets settings menu, I have immediate
                    reaction
                  • when putting save it takes ... long
                  • when I set the refresh time to two seconds and generate alarm, then do not occur any longer !!

                  We are trying to analyze the problem by looking from the outside. If I could create a package containing the widget code and those of the functions it calls, then I could modify the code and test where it goes wrong and trying to improve that.

                  I / we need some means to test the equivalent of the widget without having to compile pfSense as a whole

                  1 Reply Last reply Reply Quote 0
                  • stephenw10S
                    stephenw10 Netgate Administrator
                    last edited by

                    Hmm, failing to update below 5s was a known issue. That should be fixed but I wonder if there has been a regression: https://redmine.pfsense.org/issues/12673
                    You should add a note there if it fails to update again.

                    Steve

                    L 1 Reply Last reply Reply Quote 0
                    • L
                      louis2 @stephenw10
                      last edited by

                      @stephenw10

                      I did add the following to the bug log. Should be reopened or a new one created

                      The problem is clear to me. If the widget processing time > than the refresh time the widget will be re triggered before the screen could be updated. The widget is extremely slow due to design errors.

                      An obvious one is the fact that it is reading the log and it probably has to read the whole error log due to the possible selection criteria lets take two scenarios:

                      1. the positive one: The selection is ALL in combination with blocked. Lets assume that the probability of a block in an given firewallog is 1:5 and the requested number of messages is 20. In that case processing of 150 log entry's is almost certain enough
                      2. the bad one: I select one out of 15 interfaces and I select an interface with hardly any or no traffic ...... you have to read the multi thousand line firewallog and will perhaps even then not 20 lines matching the scenario

                      Apart from this principle issue, my feeling is that some code speedup is also possible

                      1 Reply Last reply Reply Quote 0
                      • stephenw10S
                        stephenw10 Netgate Administrator
                        last edited by

                        That should probably be a separate but related bug.

                        L 1 Reply Last reply Reply Quote 0
                        • L
                          louis2 @stephenw10
                          last edited by louis2

                          @stephenw10

                          I leave the way it is accounted to NetGate however IMHO it is one and the same problem. Design and original 'not fix' are simply not OK.

                          Note that in my scenario, where I have as selection ALL and a block to pass ratio of about 2, even processing of 50 lines would probably do ๐Ÿ˜Š

                          Apart form e.g. an selection of max an arbitrary max number of lines to be processed (250 ???), I think the code should be "more effective"

                          1 Reply Last reply Reply Quote 0
                          • stephenw10S
                            stephenw10 Netgate Administrator
                            last edited by

                            I agree. It's odd that it's affecting you so badly though. I can't get anything line that delay on test devices here.
                            Were you able to profile it in a browser? Are you seeing a longer than 2.2s for the widget?

                            L 1 Reply Last reply Reply Quote 0
                            • L
                              louis2 @stephenw10
                              last edited by louis2

                              @stephenw10

                              Stephen the reason that I did change the widget refresh time from 15 back to 2 seconds is that I tried to check its response on new alarms. You know the result, no updates at all. But also a better understanding from what is happening.

                              You will never be able to see changes faster that the widget processing time.

                              I think that code changes can make the widget one or two magnitudes faster.

                              And If I would have the option to develop a ^new widget^ >> (initially) as a stand alone package as an add on to pfsense << as a command line program or html screen

                              • based on the actual widget code
                              • a copy of the related to conv_log_filter,
                              • the code to retrieve the interface definitions
                              • and the code to retrieve the definition of a rule based on its key

                              Perhaps I would perhaps try to do that. I would be surprised if I at the end, would not manage to have the same functionality, with as performance allows adding the rule description in the second line, with significant better performance.

                              However it must be doable from the effort point of view and that is for sure only possible, if you can develop it a separate ^add in^.

                              GertjanG 1 Reply Last reply Reply Quote 0
                              • GertjanG
                                Gertjan @louis2
                                last edited by

                                @louis2 said in pfSense GUI damn(!) slow due to ^Firewall Logs^ widget:

                                You will never be able to see changes faster that the widget processing time.

                                That's why I Use these settings :

                                d358e6e3-0f79-4970-b716-c7ac1a4d3e34-image.png

                                I see the logs immediately when they come in, using a syslog 'server' tool on my NAS.
                                I don't use pfSense to store the logs, as it its not designed to do so (disk space).
                                If something goes wrong with pfSense (disk issue, or worse) I have a trace on another device for post-mortem analyses.
                                Better filter capabilities.

                                Btw : I'm not even using this view :

                                b3956923-de9b-4d22-af3d-8b51ff7be613-image.png

                                Still wondering why your widget is so slow .....
                                Mine is working well even when I start to log 'everything'. With a minor dashboard delay, that's for sure.

                                No "help me" PM's please. Use the forum, the community will thank you.
                                Edit : and where are the logs ??

                                L 2 Replies Last reply Reply Quote 0
                                • L
                                  louis2 @Gertjan
                                  last edited by

                                  @gertjan

                                  I did create my own version of the widget, which was a lot easier than I expected, due to the fact that every things seems to be PHP and Ajax. So no needed to compile or link something.

                                  So I copied all the related files and started the widget under a new name. Before doing that, I had added time log statements in the code, to be able to identify the problem.

                                  Initially my verdict was the php code especially the "conv_log_filter". Despite mixed feelings related to the filter mechanism, the main problem turned out to be elsewhere.
                                  .... in the widget / html framework.

                                  No Idea what .. something for Netgate to investigate. For more details see my comments added to the

                                  https://redmine.pfsense.org/issues/12673

                                  1 Reply Last reply Reply Quote 1
                                  • L
                                    louis2 @Gertjan
                                    last edited by

                                    @gertjan

                                    I solved the problem. My own version of the widget is > 15 times faster. What a pity is, that I had to sacrifice my idea of adding the firewall description in the second line.

                                    The problem turned out to be the rule-lookup and that is the one I would need for that functionality

                                    johnpozJ 1 Reply Last reply Reply Quote 0
                                    • johnpozJ
                                      johnpoz LAYER 8 Global Moderator @louis2
                                      last edited by johnpoz

                                      @louis2 so your saying in your code need to just // a line, or in the current widget can just // a line and speed it up?

                                      "What ever for now I fixed it by simply adding "//" in front of the rule line."

                                      An intelligent man is sometimes forced to be drunk to spend time with his fools
                                      If you get confused: Listen to the Music Play
                                      Please don't Chat/PM me for help, unless mod related
                                      SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                                      L 1 Reply Last reply Reply Quote 0
                                      • L
                                        louis2 @johnpoz
                                        last edited by

                                        @johnpoz

                                        Yep sometimes :) Look at what I have added to the redmine ticket https://redmine.pfsense.org/issues/12673

                                        I had to disable the rule lookup, which is a pity, since I had in mind to use the rule description. And of course also the question "is it not possible to speedup the rule lookup"

                                        But further on have look at the ticket and if you want, I did attach my code (on my machine 150 times faster)

                                        johnpozJ P GertjanG 3 Replies Last reply Reply Quote 0
                                        • johnpozJ
                                          johnpoz LAYER 8 Global Moderator @louis2
                                          last edited by

                                          @louis2 yeah I saw that - but was not clear if you just commented out a line your code, or the original code?

                                          An intelligent man is sometimes forced to be drunk to spend time with his fools
                                          If you get confused: Listen to the Music Play
                                          Please don't Chat/PM me for help, unless mod related
                                          SG-4860 24.11 | Lab VMs 2.7.2, 24.11

                                          L 1 Reply Last reply Reply Quote 0
                                          • P
                                            Patch @louis2
                                            last edited by

                                            I wonder if it is related to this https://forum.netgate.com/topic/176011/php-fpm-consumes-100-one-cpu-core

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.