{"id":27786288,"url":"https://github.com/clever/log-replay","last_synced_at":"2026-01-24T16:05:51.779Z","repository":{"id":42634857,"uuid":"52927473","full_name":"Clever/log-replay","owner":"Clever","description":"Replays log files at a given speed","archived":false,"fork":false,"pushed_at":"2025-04-24T00:27:18.000Z","size":31,"stargazers_count":19,"open_issues_count":4,"forks_count":4,"subscribers_count":63,"default_branch":"master","last_synced_at":"2025-04-24T01:26:33.177Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Clever.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":"2016-03-02T02:38:20.000Z","updated_at":"2025-04-24T00:27:23.000Z","dependencies_parsed_at":"2024-06-20T02:48:36.308Z","dependency_job_id":"34272575-50a0-49be-ad36-29a72a5fac30","html_url":"https://github.com/Clever/log-replay","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clever%2Flog-replay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clever%2Flog-replay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clever%2Flog-replay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Clever%2Flog-replay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Clever","download_url":"https://codeload.github.com/Clever/log-replay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251737833,"owners_count":21635682,"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":"2025-04-30T15:59:07.508Z","updated_at":"2026-01-24T16:05:51.743Z","avatar_url":"https://github.com/Clever.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Log-replay\n\n`log-replay` is a tool for replaying a given log at a given speed.  The tool is designed to be CLI friendly, allowing pipes where possible.\n\n## Usage\n\n```bash\n$ log-replay -h\nUsage of log-replay:\n  -i string\n    \tInput file (if not using stdin)\n  -s int\n        Lines per second (default 100)\n```\n\n`log-replay` accepts input in two ways, you can either pass a file path with the `-i` flag, or you can pipe input into stdin.  All output is written to stdout.\n\n## Examples\n\nReplaying a log file from stdin at 2 lines/sec:\n\n```bash\n$ log-replay -s 2 \u003c input.txt\n```\n\nReplaying a log file from stdin to syslog:\n\n```bash\n$ log-replay -s 2 \u003c input.txt | logger -t test\n```\n\nReplaying a log file from stdin to a remote logger\n\n```bash\n$ log-replay -s 2 \u003c input.txt | logger -t test -n loghost.example.com\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclever%2Flog-replay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclever%2Flog-replay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclever%2Flog-replay/lists"}