{"id":15343673,"url":"https://github.com/spacewander/awesome-systemtap","last_synced_at":"2026-02-05T07:32:35.911Z","repository":{"id":71091768,"uuid":"71254857","full_name":"spacewander/awesome-systemtap","owner":"spacewander","description":"A growing list of high-quality systemtap resources and fantastic systemtap collections.","archived":false,"fork":false,"pushed_at":"2016-10-22T17:21:11.000Z","size":4,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-08T19:02:04.427Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spacewander.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-10-18T14:07:53.000Z","updated_at":"2022-08-31T08:36:27.000Z","dependencies_parsed_at":"2023-03-10T17:00:29.029Z","dependency_job_id":null,"html_url":"https://github.com/spacewander/awesome-systemtap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/spacewander/awesome-systemtap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacewander%2Fawesome-systemtap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacewander%2Fawesome-systemtap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacewander%2Fawesome-systemtap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacewander%2Fawesome-systemtap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spacewander","download_url":"https://codeload.github.com/spacewander/awesome-systemtap/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spacewander%2Fawesome-systemtap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29115559,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T10:48:30.442Z","updated_at":"2026-02-05T07:32:35.897Z","avatar_url":"https://github.com/spacewander.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# awesome-systemtap\n\nA growing list of high-quality systemtap resources and fantastic systemtap collections.\n\n* [Homepage](#homepage)\n* [Tutorial](#tutorial)\n* [Blog](#blog)\n* [Use case](#use-case)\n* [Collections](#collections)\n\n## Homepage\n\n[systemtap homepage](https://sourceware.org/systemtap/wiki/HomePage)\n\n## Tutorial\n\n* [SystemTap Beginners Guide](https://sourceware.org/systemtap/SystemTap_Beginners_Guide/)\n* [Dynamic Tracing with DTrace \u0026 SystemTap](http://myaut.github.io/dtrace-stap-book/index.html)\n* [SystemTap Cheat Sheet](https://github.com/calio/systemtap-cheat-sheet)\n\n## Blog\n\n* [Choosing a Linux Tracer](http://www.brendangregg.com/blog/2015-07-08/choosing-a-linux-tracer.html)\n* [The story of one latency spike](https://http2.cloudflare.com/the-story-of-one-latency-spike/)\n\n## Use case\n\n* [Java](#java)\n* [Node.js](#nodejs)\n* [OpenResty](#openresty)\n* [Python](#python)\n* [Ruby](#ruby)\n* [Rust](#rust)\n\n### Java\n\n* [Module 5: Application tracing - Java Virtual Machine](http://myaut.github.io/dtrace-stap-book/app/java.html)\n\n### Node.js\n\n* [uber/node-stap](https://github.com/uber/node-stap)\n* [systemtap script that prints aggregated node.js garbage collector statistics](https://gist.github.com/bnoordhuis/4078925)\n\n### OpenResty\n\n* [OpenResty - Profiling](https://openresty.org/en/profiling.html)\n* [openresty/nginx-systemtap-toolkit](https://github.com/openresty/nginx-systemtap-toolkit)\n* [openresty/stapxx](https://github.com/openresty/stapxx)\n\n### Python\n\n* [Instrumenting CPython with DTrace and SystemTap — Python 3.6](https://docs.python.org/dev/howto/instrumentation.html)\n* [emfree/systemtap-python-tools](https://github.com/emfree/systemtap-python-tools)\n* [Eben Freeman - Python tracing superpowers with systems tools](https://speakerdeck.com/pybay2016/eben-freeman-python-tracing-superpowers-with-systems-tools)\n* [Debug Python The magic way...](http://ocgxshkaw.bkt.clouddn.com/4%20%E3%80%8A%E7%94%A8%E9%AB%98%E9%AD%94%E7%9A%84%E5%A7%BF%E5%8A%BF%E8%B0%83%20python%20%E7%A8%8B%E5%BA%8F%E3%80%8B%E9%83%AD%E6%B5%A9%E5%B7%9D.pdf)\n\n### Ruby\n\n* [Ruby User-Space Markers](https://sourceware.org/systemtap/wiki/RubyMarker)\n* [systemtap and Ruby 2.1 (on Ubuntu)](http://asquera.de/blog/2014-01-26/stap-and-ruby-2/)\n\n### Rust\n\n* [cuviper/rust-libprobe](https://github.com/cuviper/rust-libprobe) Create your probe marker with a macro.\n\n## Collections\n\n* [official example](https://sourceware.org/systemtap/examples/)\n* [tcpdive - A TCP performance profiling tool](https://github.com/fastos/tcpdive)\n* [SystemTap Lightweight Tools](https://github.com/brendangregg/systemtap-lwtools)\n* [Linux Tracing Scripts for Oracle](https://github.com/LucaCanali/Linux_tracing_scripts)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacewander%2Fawesome-systemtap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspacewander%2Fawesome-systemtap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspacewander%2Fawesome-systemtap/lists"}