-3

I have a basic lightsail instance 1 GB RAM, 1 vCPU, 40 GB SSD with very small WP website with barely 10 visitors. My CPU burst capacity is always very high.

What could be the reason for the high spike?

  • 1
    Burst capacity, or burst usage? If the capacity is high, that would be expected, since you aren't using it, so the capacity is there. If the usage is high, then you need to run something like `top` on the server to see what is using the CPU. – Mark B Aug 23 '22 at 13:22
  • Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking. – Community Aug 24 '22 at 10:56
  • Hi @MarkB Community, I've attached a reference screenshot from the lightsail https://drive.google.com/file/d/1h959cjdaGp-hHI9fxvdCpA1m4ubNNdR6/view?usp=sharing – Huzan Forbes Aug 25 '22 at 07:24

1 Answers1

3

From that chart, you are barely using any CPU. That metric (burst capacity) is a measure of how much potential CPU burst capacity you have available. If it is staying at 100% then it means you are using very little CPU and you can safely burst the CPU usage some.

Notice the two alert lines on the chart (denoted by "1" and "2") at 75% and 50% burst capacity. Those alerts will trigger when you have less than that that amount of burst capacity available.

I suggest reading the official documentation on Lightsail CPU Burst Capacity.

Mark B
  • 183,023
  • 24
  • 297
  • 295
  • what should I do when the CPU Burst Capacity < 30%? I cannot access to my server.. – Amzar Oct 11 '22 at 02:24
  • @Amzar that's a completely separate question. Please ask a separate question on here instead of tacking on your issue to someone else's question. – Mark B Oct 11 '22 at 12:48