[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools.hyades] Re: Problem with application profiling & other questions

Hi Roman,

For your first question, can you check your eclipse's .log file for any 
exceptions logged? It should be in your workspace/.metadata directory. 
Also, it may have been printed out to standard output; if there is nothing 
in the log you can try running eclipse from the command line and possibly 
redirecting stdout/stderr to a file.

Next questions:

1. Unfortunately Hyades itself does not provide any large resource support 
for, say, very large logs. All the logs are stored in memory and 
represented as objects. There are, however, other products (non 
open-source) built on top of Hyades that contribute large resource support 
for analyzing large logs using a database.
2. I'm not aware of any such list; perhaps someone else knows?
3. Yes. Hyades is intended to be a framework that you can plug-in new 
views, etc. to visualize data. You can certainly add a new view, say next 
to the log view, that would show other statistics about the log.

These are somewhat short answers; let me know if you'd like more details.

Thanks,
Curt