Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
udda committed Aug 3, 2016
1 parent c020cdc commit 2cea13c
Showing 1 changed file with 12 additions and 19 deletions.
31 changes: 12 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ In addition it can be built as a standalone window, that is, not embedded in any
## Features
- Draw graphs of system resources
- Very customizable
- Color schemes support
- Automatically adapts to container changes (panel or window)
- Written in pure C with few dependencies - little CPU/memory footprint
- Customizable tooltip style
- Custom actions on double click


Expand All @@ -42,24 +44,15 @@ In addition it can be built as a standalone window, that is, not embedded in any



## The Graphs
#### CPU Graph
Draws CPU usage, differentiating between User/System/Nice/IOWait.
#### Memory Graph
Draws RAM usage, differentiating between memory used by the applications
(directly and through shared modules) and memory used as cache/buffers.
#### Network Graph
Draws network I/O of every supported network interface, differentiating
between input, output and local (loopback, adb, etc) traffic.
#### Swap Graph
Draws swap usage, when detected.
#### Load Average Graph
Draws load average, as returned by `uptime`.
#### Disk Graph
Draws Disk I/O, differentiating between read and write.
#### Temperature Graph
Draws temperature of the system, based on the hottest temperature
detected among the supported sensors in the system.
## Graphs
- **CPU Graph**: draws CPU usage, differentiating between User/System/Nice/IOWait.
- **Memory Graph**: draws RAM usage, differentiating between memory used by the applications (directly and through shared modules) and memory used as cache/buffers.
- **Network Graph**: draws network I/O of every supported network interface, differentiating between input, output and local (loopback, adb, etc) traffic.
- **Swap Graph** draws swap usage, when swap is present.
- **Load Average Graph**: draws load average, as returned by `uptime`.
- **Disk Graph**: draws Disk I/O, differentiating between read and write.
- **Temperature Graph**: draws temperature of the system, based on the hottest temperature detected among the supported sensors in the system.
- ...others coming soon



Expand All @@ -70,7 +63,7 @@ All additional documentation is located in the [Wiki](../../wiki).


## History
Multiload-ng started as a simple port of nandhp's source to lxpanel>0.7.
Multiload-ng started as a simple port of multiload-nandhp to lxpanel>0.7.

As I become familiar with code, I started making other little changes, and cleaning the code.
I then contacted original author, but received no reply - meanwhile the plugin continued improving.
Expand Down

0 comments on commit 2cea13c

Please sign in to comment.