MACROMEDIA FLASH MEDIA SERVER 2-SERVER MANAGEMENT ACTIONSCRIPT LANGUAGE Reference page 23

Server management actionscript language reference
Table of Contents

Advertisement

Returns
If the call succeeds, the server sends a reply information object with a
, a
property of
status
code
object. The
object has the following properties:
data
Property
accepted
bytes_in
bytes_out
connected
launch_time
msg_dropped
msg_in
msg_out
normal_connects
virtual_connects
group_connects
service_connects
service_requests
admin_connects
debug_connects
rejected
total_connects
total_disconnects
total_instances_loaded
NetConnection.Call.Success
Description
Number; total number of connection attempts accepted by this
application.
Number; total number of bytes read by this application.
Number; total number of bytes written by this application.
Number; total number of connections currently active.
ActionScript Date object; time the application started.
Number; total number of messages dropped by this application.
Number; total number of messages processed by this
application.
Number; total number of messages sent by this application.
Number; total number of normal connections.
Number; total number of connections through a remote edge.
Number; total number of remote edges that are connected.
Number; total number of service connections.
Number; total number of services requested.
Number; total number of admin connections.
Number; total number of debug connections.
Number; total number of connection attempts rejected by this
application.
Number; total number of socket connections to the application
since the application was started.
Number; total number of disconnections from the application
since the application was started.
Number; total number of instances that have been loaded since
the application started.
This property does not represent the total number of active
instances loaded. To get the number of active instances loaded,
subtract the value of
total_instances_loaded
level
, and a
data
total_instances_unloaded
.
property of
property that is an
from
getAppStats()
23

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?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash media server 2

Table of Contents