1.

How Do You Check How Much Memory And Cpu Your Java Process Is Consuming?

Answer»

First, you need to FIND the PID of your process, which you can find by using the "PS" command as shown in the PREVIOUS question. Once you find the PID you can use the "top" command to find the CPU and memory USAGE. Alternatively, you can also use the prstat command as shown here.

First, you need to find the PID of your process, which you can find by using the "ps" command as shown in the previous question. Once you find the PID you can use the "top" command to find the CPU and memory usage. Alternatively, you can also use the prstat command as shown here.



Discussion

No Comment Found