article thumbnail

What is AWS Lambda?

Dynatrace

The 2014 launch of AWS Lambda marked a milestone in how organizations use cloud services to deliver their applications more efficiently, by running functions at the edge of the cloud without the cost and operational overhead of on-premises servers. AWS continues to improve how it handles latency issues. Dynatrace news.

Lambda 179
article thumbnail

How To Add eBPF Observability To Your Product

Brendan Gregg

biolatency Disk I/O latency histogram heat map. runqlat CPU scheduler latency heat map. For a more recent example, I wrote cachestat(8) while on vacation in 2014 for use on the Netflix cloud, which was a mix of Linux 3.2 BPF didn't exist on those versions, so I used basic Ftrace capabilities that were available on Linux 3.2.

Latency 145
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Does SSL Slow Down My Site?

MachMetrics

In a vacuum, an SSL certificate does add some additional latency, as it requires 2 extra round trips to establish a secure connection before sending any data to the browser. Secondly, SSL/HTTPS unlocks additional web performance benefits that more than make up for the added latency. To be completely honest, you almost have to use it.

Speed 86
article thumbnail

Deprecated features to take out of your toolbox – Part 1

SQL Performance

Recently one of our teams was investigating a log reader latency issue. We pay a lot of attention to latency here, along with any long-running transactions, because of downstream impact to technologies that use the log reader – like Availability Groups and transactional replication. sysprocesses.

Latency 57
article thumbnail

Analyzing a High Rate of Paging

Brendan Gregg

biolatency From [bcc], this eBPF tool shows a latency histogram of disk I/O. total used free shared buff/cache available Mem: 64414 15421 349 5 48643 48409 Swap: 0 0 0. total used free shared buff/cache available Mem: 64414 18421 11218 5 34773 45407 Swap: 0 0 0. Tracing block device I/O. Nothing odd here. ## 5.

Cache 105
article thumbnail

How To Add eBPF Observability To Your Product

Brendan Gregg

biolatency Disk I/O latency histogram heat map 5. runqlat CPU scheduler latency heat map 10. As an extreme example, I wrote cachestat(8) while on vacation in 2014 for use on the Netflix cloud, which was a mix of Linux 3.2 BPF didn't exist on those versions, so I used basic Ftrace capabilities that were available on Linux 3.2.

article thumbnail

Analyzing a High Rate of Paging

Brendan Gregg

biolatency From [bcc], this eBPF tool shows a latency histogram of disk I/O. free(1) shows it fitting in the page cache: # free -m total used free shared buff/cache available Mem: 64414 18421 11218 5 34773 45407 Swap: 0 0 0 And iostat(1) shows little disk I/O, as expected: # iostat -xz 1 Linux 4.4.0-1072-aws Nothing odd here. ## 5.

Cache 40