instrumentation
Effective Code Instrumentation?
All too often I read statements about some new framework and their \"benchmarks.\"My question is a general one but to the specific points of:[详细]
2022-12-21 21:30 分类:问答Hibernate, instrumentation and delete cascade order
I have a complex object graph with JPA connected entities. When I delete the parent the deletions cascade correctly to the children.[详细]
2022-12-21 09:45 分类:问答How to instrument Oracle 10g to get table access metrics?
We have a legacy/production database. It has been in continuous development and use backing a website that has evolved over 10 years. The database is access开发者_运维百科ed by multiple technologies -[详细]
2022-12-21 00:51 分类:问答"Failed to load Premain-Class manifest attribute" while trying to get the size of an object using java agent
When i try to run a java program (java -javaagent:size.jar ObjectSizeTest) i get the following error:[详细]
2022-12-20 09:45 分类:问答How can I use java.lang.instrument in an Eclipse RCP application?
In order to use the instrumentation features introduced in JDK 5, you can use the -javaagent flag passed to the JVM. This will inject an instance of an Instrumentation class into the static premain me[详细]
2022-12-17 11:24 分类:问答Pros/Cons of Static and Dynamic Instrumentation
There are many static and dynamic instrumentation tools. Soot is a static instrumentation tool for Java bytecode. Pin and Valgrind are dynamic instrumentation tools for binaries.[详细]
2022-12-16 03:29 分类:问答What's a good checklist for instrumenting my .NET application
I\'m looking for a best practices checklist for instrumenting my code.Not so muc开发者_JAVA技巧h what tools to use (I\'m a System.Diagnostics.Trace fan myself) but just where you should put tracing st[详细]
2022-12-12 04:23 分类:问答Unified Error Management Solutions
I\'m looking for a solution that gives me a central hub from which to view and manage errors that occur in my system, regardless of the tier in which they occur. I already have logging (log4net), perf[详细]
2022-12-11 03:02 分类:问答javascript profile in Firefox
(I know some people already asked questions about js profile, but that\'s not what I need if I understand them correctly.)[详细]
2022-12-10 00:47 分类:问答
加载中,请稍侯......