stats

package
v0.21.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ListCmd = &cobra.Command{
	Use:     "list",
	Aliases: []string{"ls"},
	Short:   "List all dataset statistics",
	Long: `List all dataset statistics. For example:
mim stats list
`,
	Run: func(cmd *cobra.Command, args []string) {
		fetch(cmd)
	},

	TraverseChildren: true,
}
View Source
var TopCmd = &cobra.Command{
	Use:   "top",
	Short: "List top 10 dataset statistics",
	Long: `List top 10 dataset statistics. For example:
mim stats top
`,
	Run: func(cmd *cobra.Command, args []string) {
		top(cmd)
	},

	TraverseChildren: true,
}

Functions

func ByteCountIEC

func ByteCountIEC(b int64) string

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL