Cross-platform application to display performance charts in the taskbar as a trayicon.
Go
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
.travis.yml
LICENSE
MonitorMe.go
ReadMe.md
graph.go

ReadMe.md

MonitorMe

Description

Cross-platform application to display performance charts in the taskbar as a trayicon.

Supported data

  • Memory usage (including cache)
  • Swap
  • Load average (*nix only)
  • CPU usage (system and user)
  • Network usage (only available in cloudfoundry/gosigar)
  • Disk usage (only available in cloudfoundry/gosigar)

Downloads

https://github.com/games647/MonitorMe/releases

How to use

Using Commandline:

go run *.go

or:

./MonitorMe

Windows

MonitorMe.exe

Image

ubuntu showcase

Supported OS

Cross compiles doesn't seem to work, but it looks like if you compile it on the target machine: example: for linux compile it on a linux for windows compile it on a windows for mac compile it on a mac

Credits/Dependencies

Inspired by:

https://apps.ubuntu.com/cat/applications/precise/indicator-multiload/

An application for ubuntu. This ports it to golang in order to make it platform independent.