Remove c
article thumbnail

The Speed of Time

Brendan Gregg

As (C) looked like a kernel rebuild, I started with (D) and (E). ## 5. I also rewrote this in C and called gettimeofday(2) directly: $ cat gettimeofdaybench.c. html [60s checklist]: /Articles/Netflix_Linux_Perf_Analysis_60s.pdf [re:Invent talk]: [link] [recommendation]: [link] [Nitro]: /blog/2017-11-29/aws-ec2-virtualization-2017.html

Speed 126
article thumbnail

Solaris to Linux Migration 2017

Brendan Gregg

Hit Ctrl-C to end. ^C C operation = 'read' usecs : count distribution 0 -> 1 : 0 | | 2 -> 3 : 0 | | 4 -> 7 : 4479 | *| 8 -> 15 : 1028 | | 16 -> 31 : 14 | | 32 -> 63 : 1 | | [.]. Search for recent blog posts on Linux containers, and try them out, and you'll piece together their capabilities and workings bit by bit.

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

The Speed of Time

Brendan Gregg

As (C) looked like a kernel rebuild, I started with (D) and (E). ## 6. I also rewrote this in C and called gettimeofday(2) directly: $ cat gettimeofdaybench.c html [60s checklist]: /Articles/Netflix_Linux_Perf_Analysis_60s.pdf [re:Invent talk]: [link] [recommendation]: [link] [Nitro]: /blog/2017-11-29/aws-ec2-virtualization-2017.html

Speed 40
article thumbnail

Using Parallel Query with Amazon Aurora for MySQL

Percona

The queries are similar to those I’ve used in older blog posts comparing MySQL and Apache Spark performance ( [link] ). Here is a summary of the queries: Simple queries: select count(*) from ontime where flightdate > '2017-01-01'. sec) mysql> explain select count(*) from ontime where flightdate > '2017-01-01'G 1.

Cache 47
article thumbnail

Making Windows Slower Part 1: File Access

Randon ASCII

This weeks’ blog post covers a technique you can use to make all file operations on Windows run at one tenth their normal speed (or slower), in a way that will be untraceable for most users! When you own all of the code then this may involve some back of the envelope estimates, competitive benchmarking, or intuition tuned by experience.

article thumbnail

Split strings the right way – or the next best way

SQL Performance

I’ve written several articles about this function (and STRING_AGG, which arrived in SQL Server 2017) since this post was written: Performance Surprises and Assumptions : STRING_SPLIT(). He spent a lot of time fine-tuning this CLR function to efficiently parse a string. all_columns AS c WHERE EXISTS. ( WHERE Item = c.

C++ 59
article thumbnail

Should You Use ClickHouse as a Main Operational Database?

Percona

To simulate text messages I have used ~3 billion of reddit comments (10 years from 2007 to 2017), downloaded from pushshift.io. Vadim published a blog post about analyzing reddit comments with ClickHouse. In my previous blog post about ClickHouse I used it to find the most popular wikipedia page of the month. Text analysis.