34
Server Management ActionScript Language Reference
msg_dropped
Number; total number of messages dropped by this instance of the
application.
bytes_in
Number; total number of bytes read by this instance of the
application.
bytes_out
Number; total number of bytes written by this instance of the
application.
accepted
Number; total number of connection attempts accepted by this
application.
rejected
Number; total number of connection attempts rejected by this
application.
connected
Number; total number of connections currently active.
total_connects
Number; total number of socket connections to this instance of the
application since the instance was started.
total_disconnects
Number; total number of socket disconnections from this instance of
the application since the instance was started.
script
Object that contains script engine performance data. The following
are properties of the script object:
time_high_water_mark
: Number; maximum amount of time, in
seconds, that the script has taken to execute an event.
queue_size
: Number; total number of events currently in the script
engine queue.
total_processed
: Number; total number of events processed by the
script engine.
total_process_time
: Number; number of seconds taken to process
the number of events in
total_processed
.
queue_high_water_mark
: Number; maximum number of events in the
queue.
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 administrator connections.
debug_connects
Number; total number of debug connections.
Property
Description