All Projects → hyperia-sk → Memcache Info

hyperia-sk / Memcache Info

Licence: mit
Simple and efficient way to show information about Memcache.

Programming Languages

shell
77523 projects
bash
514 projects

Projects that are alternatives of or similar to Memcache Info

Stats
A C++ header-only library of statistical distribution functions.
Stars: ✭ 292 (+247.62%)
Mutual labels:  statistics, stats
Tautulli
A Python based monitoring and tracking tool for Plex Media Server.
Stars: ✭ 4,152 (+4842.86%)
Mutual labels:  statistics, stats
Phishing.database
Phishing Domains, urls websites and threats database. We use the PyFunceble testing tool to validate the status of all known Phishing domains and provide stats to reveal how many unique domains used for Phishing are still active.
Stars: ✭ 296 (+252.38%)
Mutual labels:  statistics, stats
Github Stats For Turkey
Github language, repo and developer stats for Turkey.
Stars: ✭ 259 (+208.33%)
Mutual labels:  statistics, stats
Gramm
Gramm is a complete data visualization toolbox for Matlab. It provides an easy to use and high-level interface to produce publication-quality plots of complex data with varied statistical visualizations. Gramm is inspired by R's ggplot2 library.
Stars: ✭ 541 (+544.05%)
Mutual labels:  statistics, stats
Bashcached
memcached server built on bash + socat
Stars: ✭ 270 (+221.43%)
Mutual labels:  bash-script, memcached
Csinva.github.io
Slides, paper notes, class notes, blog posts, and research on ML 📉, statistics 📊, and AI 🤖.
Stars: ✭ 342 (+307.14%)
Mutual labels:  statistics, stats
memcached
Memcached Operator for Kubernetes
Stars: ✭ 18 (-78.57%)
Mutual labels:  memcached, memcache
Superseriousstats
superseriousstats is a fast and efficient program to create statistics out of various types of chat logs
Stars: ✭ 78 (-7.14%)
Mutual labels:  statistics, stats
Phpmemadmin
Bringing Memcached to the web.
Stars: ✭ 512 (+509.52%)
Mutual labels:  statistics, memcached
Github Traffic
Get the Github traffic for the specified repository
Stars: ✭ 77 (-8.33%)
Mutual labels:  statistics, stats
Xmemcached
High performance, easy to use multithreaded memcached client in java.
Stars: ✭ 715 (+751.19%)
Mutual labels:  memcached, memcache
stats
📊 Request statistics middleware that stores response times, status code counts, etc
Stars: ✭ 15 (-82.14%)
Mutual labels:  statistics, stats
Wallace Cli
Pretty CSS analytics on the CLI
Stars: ✭ 281 (+234.52%)
Mutual labels:  statistics, stats
mongodb-info
MongoDB Info - command line tool to get stats.
Stars: ✭ 13 (-84.52%)
Mutual labels:  statistics, stats
Appstat
Get AppStore apps stats
Stars: ✭ 322 (+283.33%)
Mutual labels:  statistics, stats
mdserver-web
Simple Linux Panel
Stars: ✭ 1,064 (+1166.67%)
Mutual labels:  memcached, memcache
math-stats
A small library that does the statistics for your numbers.
Stars: ✭ 18 (-78.57%)
Mutual labels:  statistics, stats
Git Quick Stats
▁▅▆▃▅ Git quick statistics is a simple and efficient way to access various statistics in git repository.
Stars: ✭ 5,139 (+6017.86%)
Mutual labels:  statistics, stats
Pymemcache
A comprehensive, fast, pure-Python memcached client.
Stars: ✭ 552 (+557.14%)
Mutual labels:  memcached, memcache

Memcache Simple Info

Build Status codecov

memcache-info is a simple and efficient way to show info about Memcache.

screenshot

Usage

memcache-info

or execute periodicaly watch --interval=1 "memcache-info -r"

Parameters

memcache-info [ -n | -p | -h | -r ]

-n <ip|hostname>
Name of the host or IP address (default: 127.0.0.1).

-p <port>
Port number (default: 11211).

-h
Prints this help.

-r
Disable interpret ANSI color and style sequences. (default: 0)

Installation

git clone https://github.com/hyperia-sk/memcache-info.git && cd memcache-info

Open up the cloned directory and run:

Unix like OS

sudo make install

For uninstalling

sudo make uninstall

For update/reinstall

sudo make reinstall

OS X (homebrew)

@todo

Windows (cygwin)

@todo

System requirements

  • Unix like OS with a proper shell
  • Tools we use: nc ; mktemp ; basename ; seq ; bc ; awk ; tr ; printf

Contribution

Want to contribute? Great! First, read this page.

Code reviews

All submissions, including submissions by project members, require review. We use Github pull requests for this purpose.

Some tips for good pull requests:

  • Use our code When in doubt, try to stay true to the existing code of the project.
  • Write a descriptive commit message. What problem are you solving and what are the consequences? Where and what did you test? Some good tips: here and here.
  • If your PR consists of multiple commits which are successive improvements / fixes to your first commit, consider squashing them into a single commit (git rebase -i) such that your PR is a single commit on top of the current HEAD. This make reviewing the code so much easier, and our history more readable.

Formatting

This documentation is written using standard markdown syntax. Please submit your changes using the same syntax.

Tests

make test

Licensing

MIT see LICENSE for the full license text.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].