Skip to content

KimJeongChul/go-redis-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-redis-monitor

Redis monitor displays information about the Redis db stats in real time.

image

Redis info

$ redis-cli -p 7001 -a passw0rd info

image

Parse result

image

Start

go build
./go-redis-monitor

Config file

config.json

{
    "port": {HTTP_SERVER_PORT},
    "period": {MONITORING_PERIOD},
    "redisAddr": {REDIS_SERVER_ADDR},
    "redisPort": {REDIS_SERVER_PORT},
    "redisDB": {REDIS_DB_NAME},
    "redisPassword": {REDIS_PASSWORD},
    "logPath": {LOG_FILE_PATH}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published