-
Hour, day, month Server Statistics to Graph(HTML5 Canvas or VML(ie)).
-
Ajax Communicate.
-
Use Sqlite Database. (no install, use only jar file).
-
Auto delete old record.
Setup :
- Download & unzip following sqlite & stats module.
http://www.homux.co.kr/download/homux-stats/homux-stat.zip
-
Copy homux-serverstat.jar, sqlitejdbc-v056.jar into [install-dir]/lib and homux-stat.db into anywhere.
-
Server.xml enter the module information.
<ServerListener>
<BaseClass>com.homux.wms.server.ServerStat</BaseClass>
</ServerListener>
- Add the following property to the Properties. (homux-dbFile property is homux-stat.db location, homux-insertCycle is db insert cycle. default 60 sec.)
<Property>
<Name>homux-dbFile</Name>
<Value>c:/homux-stat.db</Value>
</Property>
<Property>
<Name>homux-insertCycle</Name>
<Value>60000</Value>
</Property>
- Vhost.xml enter the Admin HostPort(8086) HTTPProviders module information.
<HTTPProvider>
<BaseClass>com.homux.wms.http.ServerReport</BaseClass>
<RequestFilters>serverreport*</RequestFilters>
<AuthenticationMethod>admin-digest</AuthenticationMethod>
</HTTPProvider>
-
Wowza Media Server restarting.
-
Enter the following URL into the Web browser on your PC.
http://[wowza-address]:8086/serverreport
auto refresh time : hour - 1 min, day - 12 min, month - 3 hour.
enjoy~
Jinmo.