{"id":17272596,"url":"https://github.com/rubyist/msdumper","last_synced_at":"2025-10-24T10:42:14.343Z","repository":{"id":25552812,"uuid":"28985857","full_name":"rubyist/msdumper","owner":"rubyist","description":"Dump and graph MemStats for your Go program","archived":false,"fork":false,"pushed_at":"2015-01-08T20:59:49.000Z","size":100,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-04T00:06:06.691Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/rubyist.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":"2015-01-08T20:59:39.000Z","updated_at":"2019-06-18T22:52:05.000Z","dependencies_parsed_at":"2022-08-24T06:50:58.517Z","dependency_job_id":null,"html_url":"https://github.com/rubyist/msdumper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rubyist/msdumper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyist%2Fmsdumper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyist%2Fmsdumper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyist%2Fmsdumper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyist%2Fmsdumper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rubyist","download_url":"https://codeload.github.com/rubyist/msdumper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rubyist%2Fmsdumper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280783847,"owners_count":26390277,"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","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"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-10-15T08:49:00.517Z","updated_at":"2025-10-24T10:42:14.310Z","avatar_url":"https://github.com/rubyist.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## msdumper\n\nmsdumper just periodically dumps `runtime.MemStats` to a file.\n\n`go get github.com/rubyist/msdumper`\n\n```go\nimport \"github.com/rubyist/msdumper\"\n\nif err := msdumper.Start(\"memstats.dat\", time.Second); err != nil {\n  log.Fatal(err)\n}\n\n// Some time later, if you like ...\n\nmsdumper.Stop()\n```\n\n## msgraph\n\nmsgraph will use gnuplot to generate a graph from the data file.\n\n`go install github.com/rubyist/msdumper/msgraph`\n\n```\n$ msgraph memstats.dat\n```\n\nThis will output `graph.png` by default.\n\n![graph](https://cloud.githubusercontent.com/assets/143/5670568/211ad202-974f-11e4-9c47-0920ab33c42f.png)\n\nYou can specify an output file and graph title:\n\n```\n$ msgraph -h\nUsage of msgraph:\n  -o=\"graph.png\": output file\n  -t=\"MemStats\": graph titlep\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyist%2Fmsdumper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frubyist%2Fmsdumper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frubyist%2Fmsdumper/lists"}