You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `#` | Sequence ID. Used for addressing within `ReadoutCard` (int) |
369
+
| `Type` | The card type (`CRU` or `CRORC`) |
370
+
| `PCI Addr` | PCI address of the card |
371
+
| `Serial` | The serial of the card (3-5 digit int) |
372
+
| `Endpoint` | Endpoint ID (`0/1` for a CRU, `0` for a CRORC) |
373
+
| `NUMA` | NUMA node of the card (`0` or `1`) |
374
+
| `FW Version` | Firmware version installed (`vx.y.z` if identified and supported, git hash otherwise) |
375
+
| `UL Version` | User Logic version installed (git hash) |
376
+
377
+
Output may be in ASCII table (default), or JSON format (`--json-out` option). Example outputs can be found [here](doc/examples/roc-list-cards/).
364
378
365
379
### roc-metrics
366
-
Outputs metrics for the ReadoutCards.
380
+
Outputs metrics for the ReadoutCards. Output may be in an ASCII table (default), in JSON (`--json-out` option), or CSV format (`--csv-out` option). Example outputs can be found [here](doc/examples/roc-metrics/).
381
+
382
+
Parameter information can be extracted from the monitoring table below.
367
383
368
384
#### Monitoring metrics
369
385
@@ -403,7 +419,10 @@ Run a Python script that can use a simple interface to use the library.
403
419
Setup hugetlbfs directories & mounts. If using hugepages, should be run once per boot.
404
420
405
421
### roc-status
406
-
Reports status of the card's configuration.
422
+
Reports status on the card's global and per-link configuration. Output may be in an ASCII table (default), in JSON (`--json-out` option), or CSV format (`--csv-out` option). Example outputs can be found [here](doc/examples/roc-status/).
423
+
424
+
Parameter information can be extracted from the monitoring tables below. Please note that for "UP/DOWN" and "Enabled/Disabled"
425
+
states while the monitoring format is an int (0/1), in all other formats a string representation is used.
0 commit comments