Hello, what can be a root of a problem when I run ...
# fleet
w
Hello, what can be a root of a problem when I run a live query from fleet UI and it hangs. Its pretty intensive query run over 166 hosts. Thanks a lot for hints
z
What version of Fleet are you running?
w
3.2.0
can it be a problem due to web sockets ?
z
When you say "pretty intensive query" do you mean it returns a lot of results? Does the same query work by
fleetctl query
?
w
Yes, it return a lot of results. My CPU on MacBook Pro constantly on 100% and Chrome eats up to 4GB of ram. The same query runs ok via fleetctl and much faster
z
Yeah, we still need to do some work on the web UI to handle large result sets. Browsers don't like having that many DOM nodes! For now I'd recommend using
fleetctl
for such queries.
w
Thanks for reply. Do You have any estimate timeframe when this can be fixed ?
z
Can you describe the use case for viewing this many results in the UI?