JKstat via Javascript

The following are some examples of accessing JKstat data and displaying it in a browser using Javascript.

Some of these examples are based directly on Mike Harsch's blog entry describing the use of node-kstat. The server implementation here is JKstat and Jersey.

Javascript example

Java applet example

JKstat client/server

This server supports delivery of kstat information to clients using both a RESTful service (as used by the demos above) and an XML-RPC service. You can access these from the JKstat client as follows:

REST
./jkstat remotebrowser -S /kstat
XML-RPC
./jkstat remotebrowser -s /xmlrpc