docs: add caEventRate cli reference imported from CAref.html

This commit is contained in:
Minijackson
2025-01-24 11:29:23 +01:00
committed by Andrew Johnson
parent feae322e9a
commit a0059b6e91
3 changed files with 12 additions and 0 deletions

View File

@@ -17,4 +17,5 @@ caput
acctst
catime
casw
caEventRate
```

View File

@@ -15,6 +15,7 @@ HTMLS += CAref.html
DOCS += acctst.md
DOCS += catime.md
DOCS += casw.md
DOCS += caEventRate.md
#
# includes to install from this subproject

View File

@@ -0,0 +1,10 @@
# caEventRate
caEventRate <PV name> [subscription count]
## Description
Connect to the specified PV, subscribe for monitor updates the specified
number of times (default once), and periodically log the current sampled
event rate, average event rate, and the standard deviation of the event
rate in Hertz to standard out.