48
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
Retrieves the server status and statistics about the operation of the server, including the length
of time the server has been running and I/O and message cache statistics.
You must be a server administrator to perform this operation.
If you only need information about the I/O characteristics of the server, use the
getIOStats
method instead.
See also
getIOStats()
getServices()
Availability
■
Flash Player 6.
■
Flash Media Server 2.
Usage
getServices()
Parameters
None.
Returns
If the call succeeds, the server sends a reply information object with a
level
property of
status
, a
code
property of
NetConnection.Call.Success
, and a
data
property that is an
array of strings containing the service names.
memory_Usage
Number. On Microsoft Windows NT 4.0, the approximate percentage of
the last 1000 pages of physical memory in use.
On Windows 2000 or Windows XP, the approximate percentage of total
physical memory in use.
cpu_Usage
Number; approximate percentage of CPU in use by the Flash Media Server
processes—not by the entire system.
Property
Description