smartctl

package
v0.4.5-1 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrEmpty = errors.New("smartctl returned an empty response")

ErrEmpty is return when smatctl doesn't find any device

Functions

This section is empty.

Types

type Device

type Device struct {
	Type string
	Path string
}

Device represents a device as returned by "smartctl --scan"

func ListDevices

func ListDevices() ([]Device, error)

ListDevices return a list of device present on the local system

type Info

type Info struct {
	Tool        string
	Environment string
	Information map[string]string
}

Info contains information about a device as returned by "smartctl -i {path} -d {type}"

func DeviceInfo

func DeviceInfo(d Device) (Info, error)

DeviceInfo info return the information from a specific device

Jump to

Keyboard shortcuts

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