{"id":37780857,"url":"https://github.com/zperf/fusestream","last_synced_at":"2026-01-16T15:06:05.025Z","repository":{"id":291956976,"uuid":"979341972","full_name":"zperf/fusestream","owner":"zperf","description":"A simple tool for file system and block device fault injection tests","archived":false,"fork":false,"pushed_at":"2025-08-14T10:32:50.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-14T12:25:42.473Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zperf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07T11:16:40.000Z","updated_at":"2025-08-14T10:32:55.000Z","dependencies_parsed_at":"2025-08-14T12:13:52.745Z","dependency_job_id":"82cae457-a1a0-4f44-9a95-27c28b92cd6d","html_url":"https://github.com/zperf/fusestream","commit_stats":null,"previous_names":["fanyang89/slowfs","zperf/slowfs","zperf/slowio"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zperf/fusestream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zperf%2Ffusestream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zperf%2Ffusestream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zperf%2Ffusestream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zperf%2Ffusestream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zperf","download_url":"https://codeload.github.com/zperf/fusestream/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zperf%2Ffusestream/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28479406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"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":"2026-01-16T15:06:04.930Z","updated_at":"2026-01-16T15:06:05.004Z","avatar_url":"https://github.com/zperf.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FuseStream\n\nA simple tool for file system fault injection tests, inspired by [chaos-mesh/toda](https://github.com/chaos-mesh/toda).\n\n## Compile\n\n### Windows\n\n```bash\n$env:CPATH=\"C:\\Program Files (x86)\\WinFsp\\inc\\fuse\"\ngo build main.go\n```\n\n### Linux\n\n```bash\ngo build main.go\n```\n\n## Usage\n\n### Environment\n\n```bash\n# Start the pprof HTTP server (optional)\nexport FUSESTREAM_DEBUG=\"127.0.0.1:6000\"\n\n# Export OpenTelemetry spans to parquet\nexport FUSESTREAM_EXPORT_PATH=\"/tmp/fs.parquet\"\n```\n\n### FUSE\n\n```bash\n# mount the file system\nfusestream fuse mount -b --base-dir /tmp/fusestream --mountpoint /mnt/fusestream\n\n# inject fault\nfusestream fuse inject-latency -g 'test-file.*' -p 1 --op CREATE -l 1000ms\n\n# list injected faults\nfusestream fault list\n\n# time touch /mnt/fusestream/test-file14\n0.00s user 0.00s system 0% cpu 1.002 total\n```\n\n## OpCodes\n\n### FUSE\n\n- UNKNOWN\n- STATFS\n- MKNOD\n- MKDIR\n- UNLINK\n- RMDIR\n- LINK\n- SYMLINK\n- READLINK\n- RENAME\n- CHMOD\n- CHOWN\n- UTIMENS\n- CREATE\n- OPEN\n- GETATTR\n- TRUNCATE\n- READ\n- WRITE\n- RELEASE\n- FSYNC\n- OPENDIR\n- READDIR\n- RELEASEDIR\n\n## Licence\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzperf%2Ffusestream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzperf%2Ffusestream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzperf%2Ffusestream/lists"}