Layer probe, random requests or same tile #491
jorgejesus
started this conversation in
General
Replies: 1 comment
-
|
Good question! Answer is: no (not yet). The WMS probe is here: https://github.com/geopython/GeoHealthCheck/blob/master/GeoHealthCheck/plugins/probe/wms.py But a good idea, though with some possible focus points:
But randomness within boundaries, and possibly if the WMS is based on a tileserver like MapProxy: very doable. PR welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have a question/discussion concerning GeoHealthCheck implementation.
When we have a WMS service and use a layer probe (GetMap), will it always use a specific bbox/tile or does it do random requests? The "problem" is that if we have constant requests to a specific tile, we will have lower response times as the tile will likely be cached. More realistic monitoring would use random requests each time and then maybe aggregate statistics (average, standard deviation).
Is this random request approach implemented in GHC?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions