public
Description: Real-time web-server visualization using OpenGL and a force directed layout
Homepage: http://www.fudgie.org/gltrail.html
Clone URL: git://github.com/Fudge/gltrail.git
Fudge (author)
Tue Mar 25 13:44:11 -0700 2008
commit  39cc0eee427b53a09cf3e1c67aab2a0b3a66a93e
tree    7ce098133606f453a9b6934311f20a324e9982fb
parent  0f80a9944d5485132c06d5de0663641bc1b14d4a
gltrail / README
100644 22 lines (18 sloc) 0.732 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
1. Install qt4-development packages and qmake
   (sudo apt-get install qt4-dev-tools)
2. qmake -unix -recursive -o Makefile gltrail.pro && make
3. cp gltrail.ini-example gltrail.ini
   (and replace with your information)
4. ./bin/gltrail gltrail.ini
   ./bin/gltrail --digg
   ./bin/gltrail --twitter
 
Note: You'll need public-key ssh access set up to your servers,
      as I haven't found a good/free cross-platform ssh library.
 
Keys:
   ESC = exit
 SPACE = cycle between line modes (off, all, >10% of max traffic)
     S = show/hide stats
     B = cycle between size modes (rate, links in, links out,
                                   links total, hits)
     V = show repulsive forces
     N = toggle discharge/receive forces