{"id":21421544,"url":"https://github.com/rahmabintangpratama/loadtestingapp","last_synced_at":"2026-04-20T10:33:16.636Z","repository":{"id":209750153,"uuid":"724858058","full_name":"rahmabintangpratama/LoadTestingApp","owner":"rahmabintangpratama","description":null,"archived":false,"fork":false,"pushed_at":"2024-01-15T03:07:34.000Z","size":737,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T14:44:35.799Z","etag":null,"topics":["csharp","dotnet","load-test","load-testing","response-time","web-performance","web-testing","winforms"],"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/rahmabintangpratama.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}},"created_at":"2023-11-28T23:46:51.000Z","updated_at":"2023-12-29T15:32:14.000Z","dependencies_parsed_at":"2023-12-14T09:29:47.666Z","dependency_job_id":"55db1b44-fe7d-4b00-ab38-55eb971edbba","html_url":"https://github.com/rahmabintangpratama/LoadTestingApp","commit_stats":null,"previous_names":["rahmabintangpratama/loadtestingapp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rahmabintangpratama/LoadTestingApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahmabintangpratama%2FLoadTestingApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahmabintangpratama%2FLoadTestingApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahmabintangpratama%2FLoadTestingApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahmabintangpratama%2FLoadTestingApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahmabintangpratama","download_url":"https://codeload.github.com/rahmabintangpratama/LoadTestingApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahmabintangpratama%2FLoadTestingApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32043066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["csharp","dotnet","load-test","load-testing","response-time","web-performance","web-testing","winforms"],"created_at":"2024-11-22T20:35:57.002Z","updated_at":"2026-04-20T10:33:16.607Z","avatar_url":"https://github.com/rahmabintangpratama.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Load Testing Application\n\n## Overview\n\nThe Load Testing Application is a tool designed for evaluating the performance of a web server by simulating multiple user requests. This application provides real-time monitoring of CPU and RAM of the computer usage during the load test and offers insightful metrics such as response time, success rate, and failure rate.\n\n## Features\n\n- **Easy Configuration:**\n  - Enter the target URL, set the number of requests, and specify the timeout value effortlessly through a user-friendly interface.\n\n- **Real-time Resource Monitoring:**\n  - Monitor the CPU and RAM of the computer usage in real-time during the load test to identify potential resource bottlenecks.\n\n- **Detailed Results:**\n  - View detailed results for each request, including HTTP status code, reason phrase, response time, and round number.\n\n- **Automatic Evaluation:**\n  - The application automatically evaluates the load test results, providing average response time, total requests, successful requests, and failed requests after each round.\n\n- **Exportable Results:**\n  - Export the load test results to a CSV file for further analysis and reporting.\n\n## Getting Started\n\n### Prerequisites\n\n- [.NET Framework](https://dotnet.microsoft.com/download/dotnet-framework) installed on your machine.\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/rahmabintangpratama/LoadTestingApp.git\n2. Open the project in Visual Studio or your preferred C# development environment.\n3. Build and run the application.\n\n## Usage\n1. Enter Target URL:\n   - In the application, enter the target URL in the designated text box.\n\n2. Enter Number of Requests:\n   - Enter the number of request in the designated text box to set the desired number of requests.\n\n3. Enter Timeout Value:\n   - Enter the timeout value in the designated text box to set the maximum time allowed for each request.\n\n4. Start Load Test:\n   - Click the 'Start' button to initiate the load test.\n\n5. Monitor Resource Usage:\n   - Real-time CPU and RAM of the computer usage during the test will be displayed in the output area.\n\n6. View Results:\n   - After the test, the application will display:\n   - Computer's CPU Usage (in percentage).\n   - Computer's RAM Usage (in megabytes).\n   - Detailed results for each request, including:\n     - Request Number.\n     - HTTP Status Code.\n     - Reason Phrase.\n     - Response Time (in milliseconds).\n     - Round Number.\n\n7. Export Results:\n   - Optionally, export the load test results to a CSV file using the 'Export' button.\n\n8. Clear Results:\n   - Click the 'Clear' button to clear the output area and reset the test.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahmabintangpratama%2Floadtestingapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahmabintangpratama%2Floadtestingapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahmabintangpratama%2Floadtestingapp/lists"}