{"id":46385991,"url":"https://github.com/perforge/perforge","last_synced_at":"2026-04-06T11:01:10.132Z","repository":{"id":197266470,"uuid":"697869316","full_name":"PerForge/PerForge","owner":"PerForge","description":"PerForge is the ultimate tool for automating performance testing and report generation. PerForge makes your life easier by seamlessly integrating data collection, analysis, and reporting in one place.","archived":false,"fork":false,"pushed_at":"2026-03-22T13:07:13.000Z","size":16950,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-23T04:44:59.069Z","etag":null,"topics":["monitoring","perforge","performance","performance-analysis","performance-metrics","performance-monitoring","performance-testing","performance-visualization","reporting","web","webperf"],"latest_commit_sha":null,"homepage":"https://perforge.app","language":"Python","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/PerForge.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-09-28T16:29:52.000Z","updated_at":"2026-03-22T13:07:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"061025fe-b377-4975-b6a3-3b86c6accc6f","html_url":"https://github.com/PerForge/PerForge","commit_stats":null,"previous_names":["perforge/perforge"],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/PerForge/PerForge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerForge%2FPerForge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerForge%2FPerForge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerForge%2FPerForge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerForge%2FPerForge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PerForge","download_url":"https://codeload.github.com/PerForge/PerForge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PerForge%2FPerForge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31469743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"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":["monitoring","perforge","performance","performance-analysis","performance-metrics","performance-monitoring","performance-testing","performance-visualization","reporting","web","webperf"],"created_at":"2026-03-05T07:32:02.388Z","updated_at":"2026-04-06T11:01:10.124Z","avatar_url":"https://github.com/PerForge.png","language":"Python","readme":"# PerForge\n\nWelcome to PerForge, the ultimate tool for automating performance testing and report generation. PerForge makes your life easier by seamlessly integrating data collection, analysis, and reporting in one place.\n\n## What is PerForge?\n\nPerForge is a tool designed to automate performance testing reporting tasks. It works effortlessly with InfluxDB and Grafana to gather metrics, generate graphs, and compile insightful reports. Additionally, it leverages AI for deeper performance analysis.\n\n## Why use PerForge?\n\nManual performance test reporting is time-consuming. PerForge automates these processes, allowing you to:\n\n- ⏱ **Save time:** Reduce manual tasks and speed up your workflow.\n- 🤖 **Gain insights:** Utilize AI for comprehensive performance analysis.\n- 📋 **Generate detailed reports:** Produce reports in multiple formats like Mail, PDF, Atlassian Confluence, Jira, and Azure Wiki.\n\n## Key Features\n\n- **Automated data collection \u0026 integration:** Connects with InfluxDB and Grafana, and supports JMeter data.\n- **Project \u0026 secret management:** Manage multiple projects and centralized secrets with controlled access.\n- **Seamless integration setup:** Easy configuration for InfluxDB, Grafana, and AI services (Gemini, OpenAI, Azure OpenAI).\n- **Flexible report generation:** Generate reports in various formats with AI-driven insights and customizable prompts.\n- **Automated NFR comparison:** Compare test results against predefined Non-Functional Requirements (NFRs) and calculate APDEX values.\n- **UI interface \u0026 API:** Intuitive interface for easy report generation and API support for CI integration.\n\n## Tech Stack\n\n- **Backend:** Python, Flask, SQLAlchemy\n- **Database:** InfluxDB, PostgreSQL (via psycopg2)\n- **Frontend:** Jinja2\n- **AI:** LangChain, Google Gemini, OpenAI\n- **Containerization:** Docker\n- **Monitoring:** Grafana\n\n## Getting Started\n\n### Prerequisites\n\n- Docker and Docker Compose installed on your machine.\n\n### Installation\n\n1.  **Clone the repository:**\n    ```sh\n    git clone https://github.com/your-username/PerForge.git\n    cd PerForge\n    ```\n\n2.  **Run the application:**\n\n    You can run the entire stack (PerForge, Grafana, InfluxDB) or just the services you need.\n\n    - To run the complete stack:\n      ```sh\n      docker-compose up -d\n      ```\n    - To run only PerForge:\n      ```sh\n      docker-compose up -d perforge\n      ```\n\n3.  **Access the application:**\n\n    The services will be available on the following ports:\n    - **PerForge UI:** 7878\n    - **Grafana:** 3000\n    - **InfluxDB:** 8086\n\n## Usage\n\nOnce the application is running, you can start by:\n\n1.  Creating a new project.\n2.  Configuring your InfluxDB and Grafana connections.\n3.  Setting up your AI service provider.\n4.  Generating your first performance report.\n\nFor more detailed instructions, check out our official documentation: [Perforge docs](https://perforge.app/docs/installation/docker).\n\n## Contributing\n\nContributions are welcome! Please feel free to open an issue or submit a pull request.\n\n## License\n\nThis project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperforge%2Fperforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperforge%2Fperforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperforge%2Fperforge/lists"}