Skip to content

Graph Terms and Definitions

When you generate a graph in the PerformanceGuard web interface, you are typically able to select the exact type of data that you want to view. This list explains what the data types mean.

Individual graphs may offer fewer data types than listed here. Also, some graphs may offer other data types that are not listed here.

  • Acc. histogram (%): Accumulated histogram in percent. When you select this, you are also able to select a histogram interval (for example > 10 ms).
  • Active agents: The number of computers that contributed to a graph.
  • Availability (%): The ratio between failed requests (that is requests that did not receive a response within acceptable time) and all requests in percent. In other words: (all requests - failed requests) / all requests × 100.
  • Bytes / request: The average number of bytes per request.
  • Connection resets (%): Percentage of connections that were reset.
  • Connections / sec: The number of connections made per second.

  • Number of protocol transactions: The total number of Protocol Transactions made by an application.

    Protocol transactions are measured on the TCP/IP socket. Basically, when there has been a break of more than 500 milliseconds in the client/server communication (also known asdead time),PerformanceGuardconsiders a transaction to be complete. The number of transactions will therefore typically relate to the nature of the transaction that has taken place. For example, if a user has listened to streaming radio, there will have been few breaks in the client/server communication, and the number of transactions will therefore be low. On the other hand, if a user has worked with multiple features in an ERP application, there will typically have been several breaks in the client/server communication, and the number of transactions will therefore be higher.

  • Packets / request: The average number of packets that each request consists of.

  • Prot. trans. acc. histogram (%): Accumulated protocol transaction histogram in percent. When you select this, you are also able to select a histogram interval (for example > 10 ms).

    Protocol transactions are measured on the TCP/IP socket.Read more about Protocol Transactions.

  • Prot. trans. avg. response time [sec]: The average response time for protocol transactions made by an application. This value is in seconds.

    Protocol transaction response times are measured on the TCP/IP socket.Read more about Protocol Transactions.

  • Prot. trans. max. response time [sec]: The maximum response time for protocol transactions made by an application. This value is in seconds.

    Protocol transaction response times are measured on the TCP/IP socket.Read more about Protocol Transactions.

  • Received bytes / sec: The number of bytes received by a computer per second.

  • Received packets / sec: The number of packets received by a computer per second.

  • Requests / sec: The number of requests made by a computer per second.

  • Response time: The time it takes for a client to receive a response from a server. This value is in milliseconds.

  • Retransmissions (%): Percentage of TCP packets that were retransmissions. This number tells you how much data has been sent again because the original sending failed. It thus tells you about the amount of data that has traveled on the network twice.

  • RTT avg: The average round-trip time (RTT) for an application. This value is in milliseconds.

    RTT is the length of time it takes for a client to send a request plus the length of time it takes for an acknowledgment from the server to be received by the client. RTT does therefore not include the time it takes for server applications to respond or the time required for data transfer.

  • Sent bytes / sec: The number of bytes sent from a computer per second.

  • Sent packets / sec: The number of TCP packets sent from a computer per second.

  • Total connections: The total number of connections made by an application.

  • Total received bytes: The total number of bytes received by an application.

  • Total requests: The total number of requests for an application.

  • Total response time [sec]: The total response time for an application. This value is in seconds.

  • Total sent bytes: The total number of bytes sent by an application.