Questions tagged [vmid]

A VMID is a identifier that is unique across all Java virtual machines. VMIDs are used by the distributed garbage collector to identify client VMs.

A VMID is a identifier that is unique across all Java virtual machines. VMIDs are used by the distributed garbage collector to identify client VMs.

1 questions
3
votes
1 answer

Find VMID for running instance

I have a webapp running on tomcat and I want to look at garbage collection during runtime using jstat. I have the command: jstat.exe -gc 1000 How can I find what the vmid is?
Sionnach733
  • 4,686
  • 4
  • 36
  • 51