All Questions
14 questions
0
votes
1
answer
543
views
unable to display jstad monitoring in VisualVM tool
I have EC2 instance hosting Tomcat application. It has JVM installed within.
I am trying to monitor VisualGC from my workstation.
In all those application instances we are able to establish the JMX ...
0
votes
1
answer
230
views
various issues when setting up visualvm remote JVM connection with jstatd
statd on remote machine may not be starting up correctly and visualvm user interface does not add connections.
On the remote machine, I created a policy file for jstatd:
grant codebase "file:/home/...
0
votes
1
answer
526
views
remote profiling neo4j using visualvm
I am trying to monitor GC information using VisualVM from local laptop and connecting to Neo4j (enterprise) application running on Oracle JDK 8 on remote EC2 instance running ubuntu 16. I am able to ...
6
votes
2
answers
7k
views
VisualVM shows "Not supported for this JVM"
I am trying to profile a remote JVM with VisualVM 1.4. I am running macOS High Sierra 10.13.6 locally, with the following OpenJDK version:
java -version
openjdk version "1.8.0_181"
OpenJDK Runtime ...
0
votes
1
answer
865
views
Jstatd Remote profiler with jvisualvm
I am trying to profile my web application on my local windows 7 PC visualVM.
I created a jstatd.all.policy file with below code under java's bin directory on my CENTOS 6.8 x86_64 server
grant ...
0
votes
1
answer
3k
views
How do I start jstatd in my local machine?
I was trying all the steps mentioned in this link , but unfortunately getting the same old error like
Could not create remote object
access denied ("java.util.PropertyPermission"
"java.rmi.server....
0
votes
1
answer
5k
views
Adding remote VMs in Java VisualVM
If I open jvisualvm and go to File >> Add Remote Host I am prompted to create a new remote server entry. I enter a host name of myapp01.example.org, and then I see that server show up under the ...
0
votes
1
answer
2k
views
Firewall rules for jstatd
I'm trying to run a jstatd on a remote server. According to the documentation I created a policy file and startet the deamon with the following command:
jstatd -p 1199 -J-Djava.security.policy=<...
0
votes
1
answer
2k
views
Issue starting jstatd
I'm trying to connect JVisualVM to jstatd. However on my remote server I'm having issues starting jstatd.
# netstat -nlp | grep rmiregistry
tcp 0 0 0.0.0.0:1098 0.0.0.0:* ...
2
votes
1
answer
819
views
console client for jstatd/visualgc
VisualVM/VisualGC provides quite a lot of useful GC-related metrics in real-time, but I want a command-line tool that can connect to a remote application via jstatd and record in CSV or XML ideally ...
0
votes
1
answer
361
views
How can you run profiling on a Java application wrapped as an .exe?
I would like to run profiling using jstatd and visualvm against a third-party Java application which has been wrapped as an .exe. Does anybody have advice on how this can be achieved?
3
votes
1
answer
2k
views
Jstatd connection issues
Having a little trouble connecting jstatd with visualvm. Below is a break down of my settings:
jstatd.policy
grant codebase "file:/usr/java/jre1.7.0/lib/tools.jar" {
permission java.security....
4
votes
1
answer
2k
views
difference between jstats and jmx in visualvm
I am using visualvm to monitor my production server which has both jmx and jstatd.
I tried both protocol in visual vm but seems very identical, is there any difference using jmx or jstatd to monitor ...
3
votes
3
answers
6k
views
Viewing MBeans through jstatd
I am trying to monitor all Java processes running on a server via jstatd. I've got it set up enough that I can connect with VisualVM and see all running processes. Most displays work fine, however ...