1 Star 0 Fork 0

ymatrix/mxbench

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
writer_progress.go 688 Bytes
一键复制 编辑 原始数据 按行查看 历史
caowei 提交于 2022-11-28 19:55 +08:00 . initial code dump of mxbench
package http
type WriterProgress struct {
Start string `json:"start"`
End string `json:"end"`
Period string `json:"period"`
CurrTotalRows int64 `json:"currTotalRows"`
TotalRows int64 `json:"totalRows"`
CurrPeriodRows int64 `json:"currPeriodRows"`
CurrTotalBytes int64 `json:"currTotalBytes"`
TotalBytes int64 `json:"totalBytes"`
CurrPeriodBytes int64 `json:"currPeriodBytes"`
WrittenMxgateTotal int64 `json:"writtenMxGateTotal"`
CurrPeriodWrittenMxgate int64 `json:"currPeriodWrittenMxGate"`
TableSize int64 `json:"tableSize"`
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ymatrix/mxbench.git
git@gitee.com:ymatrix/mxbench.git
ymatrix
mxbench
mxbench
ded41fa25c04

搜索帮助