-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Capacity planning and troubleshooting #2723
Comments
Capacity troubleshooting from #2461: Performance, availability, and stability issues can be caused by insufficient capacity.
Initial suggestions below: Check Out of Capacity ConditionsFirst, check adequate capacity was available for the incident for the following components.
Check Near Out of Capacity Conditions
Check for abnormal conditionsHistorical measurements are required determine whether a metric is too high or too low. Maintaining at least 1 month of historical data will be useful. Linix sar in crontabEnable sar data collected at 1-minute interval
|
This docs work should wait on this related 2.1 roadmap work. |
Based on feedback from @drewdeally, we don't yet have the data for this. Moving to Later. |
@robert-s-lee I addressed this issue here: https://www.cockroachlabs.com/docs/dev/cluster-setup-troubleshooting.html#capacity-planning-issues |
These are to high and should be adjusted
… On Apr 16, 2019, at 2:11 PM, Amruta Ranade ***@***.***> wrote:
@robert-s-lee <https://github.com/robert-s-lee> I addressed this issue here: https://www.cockroachlabs.com/docs/dev/cluster-setup-troubleshooting.html#capacity-planning-issues <https://www.cockroachlabs.com/docs/dev/cluster-setup-troubleshooting.html#capacity-planning-issues>
PTAL and let me know if I can close this issue.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#2723 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/Alqpif6sPjld3F-zmXoY2xXTwkkLcKx4ks5vhhI1gaJpZM4SsFni>.
|
@drewdeally Can you share the correct values? |
We have closed this issue because it is more than 3 years |
Exalate commented:
High level steps below. More detail to be added
run the workload at concurrency 1
collect performance data: throughput, response time
collect capacity data: CPU, RAM, Network bandwidth, Storage IOPS, Storage bandwidth, Storage capacity
run the workload at least 2 other concurrency to construct the curve as below. More concurrency tests will produce more accurate prediction
Jira Issue: DOC-154
The text was updated successfully, but these errors were encountered: