go-memkeys

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 5, 2019 License: GPL-3.0 Imports: 17 Imported by: 0

README

go-memkeys

Overview

Memcached top-like cache key monitoring utility inspired by the mctop/memkeys projects.

Installation

Follow the simple golang process steps of get, build, and run. The application also relies on the pcap library, so ensure that is installed on your OS before you perform the next steps.

> git clone https://github.com/darthhexx/go-memkeys

> cd go-memkeys

> go get

> go build

Running

The required parameters are what you would expect.

Usage of go-memkeys:
  -i string
    	Interface to read packets from (default "en0")
  -p int
    	Port number (default 11211)

Export data in JSON format

In order to export all the data recorded by the application; press 'd' (dump) during execution. A file will be saved as {timestamp}-stats.json in the applcation's directory, assuming the user has the required directory ACLs.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL