public
Description: Graph generator of GC inforamation of GC::Profiler Module
Homepage:
Clone URL: git://github.com/miura1729/gcgraph.git
name age message
file README Mon Aug 25 04:47:42 -0700 2008 Delete output log form WEBrick [miura1729]
directory lib/ Mon Aug 25 04:47:42 -0700 2008 Delete output log form WEBrick [miura1729]
README
GCGraph -- Graph Generator of GC inforamtion from GC::Profiler

-- Description

   GCGraph generate graph of GC inforamtion from GC::Profiler. You can see the 
   generated graph via Firefox. URL is "http://localhost:8088/graph".
   You can use other browser have "<canvas>" tag. But I don't test.

   Graph is updated per 1 second. GCGraph uses technology like COMMET and 
   AJAX. But it is very poor, because GCGraph supposes only 1 client.

   GCGraph need Ruby 1.9.0 and later including GC::Profiler module. 

-- Install

  Copy lib/gcgraph.rb to directory in ruby libray path.
   

-- Usage

  ruby -r gcgraph program.rb args ...

-- Bugs

   Many.

-- Author
   Miura Hideki (miura1729)
   e-mail: m-72 at tf6.so-net.ne.jp
   blog:   http://d.hatena.ne.jp/miura1729 (in Japanese)

-- License

 under the Ruby's License