Skip to content

Latest commit

 

History

88 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mondo

it's got what plants crave

Mondo is a lightweight monitoring/graphing utility. It's meant for displaying "live" system stats in a browser.

Quickstart

Do make serve, and then take a peek at http://localhost:2505.

Development

Take a look at make help for the various build targets.

TODO.md is where I've been trying to maintain a list of the things I'd like to get TODONE.

Notes

Suppose we have n=8. That means we want to show n units (default: seconds) worth of data in the window. In order to smoothly transition from left-to-right as time ticks by, we'll maintain two control points drawn outside the frame (points 0 and 9 below, respectively):

| | - - - - - - | |
0 1 2 3 4 5 6 7 8 9

In this example, time t=9 (i.e., now(), drawn off to the right and then transitioned into the frame), the window diplays time [t-n..t-1], with time t-(n+1) transitioned out of the frame to the left.

Note that there could be an arbitrary number of points outside of the frame.

References

About

_it's got what plants crave_

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages