36
Server Management ActionScript Language Reference
If the call fails, the server sends a reply information object with a
level
property of
error
and a
code
property of
NetConnection.Call.Failed
or a more specific value, if available.
Some objects might also have a
description
property that contains a string describing the
cause of the failure.
Description
Returns detailed information about the network I/O characteristics of the connected adaptor.
You must be a server administrator to perform this operation.
connected
Number; number of currently active socket connections to the
adaptor.
total_connects
Number; total number of socket connections to the adaptor since
the adaptor was started.
total_disconnects
Number; total number of socket disconnections from the adaptor.
msg_dropped
Number; total number of messages dropped.
tunnel_bytes_in
Number; tunneling header bytes in (this is the overhead over and
above RTMP payload).
tunnel_bytes_out
Number; tunneling header bytes out (overhead in the other
direction).
tunnel_requests
Number; number of tunneling requests thus far.
tunnel_responses
Number; number of tunneling responses thus far.
tunnel_idle_requests
Number; number of tunneling requests that had no payload (network
chatter overhead).
tunnel_idle_responses
Number; number of tunneling responses that had no payload
(network chatter overhead).
normal_connects
Number; total number of normal connections.
virtual_connects
Number; total number of connections through a remote edge.
group_connects
Number; total number of remote edges that are connected.
service_connects
Number; total number of service connections.
service_requests
Number; total number of services requested.
admin_connects
Number; total number of admin connections.
debug_connects
Number; total number of debug connections.
Property Description