Wowza Community

I want to get the Java information About Wowza Streaming Engine

I want to get the Java information About Wowza Streaming Engine, which has Java Version, Java VM Version, Java Architecture, Java Name, Java Vendor, Java Home, Java Max Heap Size

Java is installed in the “jre” folder of your Wowza installation folder, you can use “java -version” from the underlying bin folder to check the Java version and architecture; e.g. on a Linux machine:

$ cd \usr\local\WowzaStreamingEngine\jre\bin
$ java -version
openjdk version "9.0.4"
OpenJDK Runtime Environment (build 9.0.4+11)
OpenJDK 64-Bit Server VM (build 9.0.4+11, mixed mode)

The heap settings are automatically chosen - unless you’ve specifically changed this. The settings are available in Tune.xml that is found in the /conf subfolder of your Wowza installation.

If you want to use the Streaming Engine Panel website, then you can select “Server” from the top menu, and then choose About from the left menu, that will show you the current Java version, architecture and Heap Size. You can change the heap size if you go to Performance Tuning > Java Settings. That will show you the current configured Java Heap size; click “Edit” to change.

[http://localhost:8087/v2/servers/_defaultServer_/status](http://localhost:8087/v2/servers/_defaultServer_/status)
http://localhost:8087/v2/servers/_defaultServer_/tune

I found this in the Wowza documentation - and so could you …

I want to call through the REST API, have this interface address?