Re: [openflowplugin-dev] Statistics Manager performance
Moiz Raja <moraja@...>
Hi,
toggle quoted message
Show quoted text
If all you want to do is look at CPU usage for the app then you can connect to it using jconsole which ships with the jdk. To use console do the following, 1. Start controller with the -jmx switch like so, ./run.sh -jmx 2. Start jconsole and connect to the running jvm. If you are running controller locally you will see the controller process show up in Local processes like so, choose the org.eclipse.* process. It may show you a prompt like so, choose Insecure If your controller is running remotely then need to connect to it by providing the remote machines ip address and the jmx port which by default is 1088. Example 192.168.1.79:1088. Note :- the default port can be changed by running the controller like so, ./run.sh -jmx -jmxport 1200 HTH, -Moiz On Apr 1, 2014, at 11:08 AM, Luis Gomez <ecelgp@...> wrote:
|
||||||||||
|