Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

14
votes
2answers
4k views

Jstack and Jstat stopped working with upgrade to JDK6u23

We recently upgraded from JDK6u20 (Linux, 32bit and 64bit) to JDK6u23. Since then, we cannot longer use the tools jstack and jstat to get monitoring information from the running process. If we switch ...
5
votes
7answers
7k views

Analyze GC logs for Sun Hotspots, JVM 6

I'm trying to analyze GC behaviour for our application (running in Tomcat, under Sun's Hotspots, JVM 1.6). So far I've Instructed the JVM to emit GC logs to a separate file using... -Xloggc:gc.log ...
4
votes
1answer
319 views

Sun Java jstat does not work .. sometimes !

I frequently use jstat to obtain GC related statistics. However, there are times when I simply cannot obtain any of the statistics from a JVM. It just says that it cannot find the process id, even ...
2
votes
0answers
227 views

Windows Server 2008 and jstatd as a service

I have a JBoss server installed as a service on Windows Server 2008 with Local System as the Log On user. I want to be able to run visualgc on the JBoss server, and prior to Server 2008 I was able to ...
1
vote
1answer
204 views

Histogram in JavaScript?

I have this dataset for income: Income Number of people 0 245981 8.8 150444 30 126063 49.9 123519 70 115029 90.7 277149 109.1 355768 130 ...
1
vote
4answers
223 views

Something keeps killing my Java process on Ubuntu, anyone know why?

So every couple of days my java process on Ubuntu is killed automatically, and I can't figure out why. My box has 35.84 GB of RAM, when I launch my Java process I pass it the -Xmx28g parameter, so it ...
1
vote
0answers
137 views

Connecting to Java process running as a Windows service: How does JProfiler does it?

How can I connect a trace tool like JvisualVM - not using JMX - to a Java process running as Windows service? The JVM running as service is strted When i start JvisualVM, it does not 'see' the JVM ...
1
vote
3answers
1k views

Full GC - Sun JVM frequency of run

In JDK 1.6 : I see that full GC has been run but the old generation and perm gen space is not used completely - question is as per my understanding FGC only runs when old gen or perm gen is full - I ...
1
vote
1answer
109 views

jstat and JSP configuration

I have installed and configured jstat in my PC with Windows XP, tested it with sample Java program. But I need to know how to use jstat with JSP or Tomcat, is there any other futher configuration ...
0
votes
1answer
52 views

VisualVM over Putty SSH-tunnel

I'm trying to profile remote java app, actually it is a gameserver. It works normally on my local machine (windows XP x64 with JDK1.7.0_02 x64), but behaves very wierd on the production server (CentOS ...
0
votes
1answer
48 views

Interpreting jstat output after tuning JVM heap size

Having recently attempted to increase the heap space and ratio of new to old gen size I'm seeing confusing results from jstat -gccapacity which is showing much smaller capacities than I would expect. ...
0
votes
1answer
36 views

Where to place jstatd.all.policy

I'd like to grant permissions to my jstatd on linux The corresponding manual reads: To use this policy, copy the text into a file called jstatd.all.policy and run the jstatd server as follows: ...
0
votes
0answers
466 views

sysstat for java - using jstat [closed]

I don't have my own site to post this on at the moment... but here's something that may be useful to you java people out there. SORRY if these are not terribly flexible in terms of command line ...