[go-nuts] Re: Understanding HTTP server latencies

2016-07-19 Thread Dave Cheney
Keep an eye on the ℅ steal column in vmstat to make sure you're getting all the CPU you are paying for. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nu

[go-nuts] Re: Understanding HTTP server latencies

2016-07-19 Thread Rayland
The problem was the client server. It was too small (1 core, 4G of memory). On Monday, July 18, 2016 at 4:03:26 PM UTC+3, Rayland wrote: > > I have an HTTP server in AWS on an instance with 4 cores and 8g of memory. > The server is not processing anything, just replying with 500. > > I have anoth