Getvhoststats() - MACROMEDIA FLASH MEDIA SERVER 2-SERVER MANAGEMENT ACTIONSCRIPT LANGUAGE Reference

Server management actionscript language reference
Table of Contents

Advertisement

Description
Returns an array of vhosts defined for the specified adaptor. You must be a server
administrator to perform this command.

getVHostStats()

Availability
Flash Player 6.
Flash Communication Server MX 1.0.
Usage
getVHostStats([adaptorName, vhostName])
Parameters
Optional string that contains the user name of the adaptor. If not specified, it
adaptorName
is assumed to be
"_defaultRoot_"
Optional string that contains the user name of the virtual host. If not specified,
vhostName
it is assumed to be
"_defaultVHost_"
Returns
If the call succeeds, the server sends a reply information object with a
, a
property of
status
code
object containing the virtual host performance data. The
properties:
Property
msg_in
msg_out
msg_dropped
bytes_in
bytes_out
accepted
rejected
connected
total_apps
total_connects
54
Server Management ActionScript Language Reference
.
.
NetConnection.Call.Success
Description
Number; total number of messages processed by this vhost.
Number; total number of messages sent by this vhost.
Number; total number of messages dropped by this vhost.
Number; total number of bytes read by this vhost.
Number; total number of bytes written by this vhost.
Number; total number connections accepted by this vhost.
Number; total number of connections rejected by this vhost.
Number; total number of connections currently active.
Number; total number of applications that have been created.
Number; total number of connections to the server.
property of
level
, and a
property that is an
data
object has the following
data

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MEDIA SERVER 2-SERVER MANAGEMENT ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash media server 2

Table of Contents