{"id":23097079,"url":"https://github.com/alexcoder04/meme","last_synced_at":"2026-05-01T13:32:34.162Z","repository":{"id":61629346,"uuid":"552893479","full_name":"alexcoder04/meme","owner":"alexcoder04","description":"Get memory usage information in Go","archived":false,"fork":false,"pushed_at":"2025-04-02T21:03:21.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T22:19:53.987Z","etag":null,"topics":["go","go-library","golang","library","linux","meminfo","memory","memory-management","memory-stats","memory-usage"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexcoder04.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":"2022-10-17T11:49:57.000Z","updated_at":"2025-04-02T21:03:24.000Z","dependencies_parsed_at":"2022-10-18T18:00:31.747Z","dependency_job_id":null,"html_url":"https://github.com/alexcoder04/meme","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alexcoder04/meme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fmeme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fmeme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fmeme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fmeme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexcoder04","download_url":"https://codeload.github.com/alexcoder04/meme/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexcoder04%2Fmeme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32499681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["go","go-library","golang","library","linux","meminfo","memory","memory-management","memory-stats","memory-usage"],"created_at":"2024-12-16T22:50:59.441Z","updated_at":"2026-05-01T13:32:34.137Z","avatar_url":"https://github.com/alexcoder04.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# meme\n\nGet memory usage information in Go. This library obtains and parses memory data from `/proc/meminfo`.\n\nCurrently Linux only.\n\n## Install and Use\n\nIn your project directory, type\n\n```sh\ngo get github.com/alexcoder04/meme\n```\n\nAnd then, in your code\n\n```go\nmemData, err := meme.GetMemInfo()\n```\n\nThe result comes in following type:\n\n```go\ntype MemData struct {\n\tBuffers      float64\n\tCached       float64\n\tMemAvailable float64\n\tMemFree      float64\n\tMemTotal     float64\n\tShared       float64\n\tUsed         float64\n\n\tSwapFree  float64\n\tSwapTotal float64\n\tSwapUsed  float64\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcoder04%2Fmeme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexcoder04%2Fmeme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexcoder04%2Fmeme/lists"}