{"id":44187038,"url":"https://github.com/basilevs/jstackfilter","last_synced_at":"2026-02-09T16:15:08.979Z","repository":{"id":141998881,"uuid":"424692511","full_name":"basilevs/jstackfilter","owner":"basilevs","description":"Experimental tool for analyzing jstack output","archived":false,"fork":false,"pushed_at":"2025-10-19T14:06:54.000Z","size":653,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-19T22:41:39.883Z","etag":null,"topics":["jstack"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/basilevs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-11-04T18:04:42.000Z","updated_at":"2025-10-19T14:06:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"2a92a8b0-8535-4f55-8a80-64ccdb17e66a","html_url":"https://github.com/basilevs/jstackfilter","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/basilevs/jstackfilter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilevs%2Fjstackfilter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilevs%2Fjstackfilter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilevs%2Fjstackfilter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilevs%2Fjstackfilter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basilevs","download_url":"https://codeload.github.com/basilevs/jstackfilter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basilevs%2Fjstackfilter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29272079,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T13:47:44.167Z","status":"ssl_error","status_checked_at":"2026-02-09T13:47:43.721Z","response_time":56,"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":["jstack"],"created_at":"2026-02-09T16:15:06.932Z","updated_at":"2026-02-09T16:15:08.974Z","avatar_url":"https://github.com/basilevs.png","language":"Java","readme":"# Overview\n`jstack` is a program bundled with JDK that allows capturing stacktraces of all threads in a running JVM. It is essential in debugging poor performance and deadlocks especially outside of a full development environment. Modern Java applications abuse threads, making the full dump of Jstack bloated and noisy. Significant time should be spent to find needed threads among everpresent pools and mundane background tasks.\nJstackfilter aims to drastically reduce noise in Jstack output by filtering out trivial threads and eliminating stacktrace duplicates to allow a user to focus on unusual, meaningful threads to hopefully isolate the problem quicker.\n\n# [Standalone application](https://github.com/basilevs/jstackfilter/tree/master/ui)\nA basic Swing graphical interface. Inspect running JVMs, jstack dumps from clipboard or files.\n\n\n# [Eclipse plugin](https://github.com/basilevs/jstackfilter/tree/master/eclipse)\nFilters Debug view of Eclipse JDT.\n\n# [Command line](https://github.com/basilevs/jstackfilter/tree/master/core/core)\nUse in scripts, or integrate in non-Java programs.\n\n# [Library](https://github.com/basilevs/jstackfilter/tree/master/core/core)\nA JAR file to use in a Java program.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasilevs%2Fjstackfilter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasilevs%2Fjstackfilter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasilevs%2Fjstackfilter/lists"}