Determine if client updates occur example
- Last UpdatedJan 13, 2023
- 1 minute read
- PI System
- PI Server
Run pilistupd several times to reveal changes in the pending numbers. You can do this with command-line switches. In the following example, the -m option requests only producers with at least one pending event. The -r requests that the command be repeated every 5 seconds for 100 repetitions. Results appear for four runs before the Ctrl+C () command stops the output. For three of the runs, none of the producers has any pending updates, as indicated by the output.
e:\pi\adm>pilistupd -ss -p snapshots -m 1 -r 5 100
Signup Statistics for 9-May-16 16:54:03
Producer Consumer Qual Flag Pending
-------- -------- ---- ---- -------
No Matching entries
Signup Statistics for 9-May-16 16:54:08
Producer Consumer Qual Flag Pending
-------- -------- ---- ---- -------
No Matching entries
Signup Statistics for 9-May-16 16:54:13
Producer Consumer Qual Flag Pending
-------- -------- ---- ---- -------
snapshots piadE|15|5 4 0 1
snapshots piadE|15|5 12 0 1
snapshots piadE|15|5 18 0 1
snapshots piadE|15|5 19 0 1
snapshots piadE|15|5 20 0 1
Signup Statistics for 9-May-16 16:54:18
Producer Consumer Qual Flag Pending
-------- -------- ---- ---- -------
No Matching entries
^C