Skip to search formSkip to main contentSkip to account menu

SystemTap

Known as: STAP 
In computing, SystemTap (stap) is a scripting language and tool for dynamically instrumenting running production Linux kernel-based operating systems… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2015
2015
Failure injection in distributed systems has been an important issue to experiment with robust, resilient distributed systems. In… 
2014
2014
Enea is a global vendor of Linux and Real-time operating system solutions including middleware, tools, protocols and services… 
2013
2013
Regression testing can be done by re-executing a test suite on different software versions and comparing the outcome. For… 
2013
2013
Application tracing in production systems requires dynamic and flexible instrumentation mechanisms with lowoverhead. Tracing… 
2012
2012
global startglobal timesprobemodule("ldiskfs").function("ldiskfs_mb_new_blocks") {start[tid()] = gettimeofday_ms();}probemodule… 
Review
2010
Review
2010
Abstract : Nowadays information systems (ISs) that are utilized to support military operations are much more complex than a… 
2010
2010
It has been widely recognized that the testing of Linux kernel is important. However, error handling code is one of the places… 
2010
2010
Latency is an essential factor for measuring effectiveness of realtime applications. An effective realtime system aims at… 
2010
2010
Developers use various methods and approaches to find bugs and performance bottlenecks in their programs. One of the effective…