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"

(Test Coverage)
Line 11: Line 11:
 
| style="background:lightgrey"| Known Bug
 
| style="background:lightgrey"| Known Bug
 
|-
 
|-
| row 1, cell 1
+
| Tomcat_JVMPI_Profiler
| row 1, cell 2
+
| Java 1.5, Tomcat 5.5.x, JVMPI (Memory,Execution,Coverage)
 +
| row 1, cell 3
 +
|-
 +
| Tomcat_JVMPI_PauseResume
 +
| Java 1.5, Tomcat 5.5.x, JVMPI (Memory,Execution,Coverage), Stop and Start Monitoring
 +
| row 1, cell 3
 +
|-
 +
| Tomcat_JVMPI_DetachAttach
 +
| Java 1.5, Tomcat 5.5.x, JVMPI (Memory,Execution,Coverage), Detach and Attach from Agent
 +
| row 1, cell 3
 +
|-
 +
| Tomcat_JVMPI_Probekit
 +
| Java 1.5, Tomcat 5.5.x, JVMPI (ProbeKit)
 +
| row 1, cell 3
 +
|-
 +
| Tomcat_JVMTI_Execution
 +
| Java 6, Tomcat 6.x, JVMTI (Execution:Graphical detail)
 +
| row 1, cell 3
 +
|-
 +
| Tomcat_JVMTI_ObjectAllocation
 +
| Java 6, Tomcat 6.x, JVMTI (Memory:Object Allocation site)
 +
| row 1, cell 3
 +
|-
 +
| Tomcat_JVMTI_Thread
 +
| Java 6, Tomcat 6.x, JVMTI (Thread:Contention Analysis)
 +
| row 1, cell 3
 +
|-
 +
| Tomcat_JVMTI_Probekit
 +
| Java 6, Tomcat 6.x, JVMTI (Probekit)
 +
| row 1, cell 3
 +
|-
 +
| Tomcat_JVMTI_PauseResume
 +
| Java 6, Tomcat 6.x, JVMTI (Execution:Graphical detail), Stop and Start monitoring
 +
| row 1, cell 3
 +
|-
 +
| Tomcat_JVMTI_DetachAttach
 +
| Java 6, Tomcat 6.x, JVMTI (Memory:Object Allocation site), Detach and Attach from Agent
 +
| row 1, cell 3
 +
|-
 +
| Tomcat_Profiler_StopProcess
 +
| Java 6, Tomcat 6.x, Dismiss from Profiling dialog
 
| row 1, cell 3
 
| row 1, cell 3
 
|-
 
|-
| row 2, cell 1
 
| row 2, cell 2
 
| row 2, cell 3
 
 
|}
 
|}

Revision as of 18:52, 16 December 2008

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.

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
Tomcat_JVMPI_Profiler Java 1.5, Tomcat 5.5.x, JVMPI (Memory,Execution,Coverage) row 1, cell 3
Tomcat_JVMPI_PauseResume Java 1.5, Tomcat 5.5.x, JVMPI (Memory,Execution,Coverage), Stop and Start Monitoring row 1, cell 3
Tomcat_JVMPI_DetachAttach Java 1.5, Tomcat 5.5.x, JVMPI (Memory,Execution,Coverage), Detach and Attach from Agent row 1, cell 3
Tomcat_JVMPI_Probekit Java 1.5, Tomcat 5.5.x, JVMPI (ProbeKit) row 1, cell 3
Tomcat_JVMTI_Execution Java 6, Tomcat 6.x, JVMTI (Execution:Graphical detail) row 1, cell 3
Tomcat_JVMTI_ObjectAllocation Java 6, Tomcat 6.x, JVMTI (Memory:Object Allocation site) row 1, cell 3
Tomcat_JVMTI_Thread Java 6, Tomcat 6.x, JVMTI (Thread:Contention Analysis) row 1, cell 3
Tomcat_JVMTI_Probekit Java 6, Tomcat 6.x, JVMTI (Probekit) row 1, cell 3
Tomcat_JVMTI_PauseResume Java 6, Tomcat 6.x, JVMTI (Execution:Graphical detail), Stop and Start monitoring row 1, cell 3
Tomcat_JVMTI_DetachAttach Java 6, Tomcat 6.x, JVMTI (Memory:Object Allocation site), Detach and Attach from Agent row 1, cell 3
Tomcat_Profiler_StopProcess Java 6, Tomcat 6.x, Dismiss from Profiling dialog row 1, cell 3

Back to the top