Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://myaut.github.io/dtrace-stap-book/
Book about DTrace and SystemTap
https://myaut.github.io/dtrace-stap-book/
book dtrace systemtap
Last synced: 3 months ago
JSON representation
Book about DTrace and SystemTap
- Host: GitHub
- URL: https://myaut.github.io/dtrace-stap-book/
- Owner: myaut
- Created: 2015-09-08T20:17:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-01T22:40:20.000Z (about 5 years ago)
- Last Synced: 2024-05-06T14:36:38.552Z (6 months ago)
- Topics: book, dtrace, systemtap
- Language: Python
- Homepage: http://myaut.github.io/dtrace-stap-book/
- Size: 23.5 MB
- Stars: 151
- Watchers: 12
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-dtrace - Dynamic Tracing with DTrace & SystemTap - A book introduces both DTrace and SystemTap. (Learn / Books)
README
# dtrace-stap-book
This repository contains source code for book "Dynamic Tracing with DTrace & SystemTap", example scripts and TSLoad modules used in exercises. It is written on extended version of Markdown (which is implemented by TSDoc subsystem) and uses SCons for building. The only supported backend for building book is HTML.
### Contents
This book describes basic principles and languages of dynamic tracing and operating system kernel internals and how they may be exposed with dynamic tracing. Last module of a book is devoted to tracing of userspace applications.
There are 7 exercises in this book that allow you to try yourself in writing tracing scripts and observe mildly interesting aspects of computer systems.
### Errors and requests
As I am non-native in English, I would appreciate help in editing. If you see ways to expand or improve book, do not hesitate to register an issue so I can consider putting it in further revisions of book.
### License
This work is licensed under the Creative Commons Attribution-Noncommercial-ShareAlike 3.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305, USA.