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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -374,10 +374,10 @@ CRORC.
374
374
| `FW Version` | Firmware version installed (`vx.y.z` if identified and supported, git hash otherwise) |
375
375
| `UL Version` | User Logic version installed (git hash) |
376
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/).
377
+
Output may be in ASCII table (default), or JSON format (`--json-out` option).
378
378
379
379
### roc-metrics
380
-
Outputs metrics for the ReadoutCards. Output may be in an ASCII table (default) or in JSON (`--json-out` option) format. Example outputs can be found [here](doc/examples/roc-metrics/).
380
+
Outputs metrics for the ReadoutCards. Output may be in an ASCII table (default) or in JSON (`--json-out` option) format.
381
381
382
382
Parameter information can be extracted from the monitoring table below.
383
383
@@ -405,7 +405,7 @@ To directly send metrics to the Alice O2 Monitoring library, the argument `--mon
405
405
406
406
### roc-pkt-monitor
407
407
Monitors packet statistics per link and per CRU wrapper. Output may be in an ASCII table (default) or in JSON (`json-out` option)
408
-
format. Example outputs can be found [here](doc/examples/roc-pkt-monitor/).
408
+
format.
409
409
410
410
Parameter information can be extracted from the monitoring table below.
411
411
@@ -485,7 +485,7 @@ Run a Python script that can use a simple interface to use the library.
485
485
Setup hugetlbfs directories & mounts. If using hugepages, should be run once per boot.
486
486
487
487
### roc-status
488
-
Reports status on the card's global and per-link configuration. Output may be in an ASCII table (default) or in JSON (`--json-out` option) format. Example outputs can be found [here](doc/examples/roc-status/).
488
+
Reports status on the card's global and per-link configuration. Output may be in an ASCII table (default) or in JSON (`--json-out` option) format.
489
489
490
490
Parameter information can be extracted from the monitoring tables below. Please note that for "UP/DOWN" and "Enabled/Disabled"
491
491
states while the monitoring format is an int (0/1), in all other formats a string representation is used.
0 commit comments