{"id":20483592,"url":"https://github.com/cbuschka/jmxtool","last_synced_at":"2026-06-01T04:31:46.637Z","repository":{"id":95275784,"uuid":"204037713","full_name":"cbuschka/jmxtool","owner":"cbuschka","description":"jmxtool - Command line tool to easily access jmx information","archived":false,"fork":false,"pushed_at":"2022-09-21T07:20:46.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-05T16:17:03.970Z","etag":null,"topics":["command-line-tool","java","java8","jmx"],"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/cbuschka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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":"2019-08-23T16:54:58.000Z","updated_at":"2021-10-16T09:06:35.000Z","dependencies_parsed_at":"2023-04-13T00:02:02.836Z","dependency_job_id":null,"html_url":"https://github.com/cbuschka/jmxtool","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/cbuschka/jmxtool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbuschka%2Fjmxtool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbuschka%2Fjmxtool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbuschka%2Fjmxtool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbuschka%2Fjmxtool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbuschka","download_url":"https://codeload.github.com/cbuschka/jmxtool/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbuschka%2Fjmxtool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33760645,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"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":["command-line-tool","java","java8","jmx"],"created_at":"2024-11-15T16:18:04.453Z","updated_at":"2026-06-01T04:31:46.606Z","avatar_url":"https://github.com/cbuschka.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jmxtool - Command line tool to easily access jmx information\n\n## Prerequisites\n\n* bash for installation and start script\n* curl for installation\n* Java 8 installed\n\n## Installation\n\n```bash\ncurl -sL https://raw.githubusercontent.com/cbuschka/jmxtool/main/install.sh -o - | bash\n```\n\n## Usage\n\n### Get an MBean attribute\n```bash\njmxtool.sh getAttribute \\\n\t--user=me --password=secret \\\n\t--serviceUrl=service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi \\\n\t--objectName=Catalina:type=Manager,context=/,host=localhost \\\n\t--attributeName=activeSessions\n```\n\n### Get command list\n```bash\njmxtool.sh help\n```\n\n## Config, user/password, default values\nAny option can be added to ${HOME}/.jmxtool.properties so its value will be applied as a default for this option.\n\nExample:\n```\nuser=admin\npassword=secret\nserviceUrl=service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi\n```\n\n## Author\nWritten 2019 by [Cornelius Buschka](https://github.com/cbuschka).\n\n## License\n[Apache License, Version 2.0](./license.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbuschka%2Fjmxtool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbuschka%2Fjmxtool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbuschka%2Fjmxtool/lists"}