{"id":13697930,"url":"https://github.com/openresty/nginx-dtrace","last_synced_at":"2025-07-06T22:05:50.193Z","repository":{"id":4020292,"uuid":"5119931","full_name":"openresty/nginx-dtrace","owner":"openresty","description":"An nginx fork that adds dtrace USDT probes","archived":false,"fork":false,"pushed_at":"2016-05-02T22:51:43.000Z","size":1953,"stargazers_count":44,"open_issues_count":0,"forks_count":6,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-06-07T18:07:46.235Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openresty.png","metadata":{"files":{"readme":"README","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-07-20T06:31:52.000Z","updated_at":"2024-04-27T08:08:12.000Z","dependencies_parsed_at":"2022-08-30T16:41:05.652Z","dependency_job_id":null,"html_url":"https://github.com/openresty/nginx-dtrace","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/openresty/nginx-dtrace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openresty%2Fnginx-dtrace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openresty%2Fnginx-dtrace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openresty%2Fnginx-dtrace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openresty%2Fnginx-dtrace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openresty","download_url":"https://codeload.github.com/openresty/nginx-dtrace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openresty%2Fnginx-dtrace/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263980156,"owners_count":23538921,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-08-02T18:01:05.779Z","updated_at":"2025-07-06T22:05:50.186Z","avatar_url":"https://github.com/openresty.png","language":"C","funding_links":[],"categories":["Third Modules","Tools"],"sub_categories":["C Modules","Lua Modules"],"readme":"This is an Nginx fork that adds dtrace USDT probes.\n\nInstallation:\n\n    ./configure --with-dtrace-probes \\\n        --with-dtrace=/usr/sbin/dtrace \\\n        ...\n    make\n    make install\n\nUsage on Linux (with systemtap):\n\n    # make the stap-nginx script visiable in your PATH\n    export PATH=/usr/local/nginx/sbin:$PATH\n\n    # list all the static probes available in your nginx\n    stap-nginx -L 'process(\"nginx\").mark(\"*\")'\n\n    # run the test.stp file\n    stap-nginx test.stp\n\nSample test.stp file:\n\n    probe begin\n    {\n        print(\"Tracing.  Hit CTRL-C to stop.\\n\")\n    }\n\n    probe process(\"nginx\").mark(\"http-subrequest-start\")\n    {\n        printf(\"uri: %s?%s\\n\", ngx_http_req_uri($arg1),\n            ngx_http_req_args($arg1))\n    }\n\nFor now, only tested on Solaris 11 Express and Fedora Linux 17.\n\nThe original Nginx documentation is available at http://nginx.org\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenresty%2Fnginx-dtrace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenresty%2Fnginx-dtrace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenresty%2Fnginx-dtrace/lists"}