[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.hyades] Re: Extreme performance degradation while profiling
|
Dave,
Once you have the data going to a file there are a few other knobs you can
turn for performance as well. One of these is in the configuration file for
the data collection engine you can increase the channel size if your system
has enough physical memory. The default channel size is 64Mb, I often will
crank this to 128 or higher when I want to get a intensive slice of data.
The immediate beinifit of increasing its size is the response time of the
application under test increases. This coupled with redirecting data to a
file and incrementally loading it should get you up and running quickly.
<curtispd@xxxxxxxxxx> wrote in message news:cetet5$q92$1@xxxxxxxxxxxxxx
> Actually there is an easier way to profile to a file other than
> standalone. When launching normally from the UI, under the Profiling tab
> there is a Destination tab; you can specify the file here. Here you won't
> see any data in the UI because it is all being rerouted to the file.
>
> As for standalone, try running "java -XrunpiAgent:help" in a console and
> it prints out the usage with the options. There might be some more info in
> the getting_started.html in the data collector install dir. And there are
> some sample input files in the /Resources directory for filters, etc.
>
> Thanks,
> Curt