ProfilerIf pluggable delegate api.

Quartz <[email protected]> Fri, 1 Aug 2003 15:58:25 -0700 (PDT)
Newsgroups gmane.comp.java.seda.user
Message-ID <[email protected]>
Hi,

Thought you might like a live profiler UI.
Siply update your sandStormProfiler (or merge changes).

I simply forward some call to the plugged implementation.
the config section look like this:

<profile>
  enable true
  #if class not present will default to printwriter
  class tests.basic.ProfilerDelegateUI
  
  <delegatevar>
    #number of point to keep per graph
    buffersize 400
    
    #number of columns in the ui
    columns 3

    #item name profiling filters: list of regex seperated by spaces
    #acceptregex (.*)(StageName)(.*)
    rejectregex ^(TPController)(.+)
    
    #color regexes: list of "regex hexcolor" pairs separated by spaces
    bgcolors ^(ThreadPool)(.+) 000040 (.+)(queueLength)(.*) 400000
    #fgcolors ^(ThreadPool)(.+) 0000ff (.+)(queueLength)(.*) ff0000
    #tcolors ^(ThreadPool)(.+) 0000ff (.+)(queueLength)(.*) ff0000
  </delegatevar>
</profile>

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
ss_profilerUI.zip (application/zip, 24 KB) - not displayed