Monitoring CPU% of Tabs in Firefox












4















Sometimes, when I have numerous tabs open in Firefox, one of those tabs will start consuming a lot of CPU%, and I want to know which tab is the culprit. Doing this is a very manual process for which I'd like to find automation.



I wish I had an application that could monitor firefox exclusively in a manner that produces concise output of only the firefox-facts I want to know.



I'm looking for a command/application that will list the processes of each tab running in firefox filtered to only include the following info for each tab-process:




  1. Process ID

  2. Webpage Address of Tab

  3. CPU % usage

  4. Memory used


Additionally, I'd like the info sorted by CPU % descending.



Basically, I hoping there exists a program like htop, but that's exclusively dedicated to just the pertinent stuff I want to monitor in Firefox (while leaving out all the details I don't care about).










share|improve this question





























    4















    Sometimes, when I have numerous tabs open in Firefox, one of those tabs will start consuming a lot of CPU%, and I want to know which tab is the culprit. Doing this is a very manual process for which I'd like to find automation.



    I wish I had an application that could monitor firefox exclusively in a manner that produces concise output of only the firefox-facts I want to know.



    I'm looking for a command/application that will list the processes of each tab running in firefox filtered to only include the following info for each tab-process:




    1. Process ID

    2. Webpage Address of Tab

    3. CPU % usage

    4. Memory used


    Additionally, I'd like the info sorted by CPU % descending.



    Basically, I hoping there exists a program like htop, but that's exclusively dedicated to just the pertinent stuff I want to monitor in Firefox (while leaving out all the details I don't care about).










    share|improve this question



























      4












      4








      4


      2






      Sometimes, when I have numerous tabs open in Firefox, one of those tabs will start consuming a lot of CPU%, and I want to know which tab is the culprit. Doing this is a very manual process for which I'd like to find automation.



      I wish I had an application that could monitor firefox exclusively in a manner that produces concise output of only the firefox-facts I want to know.



      I'm looking for a command/application that will list the processes of each tab running in firefox filtered to only include the following info for each tab-process:




      1. Process ID

      2. Webpage Address of Tab

      3. CPU % usage

      4. Memory used


      Additionally, I'd like the info sorted by CPU % descending.



      Basically, I hoping there exists a program like htop, but that's exclusively dedicated to just the pertinent stuff I want to monitor in Firefox (while leaving out all the details I don't care about).










      share|improve this question
















      Sometimes, when I have numerous tabs open in Firefox, one of those tabs will start consuming a lot of CPU%, and I want to know which tab is the culprit. Doing this is a very manual process for which I'd like to find automation.



      I wish I had an application that could monitor firefox exclusively in a manner that produces concise output of only the firefox-facts I want to know.



      I'm looking for a command/application that will list the processes of each tab running in firefox filtered to only include the following info for each tab-process:




      1. Process ID

      2. Webpage Address of Tab

      3. CPU % usage

      4. Memory used


      Additionally, I'd like the info sorted by CPU % descending.



      Basically, I hoping there exists a program like htop, but that's exclusively dedicated to just the pertinent stuff I want to monitor in Firefox (while leaving out all the details I don't care about).







      linux ubuntu monitoring firefox






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 28 '18 at 10:45







      Lonniebiz

















      asked Nov 27 '18 at 8:05









      LonniebizLonniebiz

      2,00241220




      2,00241220






















          1 Answer
          1






          active

          oldest

          votes


















          3














          You can type about:performance in the address bar of firefox. Then you will get a table where there will be pid of each tab of firefox with Resident Set size and Unique Set Size. And below this there will be some lines explaining the performance of each tab (like performing well) and if a tab is not performing well then it will show there and you can close that tab from there using the Close Tab option.






          share|improve this answer


























          • Hey, that's pretty good. Thank you!

            – Lonniebiz
            Nov 27 '18 at 8:19






          • 2





            about:performance gets a total redesign with more and better information from FF65.

            – RoVo
            Nov 27 '18 at 10:07











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f484388%2fmonitoring-cpu-of-tabs-in-firefox%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          3














          You can type about:performance in the address bar of firefox. Then you will get a table where there will be pid of each tab of firefox with Resident Set size and Unique Set Size. And below this there will be some lines explaining the performance of each tab (like performing well) and if a tab is not performing well then it will show there and you can close that tab from there using the Close Tab option.






          share|improve this answer


























          • Hey, that's pretty good. Thank you!

            – Lonniebiz
            Nov 27 '18 at 8:19






          • 2





            about:performance gets a total redesign with more and better information from FF65.

            – RoVo
            Nov 27 '18 at 10:07
















          3














          You can type about:performance in the address bar of firefox. Then you will get a table where there will be pid of each tab of firefox with Resident Set size and Unique Set Size. And below this there will be some lines explaining the performance of each tab (like performing well) and if a tab is not performing well then it will show there and you can close that tab from there using the Close Tab option.






          share|improve this answer


























          • Hey, that's pretty good. Thank you!

            – Lonniebiz
            Nov 27 '18 at 8:19






          • 2





            about:performance gets a total redesign with more and better information from FF65.

            – RoVo
            Nov 27 '18 at 10:07














          3












          3








          3







          You can type about:performance in the address bar of firefox. Then you will get a table where there will be pid of each tab of firefox with Resident Set size and Unique Set Size. And below this there will be some lines explaining the performance of each tab (like performing well) and if a tab is not performing well then it will show there and you can close that tab from there using the Close Tab option.






          share|improve this answer















          You can type about:performance in the address bar of firefox. Then you will get a table where there will be pid of each tab of firefox with Resident Set size and Unique Set Size. And below this there will be some lines explaining the performance of each tab (like performing well) and if a tab is not performing well then it will show there and you can close that tab from there using the Close Tab option.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 4 mins ago

























          answered Nov 27 '18 at 8:17









          PRYPRY

          1,87431024




          1,87431024













          • Hey, that's pretty good. Thank you!

            – Lonniebiz
            Nov 27 '18 at 8:19






          • 2





            about:performance gets a total redesign with more and better information from FF65.

            – RoVo
            Nov 27 '18 at 10:07



















          • Hey, that's pretty good. Thank you!

            – Lonniebiz
            Nov 27 '18 at 8:19






          • 2





            about:performance gets a total redesign with more and better information from FF65.

            – RoVo
            Nov 27 '18 at 10:07

















          Hey, that's pretty good. Thank you!

          – Lonniebiz
          Nov 27 '18 at 8:19





          Hey, that's pretty good. Thank you!

          – Lonniebiz
          Nov 27 '18 at 8:19




          2




          2





          about:performance gets a total redesign with more and better information from FF65.

          – RoVo
          Nov 27 '18 at 10:07





          about:performance gets a total redesign with more and better information from FF65.

          – RoVo
          Nov 27 '18 at 10:07


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f484388%2fmonitoring-cpu-of-tabs-in-firefox%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Loup dans la culture

          How to solve the problem of ntp “Unable to contact time server” from KDE?

          Connection limited (no internet access)