{"id":19219499,"url":"https://github.com/jvmbytes/agent","last_synced_at":"2025-08-09T08:22:51.090Z","repository":{"id":57725730,"uuid":"200054160","full_name":"jvmbytes/agent","owner":"jvmbytes","description":"agent to export Instrumentation","archived":false,"fork":false,"pushed_at":"2020-06-02T01:14:44.000Z","size":21,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-13T00:48:48.552Z","etag":null,"topics":["instrumentation","java","javaagent"],"latest_commit_sha":null,"homepage":"","language":"Java","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/jvmbytes.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}},"created_at":"2019-08-01T13:17:23.000Z","updated_at":"2023-03-02T06:17:26.000Z","dependencies_parsed_at":"2022-09-02T03:41:14.040Z","dependency_job_id":null,"html_url":"https://github.com/jvmbytes/agent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvmbytes%2Fagent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvmbytes%2Fagent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvmbytes%2Fagent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jvmbytes%2Fagent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jvmbytes","download_url":"https://codeload.github.com/jvmbytes/agent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253850882,"owners_count":21973672,"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":["instrumentation","java","javaagent"],"created_at":"2024-11-09T14:31:42.987Z","updated_at":"2025-05-13T00:48:53.419Z","avatar_url":"https://github.com/jvmbytes.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"**jvmbytes inst agent** allows you to config once and use **Instrumentation** for multiple times and in multiple libraries.\n\n**jvmbytes inst agent** export the **Instrumentation** instance to multiple bytes libraries，\nwhich can be included in application classpath and loaded by **AppClassloader**, \nso that it's not need to update java command config, \nand which is always hard to change in production environment. \n\n## usage\n\n1. add `inst-loader` dependency in pom.xml:\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.jvmbytes.agent\u003c/groupId\u003e\n    \u003cartifactId\u003einst-loader\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.1\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n2. load **Instrumentation** instance through `com.jvmbytes.agent.inst.InstLoader.loadInst()`.\n\n3. download inst-agent-1.0.1.jar\n```shell script\nwget https://search.maven.org/remotecontent?filepath=com/jvmbytes/agent/inst-agent/1.0.1/inst-agent-1.0.1.jar\n```\n\n4. add `-javaagent:inst-agent-1.0.1.jar` for java process\n```shell script\njava -javaagent:inst-agent-1.0.1.jar -jar app.jar\n```\n\n\u003e see [demo](inst-demo/README.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvmbytes%2Fagent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjvmbytes%2Fagent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjvmbytes%2Fagent/lists"}