Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/phunehehe/agraph
- Owner: phunehehe
- Created: 2012-03-07T15:19:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-05T15:34:05.000Z (over 11 years ago)
- Last Synced: 2023-03-11T20:47:05.196Z (over 1 year ago)
- Topics: coffeescript, monitoring, python
- Language: CoffeeScript
- Homepage:
- Size: 426 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```