{"id":14235956,"url":"https://github.com/hyperia-sk/memcache-info","last_synced_at":"2026-03-07T02:02:31.221Z","repository":{"id":86055215,"uuid":"105542383","full_name":"hyperia-sk/memcache-info","owner":"hyperia-sk","description":"Simple and efficient way to show information about Memcache.","archived":false,"fork":false,"pushed_at":"2018-01-09T07:21:55.000Z","size":15,"stargazers_count":86,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-30T05:29:35.164Z","etag":null,"topics":["bash","bash-script","info","memcache","memcache-info","memcache-stats","memcached","statistics","stats"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/hyperia-sk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-10-02T14:12:32.000Z","updated_at":"2024-01-04T16:17:38.000Z","dependencies_parsed_at":"2023-03-13T07:30:30.544Z","dependency_job_id":null,"html_url":"https://github.com/hyperia-sk/memcache-info","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hyperia-sk/memcache-info","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperia-sk%2Fmemcache-info","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperia-sk%2Fmemcache-info/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperia-sk%2Fmemcache-info/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperia-sk%2Fmemcache-info/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperia-sk","download_url":"https://codeload.github.com/hyperia-sk/memcache-info/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperia-sk%2Fmemcache-info/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30205893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"online","status_checked_at":"2026-03-07T02:00:06.765Z","response_time":53,"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":["bash","bash-script","info","memcache","memcache-info","memcache-stats","memcached","statistics","stats"],"created_at":"2024-08-20T21:02:33.826Z","updated_at":"2026-03-07T02:02:31.199Z","avatar_url":"https://github.com/hyperia-sk.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"## Memcache Simple Info\n\n[![Build Status](https://travis-ci.org/hyperia-sk/memcache-info.svg?branch=master)](https://travis-ci.org/hyperia-sk/memcache-info) [![codecov](https://codecov.io/gh/hyperia-sk/memcache-info/branch/master/graph/badge.svg)](https://codecov.io/gh/hyperia-sk/memcache-info)\n\n\u003e `memcache-info` is a simple and efficient way to show info about Memcache.\n\n![screenshot](https://user-images.githubusercontent.com/6382002/31081331-d382066e-a78b-11e7-8979-cd3faf33629b.png)\n\n## Usage\n\n```bash\nmemcache-info\n```\n\nor execute periodicaly `watch --interval=1 \"memcache-info -r\"` \n\n#### Parameters\n\n```bash\nmemcache-info [ -n | -p | -h | -r ]\n\n-n \u003cip|hostname\u003e\nName of the host or IP address (default: 127.0.0.1).\n\n-p \u003cport\u003e\nPort number (default: 11211).\n\n-h\nPrints this help.\n\n-r\nDisable interpret ANSI color and style sequences. (default: 0)\n```\n\n## Installation\n\n```bash\ngit clone https://github.com/hyperia-sk/memcache-info.git \u0026\u0026 cd memcache-info\n```\n\nOpen up the cloned directory and run:\n\n#### Unix like OS\n\n```bash\nsudo make install\n```\n\nFor uninstalling\n\n```bash\nsudo make uninstall\n```\n\nFor update/reinstall\n\n```bash\nsudo make reinstall\n```\n\n#### OS X (homebrew)\n\n@todo\n\n#### Windows (cygwin)\n\n@todo\n\n\n## System requirements\n\n* Unix like OS with a proper shell\n* Tools we use: nc ; mktemp ; basename ; seq ; bc ; awk ; tr ; printf\n\n\n## Contribution \n\nWant to contribute? Great! First, read this page.\n\n#### Code reviews\n\nAll submissions, including submissions by project members, require review. \nWe use Github pull requests for this purpose.\n\n#### Some tips for good pull requests:\n* Use our code\n  When in doubt, try to stay true to the existing code of the project.\n* Write a descriptive commit message. What problem are you solving and what\n  are the consequences? Where and what did you test? Some good tips:\n  [here](http://robots.thoughtbot.com/5-useful-tips-for-a-better-commit-message)\n  and [here](https://www.kernel.org/doc/Documentation/SubmittingPatches).\n* If your PR consists of multiple commits which are successive improvements /\n  fixes to your first commit, consider squashing them into a single commit\n  (`git rebase -i`) such that your PR is a single commit on top of the current\n  HEAD. This make reviewing the code so much easier, and our history more\n  readable.\n\n#### Formatting\n\nThis documentation is written using standard [markdown syntax](https://help.github.com/articles/markdown-basics/). Please submit your changes using the same syntax.\n\n#### Tests\n\n```bash\nmake test\n```\n\n## Licensing\nMIT see [LICENSE][] for the full license text.\n\n   [read this page]: https://github.com/hyperia-sk/memcache-info/blob/master/CONTRIBUTING.md\n   [landing page]: https://github.com/hyperia-sk/memcache-info\n   [LICENSE]: https://github.com/hyperia-sk/memcache-info/blob/master/LICENSE\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperia-sk%2Fmemcache-info","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperia-sk%2Fmemcache-info","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperia-sk%2Fmemcache-info/lists"}