Re: The problem of getting data by Rest API

2021-05-10 Thread Chesnay Schepler
The short answer is that it is not (really); it's just some display artifact due to how to actual data from the REST API is propagated to the UI. On 5/10/2021 3:10 AM, penguin. wrote: Thanks for your reply,so why is the data of Web UI updated every 3S? At 2021-05-07 15:19:50, "Chesnay S

Re: The problem of getting data by Rest API

2021-05-07 Thread Chesnay Schepler
To be more precise, the update of the data is scheduled at most once every 10 seconds, but it can of course happen that the result of said update arrives in a different interval. As in, this would be possible: T00: Issue update 1 T10: Issue update 2 T12: Receive update1 T14: Receive update2 O

Re: The problem of getting data by Rest API

2021-05-07 Thread Chesnay Schepler
The WebUI also retrieves all data from the REST API, which should be updated with a minimum interval of 10 seconds. On 5/7/2021 3:57 AM, penguin. wrote: On the Web UI page, we can see that the relevant data is updated every 3S, such as the read-bytes of each operator. But when I get data throug