command
module
Version:
v2.0.0-...-04064fb
Opens a new window with list of versions in this module.
Published: Oct 30, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
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:
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
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
|
|
|
|
|
|
|
|
|
|
|
|
verify
|
|
|
|
Click to show internal directories.
Click to hide internal directories.