Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Internet > Thunderbird Extensions

    System Monitor 0.7.0

    Download button

    Downloads: 172  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    ClearCode Inc. | More programs
    Other/Proprietary Li... / FREE
    January 31st, 2013, 19:28 GMT [view history]
    ROOT / Internet / Thunderbird Extensions

     Read user reviews (0)  Refer to a friend  Subscribe

    System Monitor description

    Provides CPU usage and memory usage graphs on the toolbar

    System Monitor is a Firefox and Thunderbird extension that provides CPU usage and memory usage graphs on the toolbar.

    And, this addon provides API for web applications. For example, you can monitor CPU usage by following script:
    -------------------------------------------------------------------
    var listener = function(aUsage){ print(aUsage); }
    window.system.addMonitor("cpu-usage", listener, 1000);
    window.system.removeMonitor("cpu-usage", listener);
    -------------------------------------------------------------------
    or:
    -------------------------------------------------------------------
    var listener = {
    console : document.getElementById('console'),
    monitor : function(aUsage){ this.console.innerHTML += ''+aUsage; }
    };
    window.system.addMonitor("cpu-usage", listener, 1000);
    window.system.removeMonitor("cpu-usage", listener);
    -------------------------------------------------------------------

    Git repository: http://git.clear-code.com/xul/extensions/system-monitor/

    How to Install in Thunderbird:

    1. Right-click the link below and choose "Save Link As..." to download and save the file to your hard disk.
    2. In Mozilla Thunderbird, open Add-ons from the Tools menu.
    3. Click the Install button, and locate/select the file you downloaded and click "OK".


    Product's homepage

    Requirements:

    · Mozilla Thunderbird

    What's New in This Release: [ read full changelog ]

    · Now network usage monitor is available.
    · Made binary components free. Now all features are implemented in JavaScript.
    · Refactoring.

      


    TAGS:

    CPU usage | memory monitoring | Thunderbird extension | Thunderbird | CPU | memory

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM