https://github.com/phunehehe/agraph
Visualization for atop
https://github.com/phunehehe/agraph
coffeescript monitoring python
Last synced: 3 months ago
JSON representation
Visualization for atop
- Host: GitHub
- URL: https://github.com/phunehehe/agraph
- Owner: phunehehe
- Created: 2012-03-07T15:19:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-05T15:34:05.000Z (over 12 years ago)
- Last Synced: 2025-02-09T07:45:23.674Z (5 months ago)
- Topics: coffeescript, monitoring, python
- Language: CoffeeScript
- Homepage:
- Size: 426 KB
- Stars: 0
- Watchers: 3
- 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
```