The SystemInfo type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| Clone()()()() |
Clones this SystemInfo instance.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetClientCount()()()() |
Returns the current number of clients
| |
| GetDequeueClientCount()()()() |
Returns the current number of dequeuing clients
| |
| GetFreeMemory()()()() |
Gets the amount of free memory (in bytes) in the StreamBase server process.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetMaxMemory()()()() |
Returns the maximum amount of memory (in bytes) which the StreamBase server process
is allowed to allocate.
| |
| GetTimeRunning()()()() |
Gets the time that the StreamBase Server has been running, in seconds.
| |
| GetTotalMemory()()()() |
Gets the total amount of memory (in bytes) available for use in the StreamBase
server process.
| |
| GetTotalNumberOfThreads()()()() |
Returns the total number of threads running in the JVM (including non-StreamBase threads)
| |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUsedMemory()()()() |
Gets the total amount of memory (in bytes) currently in use in the StreamBase
server process.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |