-1

We are trying to figure out the CPU utilization of the Geronimo instance in which the application is running.

In which file can i track to get the PID for geronimo instance.

I'm using version 2.17 of Geronimo.

dosakiller
  • 79
  • 5

1 Answers1

1

Do this in a terminal

$ ps aux | grep geronimo
LtWorf
  • 7,286
  • 6
  • 31
  • 45