{"id":23097079,"url":"https://github.com/alexcoder04/meme","last_synced_at":"2025-04-03T20:15:43.882Z","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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247070927,"owners_count":20878586,"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":["go","go-library","golang","library","linux","meminfo","memory","memory-management","memory-stats","memory-usage"],"created_at":"2024-12-16T22:50:59.441Z","updated_at":"2025-04-03T20:15:43.851Z","avatar_url":"https://github.com/alexcoder04.png","language":"Go","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","funding_links":[],"categories":[],"sub_categories":[],"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"}