OBJECT

ProtocolSummarySample

A sample of the network traffic divided by protocol

link GraphQL Schema definition

  • type ProtocolSummarySample {
  • # The protocol of the sample
  • protocol: String!
  • # How much data was transferred between the last point and this one
  • dataTransferred: Float!
  • # How many conversations occurred at the time
  • conversationsCount: Float!
  • }