** Copyright (C) 2001-2025 Zabbix SIA
** This program is free software: you can redistribute it and/or modify it under the terms of
** the GNU Affero General Public License as published by the Free Software Foundation, version 3.
** This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
** without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
** See the GNU Affero General Public License for more details.
** You should have received a copy of the GNU Affero General Public License along with this program.
** If not, see <https://www.gnu.org/licenses/>.
"golang.zabbix.com/sdk/zbxerr"
TotalBytes uint64 `json:"total_bytes"`
TotalAvailBytes uint64 `json:"total_avail_bytes"`
TotalUsedBytes uint64 `json:"total_used_bytes"`
Name string `json:"name"`
PercentUsed float64 `json:"percent_used"`
Objects uint64 `json:"objects"`
BytesUsed uint64 `json:"bytes_used"`
RdBytes uint64 `json:"rd_bytes"`
WrBytes uint64 `json:"wr_bytes"`
StoredRaw uint64 `json:"stored_raw"`
MaxAvail uint64 `json:"max_avail"`
PercentUsed float64 `json:"percent_used"`
Objects uint64 `json:"objects"`
BytesUsed uint64 `json:"bytes_used"`
Rd uint64 `json:"rd_ops"`
RdBytes uint64 `json:"rd_bytes"`
Wr uint64 `json:"wr_ops"`
WrBytes uint64 `json:"wr_bytes"`
StoredRaw uint64 `json:"stored_raw"`
MaxAvail uint64 `json:"max_avail"`
Pools map[string]poolStat `json:"pools"`
Rd uint64 `json:"rd_ops"`
RdBytes uint64 `json:"rd_bytes"`
Wr uint64 `json:"wr_ops"`
WrBytes uint64 `json:"wr_bytes"`
NumPools int `json:"num_pools"`