JConsole: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  jconsole <pid>
  jconsole <pid>


  sudo apt install libcanberra-gtk-module
  sudo apt install   libcanberra-gtk-module
sudo apt install --reinstall libcanberra-gtk-module


==References==
==References==
* [https://askubuntu.com/questions/342202/ Failed to load module <code>canberra-gtk-module</code>]
* [https://askubuntu.com/questions/342202/ Failed to load module <code>canberra-gtk-module</code>]
* [https://docs.oracle.com/javase/8/docs/technotes/guides/management/jconsole.html Using JConsole]
* [https://docs.oracle.com/javase/8/docs/technotes/guides/management/jconsole.html Using JConsole]

Revision as of 21:58, 27 July 2021

Knowledge

jps
jconsole
jconsole <pid>
sudo apt install   libcanberra-gtk-module
sudo apt install --reinstall libcanberra-gtk-module

References