Questions tagged [eclipse-tptp]

Eclipse Test & Performance Tools Platform

From http://www.eclipse.org/tptp/

The Eclipse Test and Performance Tools Platform (TPTP) Project provides an open platform supplying powerful frameworks and services that allow software developers to build unique test and performance tools, both open source and commercial, that can be easily integrated with the platform and with other tools.

31 questions
2
votes
1 answer

tptp/profiling of web-application within eclipse - no data collectors available

I have a problem with tptp/profiling within eclipse. Because at first I had some very strange problems, I downloaded the “TPTP all-in-one package” (tptp.runtime.allInOne.win32.win32.x86-TPTP-4.6.2.zip) and added the stuff I need (Jboss-Tools,…
AJ.
  • 51
  • 1
  • 3
2
votes
1 answer

Fail to profile remote java app using TPTP

I am trying to profile CPU usage using TPTP. Application to profile run on Linux RH AS5. I installed and configured Agent Controller like described here I ran the java application using the command java…
rperez
  • 8,430
  • 11
  • 36
  • 44
2
votes
0 answers

Using TPTP to profile an Eclipse Plugin

I’m currently trying to profile an Eclipse Plugin using the TPTP tools. However, I have run into issues when trying to profile an plugin. I can profile a Java application fine, however when I try to profile an plugin, the runtime workbench fails…
Kingamajick
  • 2,281
  • 1
  • 16
  • 19
1
vote
0 answers

ClassNoDefFoundError while running a junit test which is instrumented using TPTP probekit agent

I've been dealing with this error message for a while now and nobody has been able to help me... I am trying to probe a java application using the standalone TPTP probekit agent with the following linux command: java…
1
vote
2 answers

Help Needed in Understanding TPTP Profiling Results

I am new to Profiling . i decided to start with Eclipse TPTP as its looks simple and easily configurable I started with this basic APplication public class As { public static void main(String args[]) { Two t = new Two(); …
user663724
1
vote
0 answers

Setting JRE for TPTP profiling

I am trying to profile a project loads some external libraries which depends on cygwin. In order to do so, I need to use a native java launcher similar to the one suggested in this link. In the running and debugging configurations, there's a place…
OmerGertel
  • 2,573
  • 1
  • 19
  • 27
1
vote
2 answers

How can I profile a JNI application using the Eclipse TPTP?

I need to profile a java application launched by the JNI invocation API from a C application, and naturally the TPTP tools seemed like a good place to start. However, I can start the application, but I have no idea how to connect to it for…
Chris R
  • 17,546
  • 23
  • 105
  • 172
1
vote
2 answers

Slow profiling with Eclipse TPTP

I've developing an application in Eclipse 3.6 and am trying to get some simple execution profiling statistics with TPTP (basically just the execution time analysis). However, the profiling is running so slowing that it's barely possible to get a…
mikera
  • 105,238
  • 25
  • 256
  • 415
1
vote
1 answer

How can I profile tomcat on mac os X?

I am running an independent (I mean not inside any IDE) tomcat instance. I want to profile my application because it seams to respond really slow in a particular use case. So, I tried installing TPTP on my mac os x 10.4 (tiger) but it seams that…
Sandeep Giri
  • 821
  • 1
  • 7
  • 14
0
votes
1 answer

Setting up agent controller for tptp

I have already installed the tptp from eclipse's "install new software". In the next step I shoud install the agent controller. I've downloaded the agent controller 4.7.2 und unzipped it. According to the instruction I should now: "Run SetConfig.bat…
user1006115
  • 279
  • 1
  • 4
  • 18
0
votes
1 answer

Install TPTP profile tool

I have installed the TPTP tool according to the instruction. https://wiki.eclipse.org/Install_TPTP_with_Update_Manager After the restart I still cannot find the TPTP profile button. how to enable it?
Jack
  • 1,339
  • 1
  • 12
  • 31
0
votes
1 answer

Control TPTP profiling programmatically

I need to profile a server-client Java application (based on Jersey/REST FYI). I have learned around that profiling remote servers is a real pain with TPTP, so I want to keep it simple : I have written a test case (a "main") that runs a standalone…
Raphael Jolivet
  • 3,940
  • 5
  • 36
  • 56
0
votes
1 answer

Eclipse's TPTP on OSX

On the Eclipse TPTP web site, there are instructions on how to install this profiler. Here they are: http://eclipse.org/tptp/home/downloads/4.7.0/documents/installguide/InstallGuide.html But the Agent that is required for the tool is only available…
Emmanuel
  • 16,791
  • 6
  • 48
  • 74
0
votes
1 answer

unable to run jvm with attached profiler

I am unable to start jvm with attached profile on linux with following command: java -Xverify:none -agentlib:JPIBootLoader=JPIAgent:server=enabled;CGProf TestClass I am getting following error: Error occurred during initialization of VM agent…
michael nesterenko
  • 14,222
  • 25
  • 114
  • 182
0
votes
2 answers

How to profile Eclipse plug-in startup time?

I'm trying to profile an Eclipse plugin, specifically it's start-up time. I'm not terribly familiar with Eclipse nor its profiling tools, and it seems that plugins are somewhat of a special case: I tried using JVM Monitor, but it cannot seem to…
VPeric
  • 7,391
  • 6
  • 21
  • 17