forked from mirror/ledisdb
update info gc
This commit is contained in:
parent
b9b60f19ad
commit
d0bd0c17db
|
@ -146,6 +146,8 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
func (i *info) dumpGC(buf *bytes.Buffer) {
|
func (i *info) dumpGC(buf *bytes.Buffer) {
|
||||||
|
buf.WriteString("# GC\r\n")
|
||||||
|
|
||||||
count := 5
|
count := 5
|
||||||
|
|
||||||
var st debug.GCStats
|
var st debug.GCStats
|
||||||
|
|
Loading…
Reference in New Issue