Questions tagged [jprobe]

An enterprise class Java profiler by Quest Software.

JProbe is an enterprise class Java profiler by Quest Software.

The latest version is 9.4 (January 2013) but since then jProbe was discontinued and is no longer offered for download.

21 questions
0
votes
1 answer

JProbe for profiling a Java EE application

I am using JProbe for profiling a Java EE application. From the Load tester (JMeter) I have executed 2000 requests for testing the Application. I have seen that all the 2000 request have passed given from JMeter. Now my question is, even though 2000…
Pawan
  • 31,545
  • 102
  • 256
  • 434
0
votes
0 answers

kprobe not working for some functions

I am trying to use kprobe to track handle_pte_fault function calls in linux kernel. I can probe handle_mm_fault but when I try to probe handle_pte_dault, kprobe's handler for handle_pte_fault doesn't print anything. Using this I figured that i can't…
psin
  • 59
  • 8
0
votes
1 answer

Jprobe doesn't monitor all `do_execve` calls

I know there has been a question about this in the past, but I didn't find a solution. I'm writing the next kernel module to trace do_exec calls. AFAIK every new process image (not creation) should be loaded like this, so I figure I can trace down…
Ishay Peled
  • 2,783
  • 1
  • 23
  • 37
0
votes
1 answer

Integrating jprobe with eclipse?

I integrated Jprobe with eclipse Indigo as per this link. But when i try to start tomcat from Server view under Eclipse with "Profile" option , i get below error JPLauncher exits with error code 15. Please open "JProbe Server Plugin Output" in…
M Sach
  • 33,416
  • 76
  • 221
  • 314
0
votes
1 answer

Jprobe Profiling java application

Im using jprobe to profile my java application.The java application that Im trying to profile is an eclipse based application. we have created multiple projects for the application to deliver various features. When we build the application, the…
vr3w3c9
  • 1,118
  • 8
  • 32
  • 57
0
votes
3 answers

Why do I get -38 error, while trying to insmod a kernel module probing do_fork?

I am trying to insmod a jprobe module to a rooted Android phone: #include #include #include /* * Jumper probe for do_fork. * Mirror principle enables access to arguments of the probed…
0x90
  • 39,472
  • 36
  • 165
  • 245
1
2