See also
getUserStats()
getUserStats()
Availability
Flash Player 6.
Flash Communication Server MX 1.0.
Usage
getUserStats(app_instance, user_ID)
Parameters
A string that contains the name of the instance of the application, in the
app_instance
form
application_name/instance_name
A string that contains the user ID, as assigned by the server. You can retrieve a user
user_ID
ID with the
getUsers
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
connect_time
msg_in
msg_out
msg_dropped
bytes_in
bytes_out
msg_queue
52
Server Management ActionScript Language Reference
.
command.
NetConnection.Call.Success
Description
ActionScript Date object; time, in seconds, that the user has been
connected to the specified instance of the application.
Number; total number of messages processed by this user.
Number; total number of messages sent by this user.
Number; total number of messages dropped by this user.
Number; total number of bytes read by this user.
Number; total number of bytes written by this user.
Object that contains the client message queue statistics. The
object contains the following properties:
msg_queue
: Total number of queues for this client.
total_queues
: Total number of audio messages in all audio queues.
audio
: Total number of video messages in all video queues.
video
: Total number of command/data messages in the
other
queue.
property of
level
, and a
property that is an
data
other
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?