Size: 749
Comment:
|
Size: 1207
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
To restart wowza server do: | === To restart wowza server do === |
Line 10: | Line 10: |
Connect to Wowza JMX remote console. | === Connect to Wowza JMX remote console === |
Line 19: | Line 19: |
=== Install performance test application === This application is assumed installed under the DOMS VHhost with root folder {{{/home/doms/wowza_vhost_doms}}} 1. Create testperformance application folders: {{{ mkdir application/testperformance mkdir conf/testperformance mkdir content/testperformance}}} 1. Copy {{{Application.xml}}} to {{{conf/testperformance}}} 1. Copy media file to {{{content/testperformance}}} 1. Restart Wowza |
Useful tips when working with Wowza
This page can be used to collect useful commands and hints for working with wowza on different environments.
On Iapetus
To restart wowza server do
- Log in as user wowza
Run the command (in ~/bin):
./wowza start
Connect to Wowza JMX remote console
- Start JConsole locally
- Insert the connection string for specific environment
TEST (Iapetus): service:jmx:rmi://130.225.24.62:9341/jndi/rmi://130.225.24.62:9342/jmxrmi
- STAGE (...):
- PROD (...):
- Username and password is admin/admin
The specific port numbers can be found in the Server.xml file. This is also the file that configures whether the remote JMX connection is enabled or not.
Install performance test application
This application is assumed installed under the DOMS VHhost with root folder /home/doms/wowza_vhost_doms
Create testperformance application folders:
mkdir application/testperformance mkdir conf/testperformance mkdir content/testperformance
Copy Application.xml to conf/testperformance
Copy media file to content/testperformance
- Restart Wowza