Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Categories
  3. Miscellaneous
  4. DTrace

DTrace

The "Awesome DTrace" project is a curated collection of resources focused on DTrace, a comprehensive dynamic tracing framework designed for troubleshooting and performance analysis in real-time. This list encompasses a variety of resources including tutorials, tools, scripts, and community contributions that help users understand and leverage DTrace's capabilities effectively. It is particularly beneficial for system administrators, developers, and performance engineers who seek to diagnose issues and optimize system performance. With this collection, users can enhance their skills in using DTrace to gain deeper insights into system behavior and improve application performance.

dtraceperformance-analysistracing-toolssystem-monitoringtroubleshootingdynamic-tracingperformance-optimization
RSSView on GitHub
163 stars12 forks0 contributorsUpdated
Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub

Related Awesome Lists

📦
Awesome

The "Awesome" project is a comprehensive exploration of recursion, a fundamental programming technique where a function calls itself to solve problems. This list covers various aspects of recursion, including visual illustrations, examples, and explanations that help demystify the concept. It is beneficial for beginners looking to grasp the basics of recursion, as well as experienced developers seeking to refine their understanding or find new applications for recursive solutions. With a variety of resources available, users can deepen their knowledge and enhance their coding skills through practical examples and insightful discussions.

452.0k
📦
Self Hosted

The "Awesome Self Hosted" project is a curated collection of software applications that can be hosted on your own servers, providing users with full control over their data and services. This list encompasses a wide range of categories, including web applications, databases, file storage solutions, content management systems, and development tools. It is particularly beneficial for developers, system administrators, and privacy-conscious users who seek alternatives to cloud services. By leveraging self-hosted solutions, users can enhance their security, customize their environments, and reduce reliance on third-party providers. Explore this collection to discover powerful tools that empower you to take charge of your digital landscape.

284.1k
📦
Free for Developers

The "Awesome Free for Developers" project is a curated collection of free tools, services, and resources available for developers. This list covers a wide range of categories including cloud services, APIs, software development tools, design resources, and educational platforms that offer free tiers or completely free access. It is particularly beneficial for developers, startups, and students who are looking to leverage high-quality resources without incurring costs. By providing access to these valuable tools, the project empowers users to enhance their projects, improve their skills, and innovate without financial barriers. Explore this collection to discover what you can utilize for your next development endeavor.

120.5k
📦
Beginner-Friendly Projects

The "Awesome Beginner-Friendly Projects" project is a curated collection of coding projects aimed at helping novice developers enhance their programming skills through practical experience. This list includes a variety of beginner-friendly projects across different programming languages, covering categories such as web development, game development, data analysis, and mobile applications. With resources ranging from project ideas and tutorials to sample code and community support, this list is invaluable for beginners looking to build confidence and competence in coding. Whether you're just starting or looking to practice your skills, you'll find engaging projects that inspire creativity and learning.

84.2k

Table of Contents

20 sections · 92 projects

Books

3 projects
Dynamic Tracing Guide

dtrace.org
DTrace: Dynamic Tracing in Oracle Solaris, Mac OS X, and FreeBSD

dtracebook.com
Dynamic Tracing with DTrace & SystemTap

myaut.github.io

Other

7 projects
dtrace(1m) man page

illumos.org
DTrace cheatsheet

brendangregg.com
DTrace one-liners

brendangregg.com
DTrace one-liners (FreeBSD)

wiki.freebsd.org
DTrace QuickStart

tablespace.net
Using DTrace storiesUsing DTrace stories

A curated collection of real-world stories demonstrating how DTrace is used to debug complex system issues.

#system-debugging#observability#dtrace
Stars23
Forks2
Last commit1 month ago
Advanced DTrace Tips, Tricks and Gotchas

dtrace.org

PID Provider

7 projects
pid provider: entry probe

dtrace.org
pid provider: entry arguments

dtrace.org
pid provider: return

dtrace.org
pid provider: instructions

dtrace.org
pid provider: overhead

dtrace.org
pid provider exposed

dtrace.org
When magic collides

dtrace.org

USDT provider

2 projects
Understanding DTrace ustack helpers

dtrace.org
USDT Providers Redux

dtrace.org

Sysevent provider

1 projects
DTrace sysevent provider

blogs.oracle.com