{"id":21040573,"url":"https://github.com/pixelspark/node-profiling-proxy","last_synced_at":"2026-04-29T06:34:49.215Z","repository":{"id":136773311,"uuid":"2994071","full_name":"pixelspark/node-profiling-proxy","owner":"pixelspark","description":"A simple HTTP proxy written in Node to measure performance of a web app or service","archived":false,"fork":false,"pushed_at":"2011-12-16T10:48:18.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-13T18:53:56.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://pixelspark.nl/","language":"JavaScript","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/pixelspark.png","metadata":{"files":{"readme":"README.markdown","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}},"created_at":"2011-12-16T10:47:53.000Z","updated_at":"2013-11-07T05:33:20.000Z","dependencies_parsed_at":"2023-03-26T12:22:34.423Z","dependency_job_id":null,"html_url":"https://github.com/pixelspark/node-profiling-proxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pixelspark/node-profiling-proxy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelspark%2Fnode-profiling-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelspark%2Fnode-profiling-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelspark%2Fnode-profiling-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelspark%2Fnode-profiling-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixelspark","download_url":"https://codeload.github.com/pixelspark/node-profiling-proxy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelspark%2Fnode-profiling-proxy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32414419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T06:29:02.080Z","status":"ssl_error","status_checked_at":"2026-04-29T06:29:00.631Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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-11-19T13:47:11.626Z","updated_at":"2026-04-29T06:34:49.198Z","avatar_url":"https://github.com/pixelspark.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Node-profiling-proxy\n================================\n\nNode-profiling-proxy is a simple HTTP proxy that forwards requests unchanged to a specified target web service, while transparently recording response time and bytes transferred. When the special /_dump page is requested (or the profiling process is killed), a summary with statistics is shown. Node-profiling-proxy can be used to get an impression of the type of demand for a web service, as well as an overview of which request handlers need tuning.\n\n\nUsage\n-------------------------\n* Change hostname and port for the proxy and the target web service in config.js\n* Run the proxy: node ./profiling-proxy.js\n* Use the web service as you usually would through the proxy\n* request the /_dump page from a browser to get profiling data or press Ctrl-C to stop the server and dump the results to the console\n\nFAQ\n-------------------------\n* _Why not just do this in the web service itself?_\n\tAdding profiling code to your web service is not difficult, but requires you to modify code at a very general level in your service. Furthermore, if you run a service that uses different processes (PHP in some cases, and node with clustering turned on) then it may not be feasible to share profiling data between these processes. Node-profiling-proxy is a drop-in solution that works with all HTTP services. Because it is written in NodeJS, it runs on Linux, Windows and OS X.\n\n* _Who wrote this code?_\n\tNode-profiling-proxy was written by Tommy van der Vorst for Pixelspark. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelspark%2Fnode-profiling-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixelspark%2Fnode-profiling-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelspark%2Fnode-profiling-proxy/lists"}