mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update question on fleet performance in FAQ. (#135)
Add copy to Fleet stress test question in infrastructure FAQ.
This commit is contained in:
parent
c89cd370d5
commit
d4780770e0
1 changed files with 4 additions and 2 deletions
|
|
@ -102,9 +102,11 @@ One way to hack around this is to use a simulated mailserver like [Mailhog](http
|
|||
|
||||
No. Currently, Fleet is only available for self-hosting on premises or in the cloud.
|
||||
|
||||
## Has anyone stress tested Fleet?
|
||||
## Has anyone stress tested Fleet? How many clients can the Fleet server handle?
|
||||
|
||||
Fleet has been stress tested to 150,000 online hosts and 400,000 total enrolled hosts. There are numerous production deployments in the thousands in the tens of thousands of hosts range, and there are production deployments in the high tens of thousands of hosts range.
|
||||
Fleet has been stress tested to 150,000 online hosts and 400,000 total enrolled hosts. There are numerous production deployments in the thousands, in the tens of thousands of hosts range, and there are production deployments in the high tens of thousands of hosts range.
|
||||
|
||||
It's standard deployment practice to have multiple Fleet servers behind a load balancer. However, typically the MySQL database is the bottleneck and an individual Fleet server can handle tens of thousands of hosts.
|
||||
|
||||
## How often do labels refresh? Is the refresh frequency configurable?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue