ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Resources for ScreenConnect on CentOS 7

    Scheduled Pinned Locked Moved IT Discussion
    20 Posts 5 Posters 1.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.
    • dafyreD
      dafyre
      last edited by dafyre

      Check the output of

      sysctl vm.swappiness
      

      I usually set mine to 10 on my linux systems...

      vi /etc/sysctl.d/90-swappiness.conf
      content:

      vm.swappiness = 10
      

      then, reload the configuration and no reboot is required:

      sysctl --system -p
      

      (note in the command above, there's 2 dashes before system and one before the letter p).

      This makes the linux kernel not use the swap quite as aggressively.

      JaredBuschJ 1 Reply Last reply Reply Quote 0
      • JaredBuschJ
        JaredBusch @dafyre
        last edited by

        @dafyre said in Resources for ScreenConnect on CentOS 7:

        Check the output of

        sysctl vm.swappiness
        

        I set it to 10 when I built the system.

        Some thread or another around here long time ago mentioned it.

        [root@bnasc ~]# sysctl vm.swappiness
        vm.swappiness = 10
        [root@bnasc ~]#
        
        1 Reply Last reply Reply Quote 1
        • JaredBuschJ
          JaredBusch
          last edited by

          wow....

                        total        used        free      shared  buff/cache   available
          Mem:           1744        1584          65           1          94          21
          Swap:          1791         116        1675
          [root@bnasc ~]# /etc/init.d/screenconnect stop
          Sending kill signals...
          Waiting for processes to quit...
          [root@bnasc ~]# free -m
                        total        used        free      shared  buff/cache   available
          Mem:           1744          96        1552           1          94        1508
          Swap:          1791          75        1716
          [root@bnasc ~]#
          
          1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch
            last edited by

            boot up is busy.

            0_1485809508378_upload-8461888f-e9b7-4e36-be8f-4de982e80826

            1 Reply Last reply Reply Quote 0
            • gjacobseG
              gjacobse
              last edited by

              From the conversations I had with SC on the matter,... it seems that the Client Agent chatter (calling home, checking updating version) can cause the system to be 'laggy'... but once done, it'll quiet down.

              @scottalanmiller would know on this.

              JaredBuschJ DashrenderD 2 Replies Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch
                last edited by JaredBusch

                2 minutes and 40 seconds before it stabilized.

                0_1485809609184_upload-44c1865a-59b8-4c95-870b-353bcd75f3e0

                1 Reply Last reply Reply Quote 0
                • JaredBuschJ
                  JaredBusch @gjacobse
                  last edited by JaredBusch

                  @gjacobse said in Resources for ScreenConnect on CentOS 7:

                  From the conversations I had with SC on the matter,... it seems that the Client Agent chatter (calling home, checking updating version) can cause the system to be 'laggy'... but once done, it'll quiet down.

                  @scottalanmiller would know on this.

                  The initial post and comment were made with a system that had been online for 16 hours.

                  And the Windows system that I migrated from never had this lag.

                  1 Reply Last reply Reply Quote 0
                  • DashrenderD
                    Dashrender @gjacobse
                    last edited by

                    @gjacobse said in Resources for ScreenConnect on CentOS 7:

                    From the conversations I had with SC on the matter,... it seems that the Client Agent chatter (calling home, checking updating version) can cause the system to be 'laggy'... but once done, it'll quiet down.

                    @scottalanmiller would know on this.

                    How long does it take for things to quiet down?

                    dafyreD 1 Reply Last reply Reply Quote 0
                    • dafyreD
                      dafyre @Dashrender
                      last edited by

                      @Dashrender said in Resources for ScreenConnect on CentOS 7:

                      @gjacobse said in Resources for ScreenConnect on CentOS 7:

                      From the conversations I had with SC on the matter,... it seems that the Client Agent chatter (calling home, checking updating version) can cause the system to be 'laggy'... but once done, it'll quiet down.

                      @scottalanmiller would know on this.

                      How long does it take for things to quiet down?

                      @JaredBusch said in Resources for ScreenConnect on CentOS 7:

                      2 minutes and 40 seconds before it stabilized.

                      0_1485809609184_upload-44c1865a-59b8-4c95-870b-353bcd75f3e0

                      About 3 minutes.

                      1 Reply Last reply Reply Quote 0
                      • JaredBuschJ
                        JaredBusch
                        last edited by

                        0_1485809762567_upload-9d76fb99-6d13-49fb-be0b-840f16ffc7f4
                        0_1485809786738_upload-c944ef8b-46a1-40dd-a1b7-bca421811422

                        1 Reply Last reply Reply Quote 0
                        • JaredBuschJ
                          JaredBusch
                          last edited by

                          After 10 minutes, it has been sitting unchanged with the memory usage. CPU spikes to 100% a few times that I noticed.

                          I intentionally used 4GB here to make sure nothing should feel the need to go to swap.

                          [root@bnasc ~]# free -m
                                        total        used        free      shared  buff/cache   available
                          Mem:           3760        1293        1959           8         506        2214
                          Swap:          1791           0        1791
                          [root@bnasc ~]#
                          
                          1 Reply Last reply Reply Quote 0
                          • scottalanmillerS
                            scottalanmiller
                            last edited by

                            At 2GB, we never see it need it all. It's decently lean.

                            JaredBuschJ 1 Reply Last reply Reply Quote 0
                            • JaredBuschJ
                              JaredBusch @scottalanmiller
                              last edited by

                              @scottalanmiller said in Resources for ScreenConnect on CentOS 7:

                              At 2GB, we never see it need it all. It's decently lean.

                              Been watching things and it seems to need another CPU. Everytime I click on something on the webpage, the CPU spikes to 100%.

                              scottalanmillerS 1 Reply Last reply Reply Quote 0
                              • scottalanmillerS
                                scottalanmiller @JaredBusch
                                last edited by

                                @JaredBusch said in Resources for ScreenConnect on CentOS 7:

                                @scottalanmiller said in Resources for ScreenConnect on CentOS 7:

                                At 2GB, we never see it need it all. It's decently lean.

                                Been watching things and it seems to need another CPU. Everytime I click on something on the webpage, the CPU spikes to 100%.

                                I think that we use two.

                                gjacobseG 1 Reply Last reply Reply Quote 0
                                • gjacobseG
                                  gjacobse @scottalanmiller
                                  last edited by

                                  @scottalanmiller said in Resources for ScreenConnect on CentOS 7:

                                  @JaredBusch said in Resources for ScreenConnect on CentOS 7:

                                  @scottalanmiller said in Resources for ScreenConnect on CentOS 7:

                                  At 2GB, we never see it need it all. It's decently lean.

                                  Been watching things and it seems to need another CPU. Everytime I click on something on the webpage, the CPU spikes to 100%.

                                  I think that we use two.

                                  Since we are having issue with our system

                                  $ sysctl vm.swappiness
                                  vm.swappiness = 30
                                  
                                  dafyreD 1 Reply Last reply Reply Quote 2
                                  • dafyreD
                                    dafyre @gjacobse
                                    last edited by

                                    @gjacobse said in Resources for ScreenConnect on CentOS 7:

                                    @scottalanmiller said in Resources for ScreenConnect on CentOS 7:

                                    @JaredBusch said in Resources for ScreenConnect on CentOS 7:

                                    @scottalanmiller said in Resources for ScreenConnect on CentOS 7:

                                    At 2GB, we never see it need it all. It's decently lean.

                                    Been watching things and it seems to need another CPU. Everytime I click on something on the webpage, the CPU spikes to 100%.

                                    I think that we use two.

                                    Since we are having issue with our system

                                    $ sysctl vm.swappiness
                                    vm.swappiness = 30
                                    

                                    Why not go lower to say... 10 ?

                                    gjacobseG scottalanmillerS 2 Replies Last reply Reply Quote 0
                                    • gjacobseG
                                      gjacobse @dafyre
                                      last edited by

                                      @dafyre said in Resources for ScreenConnect on CentOS 7:

                                      @gjacobse said in Resources for ScreenConnect on CentOS 7:

                                      @scottalanmiller said in Resources for ScreenConnect on CentOS 7:

                                      @JaredBusch said in Resources for ScreenConnect on CentOS 7:

                                      @scottalanmiller said in Resources for ScreenConnect on CentOS 7:

                                      At 2GB, we never see it need it all. It's decently lean.

                                      Been watching things and it seems to need another CPU. Everytime I click on something on the webpage, the CPU spikes to 100%.

                                      I think that we use two.

                                      Since we are having issue with our system

                                      $ sysctl vm.swappiness
                                      vm.swappiness = 30
                                      

                                      Why not go lower to say... 10 ?

                                      @scottalanmiller -

                                      1 Reply Last reply Reply Quote 0
                                      • scottalanmillerS
                                        scottalanmiller @dafyre
                                        last edited by

                                        @dafyre said in Resources for ScreenConnect on CentOS 7:

                                        @gjacobse said in Resources for ScreenConnect on CentOS 7:

                                        @scottalanmiller said in Resources for ScreenConnect on CentOS 7:

                                        @JaredBusch said in Resources for ScreenConnect on CentOS 7:

                                        @scottalanmiller said in Resources for ScreenConnect on CentOS 7:

                                        At 2GB, we never see it need it all. It's decently lean.

                                        Been watching things and it seems to need another CPU. Everytime I click on something on the webpage, the CPU spikes to 100%.

                                        I think that we use two.

                                        Since we are having issue with our system

                                        $ sysctl vm.swappiness
                                        vm.swappiness = 30
                                        

                                        Why not go lower to say... 10 ?

                                        That's what I set them to 😉

                                        gjacobseG 1 Reply Last reply Reply Quote 0
                                        • gjacobseG
                                          gjacobse @scottalanmiller
                                          last edited by gjacobse

                                          @scottalanmiller said in Resources for ScreenConnect on CentOS 7:

                                          @dafyre said in Resources for ScreenConnect on CentOS 7:

                                          @gjacobse said in Resources for ScreenConnect on CentOS 7:

                                          @scottalanmiller said in Resources for ScreenConnect on CentOS 7:

                                          @JaredBusch said in Resources for ScreenConnect on CentOS 7:

                                          @scottalanmiller said in Resources for ScreenConnect on CentOS 7:

                                          At 2GB, we never see it need it all. It's decently lean.

                                          Been watching things and it seems to need another CPU. Everytime I click on something on the webpage, the CPU spikes to 100%.

                                          I think that we use two.

                                          Since we are having issue with our system

                                          $ sysctl vm.swappiness
                                          vm.swappiness = 30
                                          

                                          Why not go lower to say... 10 ?

                                          That's what I set them to 😉

                                          Just checked - It's 30...

                                          $ uptime
                                           17:48:06 up 1 day,  3:02,  2 users,  load average: 0.00, 0.04, 0.07
                                          
                                          $ sysctl vm.swappiness
                                          vm.swappiness = 30
                                          ~~
                                          1 Reply Last reply Reply Quote 0
                                          • 1 / 1
                                          • First post
                                            Last post