|
1083 | 1083 | | <span class="metrics-name">exec_​progcache_​invalidations</span> | counter | Number of program cache invalidations | |
1084 | 1084 |
|
1085 | 1085 | </div> |
| 1086 | + |
| 1087 | +## Snp Tile |
| 1088 | + |
| 1089 | +<div class="metrics"> |
| 1090 | + |
| 1091 | +| Metric | Type | Description | |
| 1092 | +|--------|------|-------------| |
| 1093 | +| <span class="metrics-name">snp_​all_​dest_​meta_​cnt</span> | counter | The number of destinations from which we have metadata (all connections) | |
| 1094 | +| <span class="metrics-name">snp_​all_​dest_​meta_​snp_​available_​cnt</span> | counter | The number of SNP-available destination (all connections) | |
| 1095 | +| <span class="metrics-name">snp_​all_​dest_​meta_​snp_​enabled_​cnt</span> | counter | The number of SNP-enabled destinations (all connections) | |
| 1096 | +| <span class="metrics-name">snp_​all_​conn_​cur_​total</span> | counter | The number of current created connections (all connections) | |
| 1097 | +| <span class="metrics-name">snp_​all_​conn_​cur_​established</span> | counter | The number of currently established connections (all connections) | |
| 1098 | +| <span class="metrics-name">snp_​all_​conn_​acc_​total</span> | counter | The number of accumulated created connections (all connections) | |
| 1099 | +| <span class="metrics-name">snp_​all_​conn_​acc_​established</span> | counter | The number of accumulated established connections (all connections) | |
| 1100 | +| <span class="metrics-name">snp_​all_​conn_​acc_​dropped</span> | counter | The number of accumulated dropped connections (all connections) | |
| 1101 | +| <span class="metrics-name">snp_​all_​conn_​acc_​dropped_​handshake</span> | counter | The number of accumulated dropped connections during handshake (all connections) | |
| 1102 | +| <span class="metrics-name">snp_​all_​conn_​acc_​dropped_​established</span> | counter | The number of accumulated dropped connections that had been established (all connections) | |
| 1103 | +| <span class="metrics-name">snp_​all_​conn_​acc_​dropped_​set_​identity</span> | counter | The number of accumulated dropped connections due to set identity (all connections) | |
| 1104 | +| <span class="metrics-name">snp_​all_​tx_​bytes_​via_​udp_​to_​snp_​avail_​cnt</span> | counter | The number of bytes sent via UDP to a SNP-available destination (all connections) | |
| 1105 | +| <span class="metrics-name">snp_​all_​tx_​pkts_​via_​udp_​to_​snp_​avail_​cnt</span> | counter | The number of packets sent via UDP to a SNP-available destination (all connections) | |
| 1106 | +| <span class="metrics-name">snp_​all_​tx_​bytes_​via_​udp_​cnt</span> | counter | The number of bytes sent via UDP (all connections) | |
| 1107 | +| <span class="metrics-name">snp_​all_​tx_​bytes_​via_​snp_​cnt</span> | counter | The number of bytes sent via SNP (all connections) | |
| 1108 | +| <span class="metrics-name">snp_​all_​tx_​pkts_​via_​udp_​cnt</span> | counter | The number of packets sent via UDP (all connections) | |
| 1109 | +| <span class="metrics-name">snp_​all_​tx_​pkts_​via_​snp_​cnt</span> | counter | The number of packets sent via SNP (all connections) | |
| 1110 | +| <span class="metrics-name">snp_​all_​tx_​pkts_​dropped_​no_​credits_​cnt</span> | counter | The number of packets that were not sent due to insufficient flow credits (all connections) | |
| 1111 | +| <span class="metrics-name">snp_​all_​rx_​bytes_​cnt</span> | counter | The number of bytes received (all connections) | |
| 1112 | +| <span class="metrics-name">snp_​all_​rx_​bytes_​via_​udp_​cnt</span> | counter | The number of bytes received via UDP (all connections) | |
| 1113 | +| <span class="metrics-name">snp_​all_​rx_​bytes_​via_​snp_​cnt</span> | counter | The number of bytes received via SNP (all connections) | |
| 1114 | +| <span class="metrics-name">snp_​all_​rx_​pkts_​cnt</span> | counter | The number of packets received (all connections) | |
| 1115 | +| <span class="metrics-name">snp_​all_​rx_​pkts_​via_​udp_​cnt</span> | counter | The number of packets received via UDP (all connections) | |
| 1116 | +| <span class="metrics-name">snp_​all_​rx_​pkts_​via_​snp_​cnt</span> | counter | The number of packets received via SNP (all connections) | |
| 1117 | +| <span class="metrics-name">snp_​all_​rx_​pkts_​dropped_​no_​credits_​cnt</span> | counter | The number of packets that were received but dropped due to insufficient flow credits (all connections) | |
| 1118 | +| <span class="metrics-name">snp_​enf_​dest_​meta_​cnt</span> | counter | The number of destinations from which we have metadata (SNP-enforced connections only) | |
| 1119 | +| <span class="metrics-name">snp_​enf_​dest_​meta_​snp_​available_​cnt</span> | counter | The number of SNP-available destination (SNP-enforced connections only) | |
| 1120 | +| <span class="metrics-name">snp_​enf_​dest_​meta_​snp_​enabled_​cnt</span> | counter | The number of SNP-enabled destinations (SNP-enforced connections only) | |
| 1121 | +| <span class="metrics-name">snp_​enf_​conn_​cur_​total</span> | counter | The number of current created connections (SNP-enforced connections only) | |
| 1122 | +| <span class="metrics-name">snp_​enf_​conn_​cur_​established</span> | counter | The number of currently established connections (SNP-enforced connections only) | |
| 1123 | +| <span class="metrics-name">snp_​enf_​conn_​acc_​total</span> | counter | The number of accumulated created connections (SNP-enforced connections only) | |
| 1124 | +| <span class="metrics-name">snp_​enf_​conn_​acc_​established</span> | counter | The number of accumulated established connections (SNP-enforced connections only) | |
| 1125 | +| <span class="metrics-name">snp_​enf_​conn_​acc_​dropped</span> | counter | The number of accumulated dropped connections (SNP-enforced connections only) | |
| 1126 | +| <span class="metrics-name">snp_​enf_​conn_​acc_​dropped_​handshake</span> | counter | The number of accumulated dropped connections during handshake (SNP-enforced connections only) | |
| 1127 | +| <span class="metrics-name">snp_​enf_​conn_​acc_​dropped_​established</span> | counter | The number of accumulated dropped connections that had been established (SNP-enforced connections only) | |
| 1128 | +| <span class="metrics-name">snp_​enf_​conn_​acc_​dropped_​set_​identity</span> | counter | The number of accumulated dropped connections due to set identity (SNP-enforced connections only) | |
| 1129 | +| <span class="metrics-name">snp_​enf_​tx_​bytes_​via_​udp_​to_​snp_​avail_​cnt</span> | counter | The number of bytes sent via UDP to a SNP-available destination (SNP-enforced connections only) | |
| 1130 | +| <span class="metrics-name">snp_​enf_​tx_​pkts_​via_​udp_​to_​snp_​avail_​cnt</span> | counter | The number of packets sent via UDP to a SNP-available destination (SNP-enforced connections only) | |
| 1131 | +| <span class="metrics-name">snp_​enf_​tx_​bytes_​via_​udp_​cnt</span> | counter | The number of bytes sent via UDP (SNP-enforced connections only) | |
| 1132 | +| <span class="metrics-name">snp_​enf_​tx_​bytes_​via_​snp_​cnt</span> | counter | The number of bytes sent via SNP (SNP-enforced connections only) | |
| 1133 | +| <span class="metrics-name">snp_​enf_​tx_​pkts_​via_​udp_​cnt</span> | counter | The number of packets sent via UDP (SNP-enforced connections only) | |
| 1134 | +| <span class="metrics-name">snp_​enf_​tx_​pkts_​via_​snp_​cnt</span> | counter | The number of packets sent via SNP (SNP-enforced connections only) | |
| 1135 | +| <span class="metrics-name">snp_​enf_​tx_​pkts_​dropped_​no_​credits_​cnt</span> | counter | The number of packets that were not sent due to insufficient flow credits (SNP-enforced connections only) | |
| 1136 | +| <span class="metrics-name">snp_​enf_​rx_​bytes_​cnt</span> | counter | The number of bytes received (SNP-enforced connections only) | |
| 1137 | +| <span class="metrics-name">snp_​enf_​rx_​bytes_​via_​udp_​cnt</span> | counter | The number of bytes received via UDP (SNP-enforced connections only) | |
| 1138 | +| <span class="metrics-name">snp_​enf_​rx_​bytes_​via_​snp_​cnt</span> | counter | The number of bytes received via SNP (SNP-enforced connections only) | |
| 1139 | +| <span class="metrics-name">snp_​enf_​rx_​pkts_​cnt</span> | counter | The number of packets received (SNP-enforced connections only) | |
| 1140 | +| <span class="metrics-name">snp_​enf_​rx_​pkts_​via_​udp_​cnt</span> | counter | The number of packets received via UDP (SNP-enforced connections only) | |
| 1141 | +| <span class="metrics-name">snp_​enf_​rx_​pkts_​via_​snp_​cnt</span> | counter | The number of packets received via SNP (SNP-enforced connections only) | |
| 1142 | +| <span class="metrics-name">snp_​enf_​rx_​pkts_​dropped_​no_​credits_​cnt</span> | counter | The number of packets that were received but dropped due to insufficient flow credits (SNP-enforced connections only) | |
| 1143 | + |
| 1144 | +</div> |
0 commit comments