Skip to main content

All Questions

Tagged with
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 ...
muralcode's user avatar
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/...
Jonathan T's user avatar
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 ...
user0000's user avatar
  • 387
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 ...
Yanick Nedderhoff's user avatar
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 ...
Rawat's user avatar
  • 471
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....
murasing's user avatar
  • 412
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 ...
smeeb's user avatar
  • 29.4k
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=<...
AnarchoEnte's user avatar
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:* ...
DarVar's user avatar
  • 18.1k
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 ...
pavel's user avatar
  • 377
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?
carlspring's user avatar
  • 32.6k
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....
Chris Samson's user avatar
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 ...
jpprade's user avatar
  • 3,664
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 ...
Steven Schlansker's user avatar