This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
gcgraph /
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







