Viewing Network Details
This functionality is not yet available in the Command Line Interface or REST REpresentational State Transfer. Application Programming Interface An API, or application programming interface, is a set of rules that define how applications or devices can connect to and communicate with each other. A REST API is an API that conforms to the design principles of the REST, or representational state transfer architectural style. Manager API administration tools.
To view Network Details details:
-
In the Spaces view, highlight the Space Where GigaSpaces data is stored. It is the logical cache that holds data objects in memory and might also hold them in layered in tiering. Data is hosted from multiple SoRs, consolidated as a unified data model. or Space instance for which you want to see the network details.
-
Display the Network pane in the lower area of the view.
-
To start receiving information about network activity in the Network pane, check the Enable the Network Activity Monitoring check box.
-
You can view the following network information:
-
For inbound activity:
Item Description Space Instance Name Name of the Space instance. PID Process ID of the Space instance. Host IP IP address of the Space instance’s host. Receiv. Traffic (MB) Total amount of received traffic, in MB. Generated Traffic (MB) Total amount of outgoing traffic that was generated due to invocation, in MB. Total Traffic (MB) Total amount of both received and generated traffic, in MB. -
For notification activity:
Item Description GSC Grid Service Container. This provides an isolated runtime for one (or more) processing unit (PU) instance and exposes its state to the GSM. Name of the container. PID Process ID of the container. Host IP IP address of the container’s host. Receiv. Traffic (MB) Total amount of received traffic, in MB. Generated Traffic (MB) Total amount of outgoing traffic that was generated due to invocation, in MB. Total Traffic (MB) Total amount of both received and generated traffic, in MB. Invoc. Count Number of invocations.
-
-
To view additional information about client connections and network traffic, double click a Space instance in the lower pane. The following information is displayed:
Item Description Name IP address and Process ID of the connected client, along with a list of the invoked methods. Version Client version. Invoc. For the client, the total number of invocations. For the methods, the individual number of invocations. Receiv. Amount of received traffic, in MB (per client, and per invocation). Generated Amount of outgoing traffic that was generated due to invocation, in MB (per client, and per invocation). Total Total amount of both received and generated traffic for that client, as a percentage of the overall traffic.
Refer to the Admin API topics in the Developer Guide.