system

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2014 License: Apache-2.0 Imports: 9 Imported by: 3,943

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrNotSupportedPlatform = errors.New("platform and architecture is not supported")
)

Functions

func LUtimesNano

func LUtimesNano(path string, ts []syscall.Timespec) error

func Lgetxattr

func Lgetxattr(path string, attr string) ([]byte, error)

func Lsetxattr

func Lsetxattr(path string, attr string, data []byte, flags int) error

func Mkdev added in v1.4.0

func Mkdev(major int64, minor int64) uint32

Linux device nodes are a bit weird due to backwards compat with 16 bit device nodes. They are, from low to high: the lower 8 bits of the minor, then 12 bits of the major, then the top 12 bits of the minor

func Mknod added in v1.4.0

func Mknod(path string, mode uint32, dev int) error

func Umask added in v1.4.0

func Umask(newmask int) (oldmask int, err error)

func UtimesNano

func UtimesNano(path string, ts []syscall.Timespec) error

Types

type MemInfo added in v1.4.0

type MemInfo struct {
	// Total usable RAM (i.e. physical RAM minus a few reserved bits and the
	// kernel binary code).
	MemTotal int64

	// Amount of free memory.
	MemFree int64

	// Total amount of swap space available.
	SwapTotal int64

	// Amount of swap space that is currently unused.
	SwapFree int64
}

MemInfo contains memory statistics of the host system.

func ReadMemInfo added in v1.4.0

func ReadMemInfo() (*MemInfo, error)

type Stat added in v1.4.0

type Stat struct {
	// contains filtered or unexported fields
}

func Lstat added in v1.4.0

func Lstat(path string) (*Stat, error)

func (Stat) GetLastModification added in v1.4.0

func (s Stat) GetLastModification() syscall.Timespec

func (Stat) Gid added in v1.4.0

func (s Stat) Gid() uint32

func (Stat) Mode added in v1.4.0

func (s Stat) Mode() uint32

func (Stat) Mtim added in v1.4.0

func (s Stat) Mtim() syscall.Timespec

func (Stat) Rdev added in v1.4.0

func (s Stat) Rdev() uint64

func (Stat) Size added in v1.4.0

func (s Stat) Size() int64

func (Stat) Uid added in v1.4.0

func (s Stat) Uid() uint32

Jump to

Keyboard shortcuts

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