CPU Meter Displays CPU usage of Firefox browser in the addressbar
Support Development
PayPal ● Credit Card ● 
Bitcoin Address: bc1qpy9a6nstk6ndyhs2xcawtytwwrxy3mu0ewrkq3
Lightning Address: webex@coinos.io
Your Input Matters
Review
Advertisements
Extension Screenshot
The "CPU Meter" extension is a Firefox extension to monitor CPU usage of the browser with its plug-ins. It uses the OS specific low level functions to find the actual CPU usage of the browser. Read FAQ to find out more on how the CPU is measured on your OS.

Features

FAQs

  1. What is CPU Meter extension?

    CPU meter is a tiny Firefox extension to monitor the actual CPU usage of the browser by resorting to low level OS depended APIs. It displays the CPU usage right in Firefox addressbar adjacent to the refresh button (considering the position of the refresh button is not being changed). The CPU value is color coded between two levels (highest and lowest).

  2. recommended "2FA (Two Factor Authentication)" extension for Chrome, and Edge browsers.

    2FA (Two-Factor Authentication) is an Aegis-compatible browser extension for managing TOTP and HOTP codes. It stores your tokens in an encrypted Aegis database file on your device instead of browser storage, making it easy to sync across devices with any file-sharing service. The database uses the same strong encryption as Aegis Authenticator and is fully compatible with the Aegis Android app. You can create, edit, organize, and delete tokens, customize their details and icons, and use keyboard shortcuts for faster access. Read more here.

  3. Can I change the color values of the lowest and highest CPU measures?

    Yes, open the extension's option page. There are two color selection options there. By changing these values, the color of the current usage will be calculated based on the two newly selected values.

  4. Can I change the time interval between two CPU usage calculations?

    Yes, in the options page, there is a time interval option to check CPU usage. Note that minimum acceptable value for this preference is one second.

  5. How does CPU usage is calculated in Linux and Mac OS?

    In the Linux based OS, ps (report a snapshot of the current processes) is used to fetch the CPU usage of the current Firefox instance using pid -o %cpu arguments. Read more about ps here. Since ps accepts PID (process identifier), the CPU Meter extension is able to calculate the Firefox usage even if multiple Firefox instances are simultaneously available.

  6. How does CPU usage is calculated in Windows OS?

    In Windows OS, typeperf is used to calculate CPU usage. typeperf is used to write performance counter data to the command window, or to a supported log file format. Read more here. On oppose to Linux ps command, typeperf is not accepting PID as an input argument. That means the extension cannot differentiate different Firefox instances from each other in the Windows OS. There is no workaround for this at the moment.

  7. Where can I find the change logs of the extension?

    There are two logs. If you head to Mozilla's website you can find a short log of the changes. For more comprehensive log, please check the commit logs at GitHub's page.

  8. Can I change the position of the CPU meter on Firefox UI?

    No, not currently at least. I tried to place the UI in the addressbar to prevent Firefox UI cluttering. If you have a better place, please open a new bug in the GitHub repository to discuss it.

  9. Does CPU Meter provide information about Firefox memory usage as well?

    No, however, you can check my the other project, Tab Memory Usage for in-tab memory usage report. Or Performance Reporter extension by Blav for memory usage of extensions (This extension currently only works on Firefox Nightly).

Advertisements

Reviews

Please keep reviews clean, avoid improper language, and do not post any personal information. Also, please consider sharing your valuable input on the official store.

What's new in this version

Version--
Published--/--/--
Change Logs:
    Last 10 commits on GitHub
    Hover over a node to see more details

    Need help?

    If you have questions about the extension, or ideas on how to improve it, please post them on the  support site. Don't forget to search through the bug reports first as most likely your question/bug report has already been reported or there is a workaround posted for it.

    Open IssuesIssuesForks

    Recent Blog Posts