{"id":28392334,"url":"https://github.com/serpent7776/crawlio","last_synced_at":"2026-03-06T03:32:11.794Z","repository":{"id":293873020,"uuid":"983714174","full_name":"serpent7776/crawlio","owner":"serpent7776","description":"Tool that slows down I/O operations","archived":false,"fork":false,"pushed_at":"2025-05-17T16:27:03.000Z","size":3,"stargazers_count":22,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-12T06:50:38.054Z","etag":null,"topics":["dev","slow","testing","tool"],"latest_commit_sha":null,"homepage":"","language":"C","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/serpent7776.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-14T19:56:45.000Z","updated_at":"2025-07-19T12:03:58.000Z","dependencies_parsed_at":"2025-05-17T17:32:12.170Z","dependency_job_id":"18e350de-c059-4a82-acd4-ca7ccb48dc6e","html_url":"https://github.com/serpent7776/crawlio","commit_stats":null,"previous_names":["serpent7776/crawlio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/serpent7776/crawlio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serpent7776%2Fcrawlio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serpent7776%2Fcrawlio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serpent7776%2Fcrawlio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serpent7776%2Fcrawlio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serpent7776","download_url":"https://codeload.github.com/serpent7776/crawlio/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serpent7776%2Fcrawlio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30160869,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T22:39:40.138Z","status":"online","status_checked_at":"2026-03-06T02:00:08.268Z","response_time":250,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dev","slow","testing","tool"],"created_at":"2025-05-31T12:12:54.772Z","updated_at":"2026-03-06T03:32:11.761Z","avatar_url":"https://github.com/serpent7776.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crawlio\n\nCrawlio is a system call interceptor that slows down I/O operations by adding configurable sleep durations to common I/O operations (read, write, open, and close).\n\nSome of possible use cases:\n\n- Testing application behavior under slow I/O conditions\n- Slowing down applications that produce large amounts of output\n- Bringing back the dial-up nostalgia\n\n## Usage\n\n```sh\ncrawlio [options] -- program [args...]\n```\n\n- `-h, --help`: Show help message\n- `-a, --all-sleep MS`: Set sleep duration for all syscalls (in milliseconds)\n- `-r, --read-sleep MS`: Set sleep duration for read syscalls (in milliseconds)\n- `-w, --write-sleep MS`: Set sleep duration for write syscalls (in milliseconds)\n- `-o, --open-sleep MS`: Set sleep duration for open syscalls (in milliseconds)\n- `-c, --close-sleep MS`: Set sleep duration for close syscalls (in milliseconds)\n- `-l, --lib PATH`: Path to the crawlio.so library (default: crawlio.so)\n\n## Examples\n\n```sh\n# Add 25ms delay to all supported syscalls when running vim\ncrawlio -a 25 -- vim\n\n# Add different delays for read (50ms) and write (100ms) operations\ncrawlio -r 50 -w 100 -- cat /etc/passwd\n\n# Add 200ms delay to file open operations\ncrawlio -o 200 -- find / -name '*.txt'\n```\n\n## Building and installing\n\nBuild:\n\n```sh\nmake\n```\n\nInstall (by default installs to /usr/local):\n\n```sh\nmake install\n```\n\nUninstall:\n\n```sh\nmake uninstall\n```\n\n## How It Works\n\nCrawlio uses the `LD_PRELOAD` mechanism to override certain system calls and inject configurable delays before each operation. It can currently override the following calls:\n\n`read()`, `write()`, `open()`, `close()`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserpent7776%2Fcrawlio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserpent7776%2Fcrawlio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserpent7776%2Fcrawlio/lists"}