getVHostStats()
55
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 aggregate performance data for all instances for all applications for the specified
vhost. You must be a server administrator to perform this command.
total_disconnects
Number; total number of disconnections from the server.
total_instances_loaded
Number; total number of instances that have been loaded.
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_unloaded
from
total_instances_loaded
.
total_instances_unloaded
Number; total number of instances that have been unloaded.
bw_in
Number; current bandwidth in, in bytes per second.
bw_out
Number; current bandwidth out, in bytes per second.
tunnel_bytes_in
Number; total number of bytes read through the tunnel.
tunnel_bytes_out
Number; total number of bytes written through the tunnel.
tunnel_requests
Number; number of current requests.
tunnel_idle_requests
Number; number of currently idle requests.
tunnel_idle_responses
Number; number of currently idle responses.
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