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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -377,7 +377,7 @@ CRORC.
377
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/).
378
378
379
379
### roc-metrics
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/).
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/).
381
381
382
382
Parameter information can be extracted from the monitoring table below.
383
383
@@ -422,7 +422,7 @@ Run a Python script that can use a simple interface to use the library.
422
422
Setup hugetlbfs directories & mounts. If using hugepages, should be run once per boot.
423
423
424
424
### roc-status
425
-
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/).
425
+
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/).
426
426
427
427
Parameter information can be extracted from the monitoring tables below. Please note that for "UP/DOWN" and "Enabled/Disabled"
428
428
states while the monitoring format is an int (0/1), in all other formats a string representation is used.
0 commit comments