article thumbnail

The Return of the Frame Pointers

Brendan Gregg

To explain this example in more detail: The profiler periodically interrupts software execution, and for those disconnected stacks it happens to be the execution of the kernel software ("vfs*", "ext*", etc.). These partial stacks get grouped together on the left. Click here for a longer explanation.

Java 145
article thumbnail

Windows Timer Resolution: The Great Rule Change

Randon ASCII

The behavior of the Windows scheduler changed significantly in Windows 10 2004, in a way that will break a few applications, and there appears to have been no announcement, and the documentation has not been updated. It is desirable for a program to be able to go to sleep and then wake up a little while later. Decades of madness.

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

Expanding the AWS Cloud – An AWS Region is coming to South Africa!

All Things Distributed

AWS has been an active member of the local technology community since 2004. That's where we built many pioneering networking technologies, our next-generation software for customer support, and the technology behind our compute service, Amazon EC2. We have a long history in South Africa.

AWS 167
article thumbnail

bpftrace (DTrace 2.0) for Linux 2018

Brendan Gregg

Syscall count by program bpftrace -e 'tracepoint:raw_syscalls:sys_enter { @[comm] = count(); }'. bcc is powerful but laborious to program. Internally, bpftrace uses a lex/yacc parser to convert programs to AST, then llvm IR actions, then BPF. in 2004, so I have to think back to that time to understand it. eBPF does more.

C++ 110
article thumbnail

Jamstack CMS: The Past, The Present and The Future

Smashing Magazine

You could create and update blog posts, all content was straight HTML — open-source WYSIWYG editors weren’t available at the time, and Markdown didn’t come about until 2004. Nanoc removed the UI and is instead a program you run on the command line. We can see all the bones of modern Jamstack CMSs here. Jamstack sites are static.

Ecommerce 139
article thumbnail

What Is Hyperautomation?

O'Reilly

meme originated in IT’s transformation from manual system administration to automated configuration management and software deployment. These changes sound like something that we’ve often talked about in software development: continuous integration and continuous delivery. We’ll see it in banking. Automating this process is simple.

Games 114
article thumbnail

bpftrace (DTrace 2.0) for Linux 2018

Brendan Gregg

Syscall count by program bpftrace -e 'tracepoint:raw_syscalls:sys_enter { @[comm] = count(); }'. bcc is powerful but laborious to program. Internally, bpftrace uses a lex/yacc parser to convert programs to AST, then llvm IR actions, then BPF. in 2004, so I have to think back to that time to understand it. eBPF does more.

C++ 40