GigaSpaces XAP.NET Documentation
ITransportStatistics Interface
Class LibraryGigaSpaces.Core.Admin.ServiceGrid.TransportITransportStatistics
A transport level statistics.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface ITransportStatistics
Public Interface ITransportStatistics
public interface class ITransportStatistics
public interface ITransportStatistics
Members
All MembersProperties



IconMemberDescription
ActiveThreadsCount
Gets the number of active threads currently processing a communication task.

ActiveThreadsPerc
Gets the percentage of active threads out of the maximum threads.

CompletedTaskCount
Gets the number of communication level tasks that were completed.

CompletedTaskPerSecond
Gets the number of completed communication level tasks per second.

Details
Gets the transport details.

NA
Gets whether the statistics are not available.

Previous
Gets the previous statistics sampled. the value is null if this is the first one.

PreviousTimestamp
Gets the previous statistics timestamp. the value is -1 if this is the first one.

QueueSize
Gets the number of currently waiting communication tasks to be executed.

Timestamp
Gets the timestamp of the sampled statistics.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 8.0.8.6380 (8.0.8.6380)