Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phunehehe/agraph

Visualization for atop
https://github.com/phunehehe/agraph

coffeescript monitoring python

Last synced: 9 days ago
JSON representation

Visualization for atop

Awesome Lists containing this project

README

        

agraph.js is generated by running this

```bash
coffee --watch --compile --output html/js/ .
```

Here is how I make the browser auto reload when there are changes

```bash
inotifywait --monitor --recursive --event modify html/ |
while read crap
do echo $crap
xdotool search --name 'agraph - chromium' key ctrl+r
done
```

There is a development server too

```bash
python -m SimpleHTTPServer
```