diff --git a/documentation/ca-cli.md b/documentation/ca-cli.md index 42c0ecfdc..85079cde1 100644 --- a/documentation/ca-cli.md +++ b/documentation/ca-cli.md @@ -17,4 +17,5 @@ caput acctst catime casw +caEventRate ``` diff --git a/modules/ca/src/client/Makefile b/modules/ca/src/client/Makefile index 8e2379cfc..c0cfbc4db 100644 --- a/modules/ca/src/client/Makefile +++ b/modules/ca/src/client/Makefile @@ -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 diff --git a/modules/ca/src/client/caEventRate.md b/modules/ca/src/client/caEventRate.md new file mode 100644 index 000000000..c12d90681 --- /dev/null +++ b/modules/ca/src/client/caEventRate.md @@ -0,0 +1,10 @@ +# caEventRate + + caEventRate [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.