pub struct ServerDiagnostics { /* private fields */ }
Expand description

Structure that captures diagnostics information for the server

Implementations§

Return a completed summary of the server diagnostics as they stand. This structure is used to fill the address space stats about the server.

Increment the number of requests that were rejected due to security constraints since the server was started (or restarted). The requests include all Services defined in Part 4, also requests to create sessions.

Increment the number of requests that were rejected since the server was started (or restarted). The requests include all Services defined in Part 4, also requests to create sessions. This number includes the securityRejectedRequestsCount.

Increment the number of client sessions currently established in the server.

Decrement the number of client sessions currently established in the server.

Increment the number of subscriptions currently established in the server.

Decrement the number of subscriptions currently established in the server.

Increment the number of client sessions that were closed due to timeout since the server was started (or restarted).

Increment the number of server-created views in the server.

Increment the number of client sessions that were closed due to errors since the server was started (or restarted).

Increment the number of publishing intervals currently supported in the server.

Increment the number of requests that were rejected due to security constraints since the server was started (or restarted). The requests include all Services defined in Part 4, also requests to create sessions.

Increment the number of requests that were rejected since the server was started (or restarted). The requests include all Services defined in Part 4, also requests to create sessions. This number includes the securityRejectedRequestsCount.

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
Executes the destructor for this type. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.