Home
last modified time | relevance | path

Searched defs:FsStats (Results 1 – 25 of 47) sorted by relevance

12

/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfs.go41 type FsStats struct { struct
42 Total uint64 `json:"total"`
43 Free uint64 `json:"free"`
44 Used uint64 `json:"used"`
45 PFree float64 `json:"pfree"`
46 PUsed float64 `json:"pused"`
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfs.go41 type FsStats struct { struct
42 Total uint64 `json:"total"`
43 Free uint64 `json:"free"`
44 Used uint64 `json:"used"`
45 PFree float64 `json:"pfree"`
46 PUsed float64 `json:"pused"`
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfs.go41 type FsStats struct { struct
42 Total uint64 `json:"total"`
43 Free uint64 `json:"free"`
44 Used uint64 `json:"used"`
45 PFree float64 `json:"pfree"`
46 PUsed float64 `json:"pused"`
H A Dfscaller.go95 func (p *Plugin) newFSCaller(fsFunc func(path string) (stats *FsStats, err error), fsLen int) *fsCa…
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfs.go41 type FsStats struct { struct
42 Total uint64 `json:"total"`
43 Free uint64 `json:"free"`
44 Used uint64 `json:"used"`
45 PFree float64 `json:"pfree"`
46 PUsed float64 `json:"pused"`
H A Dfscaller.go95 func (p *Plugin) newFSCaller(fsFunc func(path string) (stats *FsStats, err error), fsLen int) *fsCa…
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfs.go41 type FsStats struct { struct
42 Total uint64 `json:"total"`
43 Free uint64 `json:"free"`
44 Used uint64 `json:"used"`
45 PFree float64 `json:"pfree"`
46 PUsed float64 `json:"pused"`
H A Dfscaller.go95 func (p *Plugin) newFSCaller(fsFunc func(path string) (stats *FsStats, err error), fsLen int) *fsCa…
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfs.go41 type FsStats struct { struct
42 Total uint64 `json:"total"`
43 Free uint64 `json:"free"`
44 Used uint64 `json:"used"`
45 PFree float64 `json:"pfree"`
46 PUsed float64 `json:"pused"`
H A Dfscaller.go95 func (p *Plugin) newFSCaller(fsFunc func(path string) (stats *FsStats, err error), fsLen int) *fsCa…
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfs.go41 type FsStats struct { struct
42 Total uint64 `json:"total"`
43 Free uint64 `json:"free"`
44 Used uint64 `json:"used"`
45 PFree float64 `json:"pfree"`
46 PUsed float64 `json:"pused"`
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/plugins/vfs/fs/
H A Dfs.go41 type FsStats struct { struct
42 Total uint64 `json:"total"`
43 Free uint64 `json:"free"`
44 Used uint64 `json:"used"`
45 PFree float64 `json:"pfree"`
46 PUsed float64 `json:"pused"`
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfs.go41 type FsStats struct { struct
42 Total uint64 `json:"total"`
43 Free uint64 `json:"free"`
44 Used uint64 `json:"used"`
45 PFree float64 `json:"pfree"`
46 PUsed float64 `json:"pused"`
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/plugins/vfs/fs/
H A Dfs.go41 type FsStats struct { struct
42 Total uint64 `json:"total"`
43 Free uint64 `json:"free"`
44 Used uint64 `json:"used"`
45 PFree float64 `json:"pfree"`
46 PUsed float64 `json:"pused"`
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/info/v1/
H A Dcontainer.go398 type FsStats struct { struct
400 Device string `json:"device,omitempty"`
403 Limit uint64 `json:"capacity"`
406 Usage uint64 `json:"usage"`
410 BaseUsage uint64 `json:"base_usage"`
413 Available uint64 `json:"available"`
424 ReadsMerged uint64 `json:"reads_merged"`
428 SectorsRead uint64 `json:"sectors_read"`
433 ReadTime uint64 `json:"read_time"`
450 WriteTime uint64 `json:"write_time"`
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubelet/pkg/apis/stats/v1alpha1/
H A Dtypes.go265 FsStats `json:",inline"` anonMember
281 type FsStats struct { struct
283 Time metav1.Time `json:"time"`
286 AvailableBytes *uint64 `json:"availableBytes,omitempty"`
289 CapacityBytes *uint64 `json:"capacityBytes,omitempty"`
294 UsedBytes *uint64 `json:"usedBytes,omitempty"`
297 InodesFree *uint64 `json:"inodesFree,omitempty"`
300 Inodes *uint64 `json:"inodes,omitempty"`
304 InodesUsed *uint64 `json:"inodesUsed,omitempty"`
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/fs2/src/
H A Dlib.rs125 pub struct FsStats { struct
132 impl FsStats { implementation
/dports/math/kalker/kalker-1.1.0/cargo-crates/fs2-0.4.3/src/
H A Dlib.rs131 pub struct FsStats { struct
138 impl FsStats { implementation
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/fs2-0.4.3/src/
H A Dlib.rs131 pub struct FsStats { struct
138 impl FsStats { argument
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/fs2-0.4.3/src/
H A Dlib.rs131 pub struct FsStats { struct
138 impl FsStats { argument
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/fs2-0.4.3/src/
H A Dlib.rs131 pub struct FsStats { struct
138 impl FsStats { argument
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/stats/
H A Dhelper.go375podLogStats *statsapi.FsStats, etcHostsStats *statsapi.FsStats, isCRIStatsProvider bool) *statsapi…
404 func addContainerUsage(stat *statsapi.FsStats, container *statsapi.ContainerStats, isCRIStatsProvid…
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/info/v1/
H A Dcontainer.go732 type FsStats struct { struct
737 Type string `json:"type"`
740 Limit uint64 `json:"capacity"`
743 Usage uint64 `json:"usage"`
747 BaseUsage uint64 `json:"base_usage"`
750 Available uint64 `json:"available"`
753 HasInodes bool `json:"has_inodes"`
756 Inodes uint64 `json:"inodes"`
779 ReadTime uint64 `json:"read_time"`
796 WriteTime uint64 `json:"write_time"`
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/info/v2/
H A Dconversion.go25 func machineFsStatsFromV1(fsStats []v1.FsStats) []MachineFsStats {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/info/v2/
H A Dconversion.go25 func machineFsStatsFromV1(fsStats []v1.FsStats) []MachineFsStats {

12