File: C2CLink.section

package info (click to toggle)
nvidia-cuda-toolkit 12.4.1-2
  • links: PTS, VCS
  • area: non-free
  • in suites: forky, trixie
  • size: 18,505,836 kB
  • sloc: ansic: 203,477; cpp: 64,769; python: 34,699; javascript: 22,006; xml: 13,410; makefile: 3,085; sh: 2,343; perl: 352
file content (37 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Identifier: "C2CLink"
DisplayName: "C2CLink"
Description: "High-level summary of C2C link utilization. It shows the total received and transmitted (sent) memory, as well as the overall link peak utilization."
Order: 60

Filter {
  Items {
    MinArch: CC_90
  }
}

Header {
  Metrics {
    Label: "Received User Bytes"
    Name: "ctc__rx_bytes_data_user.sum"
  }
  Metrics {
    Label: "Received Peak Utilization"
    Name: "ctc__rx_bytes_data_user.sum.pct_of_peak_sustained_elapsed"
  }
  Metrics {
    Label: "Received Bandwidth"
    Name: "ctc__rx_bytes_data_user.sum.per_second"
  }
  Metrics {
    Label: "Transmitted User Bytes"
    Name: "ctc__tx_bytes_data_user.sum"
  }
  Metrics {
    Label: "Transmitted Peak Utilization"
    Name: "ctc__tx_bytes_data_user.sum.pct_of_peak_sustained_elapsed"
  }
  Metrics {
    Label: "Transmitted Bandwidth"
    Name: "ctc__tx_bytes_data_user.sum.per_second"
  }
}