{"id":23814070,"url":"https://github.com/notjustanna/processmonitor","last_synced_at":"2026-05-02T20:30:16.514Z","repository":{"id":103408868,"uuid":"202944808","full_name":"NotJustAnna/processmonitor","owner":"NotJustAnna","description":"Java Process Monitoring, which leverages JMX beans to monitor it.","archived":false,"fork":false,"pushed_at":"2023-07-27T00:47:09.000Z","size":66,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T03:46:16.639Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/NotJustAnna.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}},"created_at":"2019-08-18T00:51:06.000Z","updated_at":"2023-07-27T00:47:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"1755fabd-8709-4ac4-abbf-7704288971ce","html_url":"https://github.com/NotJustAnna/processmonitor","commit_stats":null,"previous_names":["notjustanna/processmonitor","annathelibri/processmonitor"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotJustAnna%2Fprocessmonitor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotJustAnna%2Fprocessmonitor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotJustAnna%2Fprocessmonitor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotJustAnna%2Fprocessmonitor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotJustAnna","download_url":"https://codeload.github.com/NotJustAnna/processmonitor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240079637,"owners_count":19744725,"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":[],"created_at":"2025-01-02T03:46:22.239Z","updated_at":"2026-05-02T20:30:16.370Z","avatar_url":"https://github.com/NotJustAnna.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Process Monitor\n\nJava Process Monitoring, which leverages JMX beans to monitor it.\n\nLicensed under the [MIT License](https://github.com/notjustanna/processmonitor/blob/master/LICENSE).\n\n### Installation\n\n![Latest Version](https://api.bintray.com/packages/notjustanna/maven/processmonitor/images/download.svg)\n\nUsing in Gradle:\n\n```gradle\nrepositories {\n  jcenter()\n}\n\ndependencies {\n  compile 'net.notjustanna.libs:processmonitor:LATEST' // replace LATEST with the version above\n}\n```\n\nUsing in Maven:\n\n```xml\n\u003crepositories\u003e\n  \u003crepository\u003e\n    \u003cid\u003ecentral\u003c/id\u003e\n    \u003cname\u003ebintray\u003c/name\u003e\n    \u003curl\u003ehttp://jcenter.bintray.com\u003c/url\u003e\n  \u003c/repository\u003e\n\u003c/repositories\u003e\n\n\u003cdependencies\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003enet.notjustanna.libs\u003c/groupId\u003e\n    \u003cartifactId\u003eprocessmonitor\u003c/artifactId\u003e\n    \u003cversion\u003eLATEST\u003c/version\u003e \u003c!-- replace LATEST with the version above --\u003e\n  \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n### Usage\n\n```java\nProcessMonitor monitor = new ProcessMonitor();\n\n// taking snapshots manually\nmonitor.takeSnapshot();\n\n// receiving a async stream of snapshots\nmonitor.snapshotStream(\n    Executors.newSingleThreadScheduledExecutor(),\n    1L, TimeUnit.SECONDS,\n    snapshot -\u003e System.out.println(snapshot)\n);\n```\n\n### Support\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotjustanna%2Fprocessmonitor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotjustanna%2Fprocessmonitor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotjustanna%2Fprocessmonitor/lists"}