OK, let's go again with one of my strange questions.
Let's imagine that I have a have a Java application running on some machine.
What I'm trying to do is to develop some kind of monitoring software for that application. That software will connect to the remote machine where the java application is running, will get the information and show it to the client.
The information will be mainly about performance: memory used, number of allocated objects and that stuff.
My approaches so far is using the JMX or the JVMPI.
I was wondering if aynoed here faced an issue like this and could give me some advice on APIs, products or tecniques related to this.
Cheers,
Dian
Let's imagine that I have a have a Java application running on some machine.
What I'm trying to do is to develop some kind of monitoring software for that application. That software will connect to the remote machine where the java application is running, will get the information and show it to the client.
The information will be mainly about performance: memory used, number of allocated objects and that stuff.
My approaches so far is using the JMX or the JVMPI.
I was wondering if aynoed here faced an issue like this and could give me some advice on APIs, products or tecniques related to this.
Cheers,
Dian