Viewing Network Details

To view Network Details details:

  1. In the Spaces view, highlight the SpaceClosed 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.

  2. Display the Network pane in the lower area of the view.

  3. To start receiving information about network activity in the Network pane, check the Enable the Network Activity Monitoring check box.

  4. 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
      GSCClosed 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.
  5. 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.