{"id":19806070,"url":"https://github.com/raitraidma/profiling","last_synced_at":"2026-06-30T07:31:16.582Z","repository":{"id":95020528,"uuid":"190642192","full_name":"raitraidma/profiling","owner":"raitraidma","description":"Profiling in Java with JProfiler","archived":false,"fork":false,"pushed_at":"2019-10-30T22:01:05.000Z","size":1080,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T17:54:44.527Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/raitraidma.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}},"created_at":"2019-06-06T20:02:08.000Z","updated_at":"2019-10-30T22:01:07.000Z","dependencies_parsed_at":"2023-06-11T16:45:48.333Z","dependency_job_id":null,"html_url":"https://github.com/raitraidma/profiling","commit_stats":{"total_commits":3,"total_committers":2,"mean_commits":1.5,"dds":"0.33333333333333337","last_synced_commit":"9033de677b6e65f6dab8268d75d3835194a2c7d1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/raitraidma/profiling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raitraidma%2Fprofiling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raitraidma%2Fprofiling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raitraidma%2Fprofiling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raitraidma%2Fprofiling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raitraidma","download_url":"https://codeload.github.com/raitraidma/profiling/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raitraidma%2Fprofiling/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34957626,"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-30T02:00:05.919Z","response_time":92,"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":[],"created_at":"2024-11-12T09:06:21.588Z","updated_at":"2026-06-30T07:31:16.561Z","avatar_url":"https://github.com/raitraidma.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Java profiling demo project\n\n## About\n\n- Presentation is in `presentation` folder.\n  - It also contains `solutions.md` with fixes for demo project. **Do not peek in there before you have finished.**\n- If you get stuck with fixing (not finding) problems, then there are some hints in `hints.md` file.\n- `presentation` package contains examples for presentation.\n- `lab` package contains code for hands-on lab.\n- `lab` contains embedded PostgreSQL that will be downloaded when starting the project.\n\n\n## Prerequisites\n\n- Java 8\n- Maven 3.6\n- IntelliJ IDEA\n- JProfiler 11\n\nIf you do not have IDE then you can:\n- Open JProfiler\n- `Start Center` \u003e `New Session` \u003e `New Session`\n  - Session type: `Launch`\n  - Main class or executable JAR: `target/profiling-1.0.jar`\n  - From `Java File Path` select `Source path` and select `src/main/java`\n- In `Call tree filters` add package `lab`\n\n## Statistics of demo data\n\n```sql\nselect count(1) from author; -- 10\nselect count(1) from post; -- 1000\nselect count(1) from comment; -- 1 000 000\n```\n\n## Embedded PostgreSQL\n- Host: 127.0.0.1\n- Port: 15432\n- Username: postgres\n- Password: postgres\n\n# Help\n\n- If Embedded PostgreSQL is not shut down, then find process id (PID)\n  with `netstat -tulp | grep 15432` and kill it with `kill -9 \u003cpid\u003e`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraitraidma%2Fprofiling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraitraidma%2Fprofiling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraitraidma%2Fprofiling/lists"}