Giter VIP home page Giter VIP logo

symon's Introduction

symon.el

コンパクトでおしゃれなシステムモニター

tiny graphical system monitor

Screenshot

img/screenshot.png

NOTE: RECENT INCOMPATIBLE CHANGES

  • symon-initialize is now obsolete (use symon-mode instead)
  • symon-fetcher is now obsolete (use symon-monitors instead)
  • symon-sparkline-size is now obsolete (use symon-sparkline-height and symon-sparkline-width instead)

Usage

Load symon

(require 'symon)

and turn on symon-mode.

(symon-mode)

then a tiny system monitor is displayed in minibuffer, during idle.

Customization

symon-monitors
List of symon monitors used to fetch system statuses. You can set this variable to specify what metrics to display and what to not. List of available monitors is provided below.
symon-refresh-rate
Refresh rate of symon display.
symon-delay
Delay in seconds until symon is displayed.
symon-history-size
Number of old values to keep. Sparklines grow faster when set smaller.

You need to restart symon-mode in order to reflect changes of these 4 options above.

symon-sparkline-height
Height of sparklines.
symon-sparkline-width
Width of sparklines.
symon-sparkline-thickness
Line width of sparklines.
symon-sparkline-ascent
Adjust vertical position of sparklines.
symon-sparkline-type
Type of sparklines. following preconfigured types are available:
  • symon-sparkline-type-plain

    img/plain.png

  • symon-sparkline-type-bounded

    img/bounded.png

  • symon-sparkline-type-boxed

    img/boxed.png

  • symon-sparkline-type-gridded

    img/gridded.png

Preconfigured Monitors

  • GNU/Linux
    symon-linux-memory-monitor
    memory usage (%) and swapped memory (MB) via /proc/meminfo
    symon-linux-cpu-monitor
    CPU load (%) via /proc/stat
    symon-linux-battery-monitor
    remaining battery (%) via built-in library battery.el
    symon-linux-network-rx-monitor
    network RX (KB/s) via /proc/net/dev
    symon-linux-network-tx-monitor
    network TX (KB/s) via /proc/net/dev
  • Windows
    symon-windows-memory-monitor
    memory usage (%) via WMI
    symon-windows-page-file-monitor
    page file usage (MB) via WMI
    symon-windows-cpu-monitor
    CPU load (%) via WMI
    symon-windows-battery-monitor
    remaining battery (%) via WMI
    symon-windows-network-rx-monitor
    network RX (KB/s) via WMI
    symon-windows-network-tx-monitor
    network TX (KB/s) via WMI
  • misc
    symon-current-time-monitor
    current Time (hh::mm) via built-in function format-time-stirng

symon's People

Contributors

zk-phi avatar benfitzg avatar gregsexton avatar hexmode avatar purcell avatar sprang avatar

Watchers

ppsoft avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.