Documentation ¶ Index ¶ func Check(c bee.Cluster, o Options, pusher *push.Pusher, pushMetrics bool) (err error) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Check ¶ func Check(c bee.Cluster, o Options, pusher *push.Pusher, pushMetrics bool) (err error) Check uploads a small file to the cluster and pins it, it then pumps large files that overflow the node's local storage. It then tries to download the pinned file again after all larger file uploads have finished. Types ¶ type Options ¶ type Options struct { FileName string LargeFileCount int LargeFileSize int64 Seed int64 SmallFileSize int64 } Options represents localpinning check options Source Files ¶ View all Source files localpinning.go metrics.go Click to show internal directories. Click to hide internal directories.