Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Profiling On Server Test Coverage"

(New page: == Background == Profiling on Server support is a adopted by downstream products and it is a critical function for the TPTP project. This page is created to track any issues that is relate...)
 
(Background)
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
== Background ==
 
== Background ==
Profiling on Server support is a adopted by downstream products and it is a critical function for the TPTP project. This page is created to track any issues that is related to the profile on server support in TPTP-WTP integration.  
+
Profiling on Server support is adopted by downstream products and it is an important function for the TPTP project. This page serves to track any issue that is related to the profile on server support in TPTP-WTP integration.
  
 
== Test Coverage ==
 
== Test Coverage ==
 
testsuite location: test-results/platform/org.eclipse.hyades.use.cases/manual/Profiling_and_Logging/Platform.UI.ProfileOnServer.testsuite
 
testsuite location: test-results/platform/org.eclipse.hyades.use.cases/manual/Profiling_and_Logging/Platform.UI.ProfileOnServer.testsuite
test coverage:
+
 
 +
{|border="1" cellpadding="2"
 +
|-
 +
| style="background:lightgrey"| '''Test Case'''
 +
| style="background:lightgrey"| '''Coverage'''
 +
| style="background:lightgrey"| '''Known Bug in v4.5.2'''
 +
|-
 +
| Tomcat_JVMPI_Profiler
 +
| Java 1.5, Tomcat 5.5.x, JVMPI (Memory,Execution,Coverage)
 +
|
 +
|-
 +
| Tomcat_JVMPI_PauseResume
 +
| Java 1.5, Tomcat 5.5.x, JVMPI (Memory,Execution,Coverage), Stop and Start Monitoring
 +
|
 +
|-
 +
| Tomcat_JVMPI_DetachAttach
 +
| Java 1.5, Tomcat 5.5.x, JVMPI (Memory,Execution,Coverage), Detach and Attach from Agent
 +
|
 +
|-
 +
| Tomcat_JVMPI_Probekit
 +
| Java 1.5, Tomcat 5.5.x, JVMPI (ProbeKit)
 +
| bug[https://bugs.eclipse.org/bugs/show_bug.cgi?id=257440 257440]
 +
|-
 +
| Tomcat_JVMTI_Execution
 +
| Java 6, Tomcat 6.x, JVMTI (Execution:Graphical detail)
 +
| bug[https://bugs.eclipse.org/bugs/show_bug.cgi?id=254487 254487]
 +
|-
 +
| Tomcat_JVMTI_ObjectAllocation
 +
| Java 6, Tomcat 6.x, JVMTI (Memory:Object Allocation site)
 +
| bug[https://bugs.eclipse.org/bugs/show_bug.cgi?id=254487 254487]
 +
|-
 +
| Tomcat_JVMTI_Thread
 +
| Java 6, Tomcat 6.x, JVMTI (Thread:Contention Analysis)
 +
| bug[https://bugs.eclipse.org/bugs/show_bug.cgi?id=258766 258766]
 +
|-
 +
| Tomcat_JVMTI_Probekit
 +
| Java 6, Tomcat 6.x, JVMTI (Probekit)
 +
|
 +
|-
 +
| Tomcat_JVMTI_PauseResume
 +
| Java 6, Tomcat 6.x, JVMTI (Execution:Graphical detail), Stop and Start monitoring
 +
| bug[https://bugs.eclipse.org/bugs/show_bug.cgi?id=254487 254487]
 +
|-
 +
| Tomcat_JVMTI_DetachAttach
 +
| Java 6, Tomcat 6.x, JVMTI (Memory:Object Allocation site), Detach and Attach from Agent
 +
| bug[https://bugs.eclipse.org/bugs/show_bug.cgi?id=254487 254487] bug[https://bugs.eclipse.org/bugs/show_bug.cgi?id=194081 194081]
 +
|-
 +
| Tomcat_Profiler_StopProcess
 +
| Java 6, Tomcat 6.x, Dismiss from Profiling dialog
 +
|
 +
|-
 +
|}
 +
 
 +
 
 +
-------------
 +
←[[TPTP|Back to TPTP wiki page]]

Latest revision as of 11:27, 17 December 2008

Background

Profiling on Server support is adopted by downstream products and it is an important function for the TPTP project. This page serves to track any issue that is related to the profile on server support in TPTP-WTP integration.

Test Coverage

testsuite location: test-results/platform/org.eclipse.hyades.use.cases/manual/Profiling_and_Logging/Platform.UI.ProfileOnServer.testsuite

Test Case Coverage Known Bug in v4.5.2
Tomcat_JVMPI_Profiler Java 1.5, Tomcat 5.5.x, JVMPI (Memory,Execution,Coverage)
Tomcat_JVMPI_PauseResume Java 1.5, Tomcat 5.5.x, JVMPI (Memory,Execution,Coverage), Stop and Start Monitoring
Tomcat_JVMPI_DetachAttach Java 1.5, Tomcat 5.5.x, JVMPI (Memory,Execution,Coverage), Detach and Attach from Agent
Tomcat_JVMPI_Probekit Java 1.5, Tomcat 5.5.x, JVMPI (ProbeKit) bug257440
Tomcat_JVMTI_Execution Java 6, Tomcat 6.x, JVMTI (Execution:Graphical detail) bug254487
Tomcat_JVMTI_ObjectAllocation Java 6, Tomcat 6.x, JVMTI (Memory:Object Allocation site) bug254487
Tomcat_JVMTI_Thread Java 6, Tomcat 6.x, JVMTI (Thread:Contention Analysis) bug258766
Tomcat_JVMTI_Probekit Java 6, Tomcat 6.x, JVMTI (Probekit)
Tomcat_JVMTI_PauseResume Java 6, Tomcat 6.x, JVMTI (Execution:Graphical detail), Stop and Start monitoring bug254487
Tomcat_JVMTI_DetachAttach Java 6, Tomcat 6.x, JVMTI (Memory:Object Allocation site), Detach and Attach from Agent bug254487 bug194081
Tomcat_Profiler_StopProcess Java 6, Tomcat 6.x, Dismiss from Profiling dialog



Back to TPTP wiki page

Back to the top