{"id":29376514,"url":"https://github.com/twitter/iago2","last_synced_at":"2025-07-09T22:43:21.562Z","repository":{"id":63259457,"uuid":"128127835","full_name":"twitter/iago2","owner":"twitter","description":"A load generator, built for engineers","archived":false,"fork":false,"pushed_at":"2023-04-10T11:31:15.000Z","size":162,"stargazers_count":25,"open_issues_count":5,"forks_count":18,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-05-09T19:35:18.129Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Scala","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/twitter.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/contributing.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-04-04T22:08:17.000Z","updated_at":"2024-04-04T11:44:45.000Z","dependencies_parsed_at":"2023-02-09T20:00:32.936Z","dependency_job_id":null,"html_url":"https://github.com/twitter/iago2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/twitter/iago2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twitter%2Fiago2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twitter%2Fiago2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twitter%2Fiago2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twitter%2Fiago2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/twitter","download_url":"https://codeload.github.com/twitter/iago2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/twitter%2Fiago2/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264504616,"owners_count":23618831,"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-07-09T22:43:20.838Z","updated_at":"2025-07-09T22:43:21.552Z","avatar_url":"https://github.com/twitter.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca name=\"Top\"\u003e\u003c/a\u003e\n\n# Iago, A Load Generator\n[![Build Status](https://travis-ci.com/twitter/iago2.svg?branch=master)](http://travis-ci.com/twitter/iago2)\n\n## Documentation\n\n* \u003ca href=\"https://github.com/twitter/iago2/blob/master/docs/quick_start.rst\"\u003eGetting Started\u003c/a\u003e\n* \u003ca href=\"https://github.com/twitter/iago2/blob/master/docs/overview.rst\"\u003eOverview\u003c/a\u003e\n* \u003ca href=\"https://github.com/twitter/iago2/blob/master/docs/architecture.rst\"\u003eArchitecture\u003c/a\u003e\n* \u003ca href=\"https://github.com/twitter/iago2/blob/master/docs/implementing_tests.rst\"\u003eImplementing Your Test\u003c/a\u003e\n* \u003ca href=\"https://github.com/twitter/iago2/blob/master/docs/configuring_tests.rst\"\u003eConfiguring and Launching Your Test\u003c/a\u003e\n* \u003ca href=\"https://github.com/twitter/iago2/blob/master/docs/weighted_requests.rst\"\u003eWeighted Requests\u003c/a\u003e\n* \u003ca href=\"https://github.com/twitter/iago2/blob/master/docs/metrics.rst\"\u003eMetrics\u003c/a\u003e\n* \u003ca href=\"https://github.com/twitter/iago2/blob/master/docs/tracing.rst\"\u003eTracing\u003c/a\u003e\n* \u003ca href=\"https://github.com/twitter/iago2/blob/master/docs/using_iago_library.rst\"\u003eUsing Iago2 as a Library\u003c/a\u003e\n* \u003ca href=\"https://github.com/twitter/iago2/blob/master/docs/migration.rst\"\u003eIago to Iago2 Migration Guide\u003c/a\u003e\n* \u003ca href=\"https://github.com/twitter/iago2/blob/master/docs/contributing.rst\"\u003eContributing to Iago2\u003c/a\u003e\n* \u003ca href=\"https://github.com/twitter/iago2/blob/master/docs/faq.rst\"\u003eFAQ\u003c/a\u003e\n\n## Reporting Issues\n\n* Sensitive security issues: please submit your report to \u003ca href=\"https://hackerone.com/twitter\"\u003eTwitter HackerOne\u003c/a\u003e\n* Non-security issues: please open an issue via \u003ca href=\"https://github.com/twitter/iago2/issues\"\u003egithub\u003c/a\u003e\n\n## Contributing to Iago2\n\nIago2 is open source, hosted on Github \u003ca href=\"https://github.com/twitter/iago2\"\u003ehere\u003c/a\u003e.\nIf you have a contribution to make, please fork the repo and submit a pull request.\nAnd please check out our Code of Conduct \u003ca href=\"https://github.com/twitter/code-of-conduct/blob/master/code-of-conduct.md\"\u003ehere\u003c/a\u003e.\n\n## License\n\nIago2 is under \u003ca href=\"https://github.com/twitter/iago2/blob/master/LICENSE\"\u003eApache License 2.0\u003c/a\u003e\n\n## ChangeLog\n\n2018-09-18\n\n* fixed an issue that local iago server fails to start sometimes\n* fixed flaky unit tests\n* updated README.md and travis-ci config\n\n2018-07-23\n\n* removed RecordProcessor.processLines\n\n2018-07-06\n\n* replaced remaining com.twitter.logging.Logging with com.twitter.server.logging.Logging\n* modified the types of feederRamInBytes, feederDiskInBytes, serverRamInBytes and serverDiskInBytes to \"Long\" in iago launcher AuroraMode\n* properly close file source in com.twitter.iago.feeder.LogSourceImpl (default LogSource implementation)\n* added documentation table of contents and license link in README.md for easier access\n\n2018-05-31\n\n* removed Kestrel transport\n* removed dependency com.twitter.util-logging\n* added an example of aurora mode launching script\n* updated the documentation\n\n2018-04-10\n\n* initial iago2 source code import\n\n[Top](#Top)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwitter%2Fiago2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftwitter%2Fiago2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftwitter%2Fiago2/lists"}