{"id":25776276,"url":"https://github.com/intuit/Tank","last_synced_at":"2025-02-27T06:05:56.500Z","repository":{"id":28966561,"uuid":"32492849","full_name":"intuit/Tank","owner":"intuit","description":"Tank is a downloadable application that can be used to load test websites","archived":false,"fork":false,"pushed_at":"2024-04-12T21:45:35.000Z","size":49568,"stargazers_count":81,"open_issues_count":9,"forks_count":60,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-04-14T10:15:46.699Z","etag":null,"topics":["hacktoberfest","java","performance-testing"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/intuit.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","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}},"created_at":"2015-03-19T00:56:12.000Z","updated_at":"2024-04-17T19:51:42.373Z","dependencies_parsed_at":"2023-12-20T11:17:01.142Z","dependency_job_id":"45186e59-0953-48a6-995d-cbed279a4814","html_url":"https://github.com/intuit/Tank","commit_stats":{"total_commits":432,"total_committers":28,"mean_commits":"15.428571428571429","dds":"0.44212962962962965","last_synced_commit":"700ca1581b4c42cbcd432e55506b39e28d0a30d4"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intuit%2FTank","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intuit%2FTank/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intuit%2FTank/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intuit%2FTank/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intuit","download_url":"https://codeload.github.com/intuit/Tank/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240987435,"owners_count":19889333,"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":["hacktoberfest","java","performance-testing"],"created_at":"2025-02-27T06:01:20.649Z","updated_at":"2025-02-27T06:05:56.495Z","avatar_url":"https://github.com/intuit.png","language":"Java","readme":"![](https://raw.githubusercontent.com/intuit/tank/master/assets/TankLogo.gif)\n\n[![Build Status](https://api.travis-ci.com/intuit/Tank.svg?branch=master)](https://app.travis-ci.com/intuit/Tank)\n![Build Status](https://codebuild.us-east-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiT1Nuc1prblk5Y0E3a05mRjF0QUtBblI0Rk1zTjZyZi9NMWNCaFg4cGlzL1dFN0xVMHgzcGt1ZCtBdFZjNWpMRkhXbGN2T1ZKSmpZbGQ3YjhyaWkzdkJBPSIsIml2UGFyYW1ldGVyU3BlYyI6IlpGbU5vTHM2cHQrbUowOVkiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D\u0026branch=master)\n[![GitHub release](https://img.shields.io/github/release/intuit/tank.svg)](https://github.com/intuit/Tank/releases)\n[![java](https://img.shields.io/badge/java-17%20%7C%2021-blue.svg)](https://aws.amazon.com/corretto/)\n[![tomcat](https://img.shields.io/badge/tomcat-10.1%20%7C%2011.0-blue.svg)](http://tomcat.apache.org/)\n# Intuit Tank\n\nIntuit Tank is a load test platform that runs in a cloud environment. It currently supports Amazon web interfaces and utilizes services from EC2, S3, CloudWatch (Logs/Metrics).\n\nIntuit Tank has two main components: A controller and agents.\n\nThe Controller is the central hub in the deployment. It supports the GUI for managing tests and for orchestrating. It utilizes Apache Tomcat for a web container and communicates with the agents via http. \nIt exposes a RESTful interface for invoking services. Data is stored in a MySql database, on the file system, and reporting metrics can be stored in CloudWatch Metrics, S3, DynamoDB or Wavefront.\n\nAgents are instantiated on demand and exist for the duration of a test. They communicate with the controller via RESTful interfaces.\n\n## Documentation\nYou can find all the Documentation for Tank at [Tank Documentation](https://intuit.github.io/Tank/) \n\n## Building Intuit Tank\nIntuit Tank uses Maven and should be able to be built using public repositories. \nYou may need to increase the default memory settings for maven to build. e.g. export MAVEN_OPTS=\"-Xmx1g\"\n\nThere are several profiles (for the initial build you should build the release profile so that the installation guide is built. e.g. mvn clean install -P release)\n* default -- builds source but does not build the docs or package tools.\n* release -- default plus docs and all tools and signs them using a self signed certificate.\n* coverage -- runs jacoco code coverage.\n* static-analysis -- runs checkstyle and findbugs.\n\n\nThere are several artifacts that are important.\n* web/web_ui/target/tank.war -- the main deployment file. Intended for deployment to a tomcat web server.\n* agent/agentManager_pkg/target/agent-startup-pkg.zip -- the agent app that gets started when the agent starts and manages communicating with the tank controller and coordinating the tests.\n* tools/agent_debugger_pkg/target/Tank-Debugger-all.jar -- the visual debugger jar. can be launched to debug scripts or projects.\n* tools/script_filter_pkg/target/Tank-Script-Runner-all.jar -- the visual script filter tool for writing scripts to filter or manipulate scripts on import.\n* proxy-parent/proxy_pkg/target/Tank-Proxy-pkg.jar -- the proxy recording tool. A Tool to record scripts using your browser. \n\n## Quickstart\nThere is a shell script to install and configure a standalone controller and agent and configured with a java database for \nMac and Linux. Windows users should install some POSIX tooling such as [Babun](http://babun.github.io) or [Cygwin](https://www.cygwin.com). \nIt can be downloaded from our [public site](http://tank-public.s3-website-us-east-1.amazonaws.com/all-in-one.sh) or \nin the root of the distribution. You can use this version for small tests to try out the tools but should not use \nit for large scale or production testing.\n\n## Guides\nInstallation guide and User guide can be found in the docs folder and are built with the source. and can also be found on our [wiki](https://github.com/intuit/Tank/wiki).\n\n## Issues \u0026 Contributions\nPlease [open an issue here on GitHub](https://github.com/intuit/tank/issues/new) if you have a problem, suggestion, or other comment.\n\nPull requests are welcome and encouraged! There are eclipse code format templates in the dev_environment folder. \nAny contributions should include new or updated unit tests as necessary to maintain thorough test coverage.\n\n## License\nTank is provided under the [Eclipse Public License - Version 1.0](http://www.eclipse.org/legal/epl-v10.html)\n\n## FAQ\nPlease see our [FAQ on our wiki](https://github.com/intuit/Tank/wiki/FAQ).\n","funding_links":[],"categories":["测试"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintuit%2FTank","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintuit%2FTank","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintuit%2FTank/lists"}