{"id":29820701,"url":"https://github.com/smart-test-ti/webmeter","last_synced_at":"2026-01-17T08:43:10.769Z","repository":{"id":185753844,"uuid":"672737422","full_name":"smart-test-ti/webmeter","owner":"smart-test-ti","description":"A web api-performance tool based on jmeter.（WEB版的JMeter）","archived":false,"fork":false,"pushed_at":"2023-11-20T08:14:03.000Z","size":70494,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T17:54:28.635Z","etag":null,"topics":["api-performance","api-performance-testing","fastapi","jmeter","vue3"],"latest_commit_sha":null,"homepage":"https://smart-test-ti.github.io/webmeter/plan","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smart-test-ti.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}},"created_at":"2023-07-31T03:49:15.000Z","updated_at":"2025-07-16T01:19:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"71886b13-c2e8-4ac1-a685-367cbea458f8","html_url":"https://github.com/smart-test-ti/webmeter","commit_stats":null,"previous_names":["rafa0128/webmeter","smart-test-ti/webmeter"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/smart-test-ti/webmeter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smart-test-ti%2Fwebmeter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smart-test-ti%2Fwebmeter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smart-test-ti%2Fwebmeter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smart-test-ti%2Fwebmeter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smart-test-ti","download_url":"https://codeload.github.com/smart-test-ti/webmeter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smart-test-ti%2Fwebmeter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28504412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T06:57:29.758Z","status":"ssl_error","status_checked_at":"2026-01-17T06:56:03.931Z","response_time":85,"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":["api-performance","api-performance-testing","fastapi","jmeter","vue3"],"created_at":"2025-07-28T23:01:36.537Z","updated_at":"2026-01-17T08:43:10.764Z","avatar_url":"https://github.com/smart-test-ti.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca\u003eEnglish\u003c/a\u003e | \u003ca href=\"./README.zh.md\"\u003e中文\u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"#\"\u003e\n\u003cimg src=\"https://github.com/smart-test-ti/webmeter/blob/main/webmeter/static/image/logo.png?raw=true\" alt=\"Webmeter\" width=\"90\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://pypi.org/project/webmeter/\" target=\"__blank\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/webmeter\" alt=\"webmeter preview\"\u003e\u003c/a\u003e\n\u003ca href=\"https://pepy.tech/project/webmeter\" target=\"__blank\"\u003e\u003cimg src=\"https://static.pepy.tech/personalized-badge/webmeter?period=total\u0026units=international_system\u0026left_color=grey\u0026right_color=orange\u0026left_text=downloads\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## WebMeter\n\nAn Open Source Web API-Performance tool based on JMeter.\n\n## Requirements\n\n- Install python 3.10+ [**Download**](https://www.python.org/downloads/)\n- Install java 1.8+ [**Download**](https://www.java.com/)\n\n## Installation\n\n### default\n\n```shell\npip install -U webmeter\n```\n\n### mirrors\n\n```shell\npip install -i  https://mirrors.ustc.edu.cn/pypi/web/simple -U webmeter\n```\n\n## Quickstart\n\n### default\n\n```shell\npython -m webmeter\n```\n\n### customize\n\n```shell\npython -m webmeter --host={ip} --port={port}\n```\n\n## Develop\n\n* https://fastapi.tiangolo.com/\n* https://cn.vuejs.org/\n* https://element-plus.org/\n* https://github.com/tabler/tabler\n* https://jmeter.apache.org/\n\n### debug\n\n* remove [webmeter] moudle from all python file\n\n```python\nexample\nfrom webmeter.public.plan import TestPlan  \nchange to \nfrom public.plan import TestPlan\n```\n\n* run debug.py\n\n```shell\ncd webmeter\npython debug.py\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmart-test-ti%2Fwebmeter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmart-test-ti%2Fwebmeter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmart-test-ti%2Fwebmeter/lists"}