mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-30 04:20:53 +00:00
Update vendored deps, including AWS SDK, openpgp, ftp, ...
This commit is contained in:
+4
-3
@@ -425,9 +425,10 @@ func main() {
|
||||
alivesnaps, _ := db.GetProperty("leveldb.alivesnaps")
|
||||
aliveiters, _ := db.GetProperty("leveldb.aliveiters")
|
||||
blockpool, _ := db.GetProperty("leveldb.blockpool")
|
||||
log.Printf("> BlockCache=%s OpenedTables=%s AliveSnaps=%s AliveIter=%s BlockPool=%q",
|
||||
cachedblock, openedtables, alivesnaps, aliveiters, blockpool)
|
||||
|
||||
writeDelay, _ := db.GetProperty("leveldb.writedelay")
|
||||
ioStats, _ := db.GetProperty("leveldb.iostats")
|
||||
log.Printf("> BlockCache=%s OpenedTables=%s AliveSnaps=%s AliveIter=%s BlockPool=%q WriteDelay=%q IOStats=%q",
|
||||
cachedblock, openedtables, alivesnaps, aliveiters, blockpool, writeDelay, ioStats)
|
||||
log.Print("------------------------")
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user