goleveldb-analyze

command module
v2.0.0-...-04064fb Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2023 License: MIT Imports: 1 Imported by: 0

README

analyze leveldb

This is a simple tool to analyze leveldb.

subcommand:

  • kvsize: get all key/value pair size, save in sqlite database
  • stats: print goleveldb stats

script tool:

  • ./scripts/kvsize.py: analyze key/value size statistics

goleveldb issues reproduce

Build

requirement:

glibc env:

  • go 1.19
  • gcc

Alpine linux env:

  • gcc
  • go 1.19
  • musl-dev
  • sqlite-dev
  • sqlite-static (optional, if static link)
$ go build

static link:

$ CGO_ENABLED=1 go build -ldflags '-extldflags "-static"'

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cmd
verify

Jump to

Keyboard shortcuts

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