Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecError ¶
type ExecError struct {
// contains filtered or unexported fields
}
ExecError is an error running lsof
type FileDescriptor ¶
FileDescriptor defines a file in use by a process
type Process ¶
type Process struct { PID string Command string UserID string FileDescriptors []FileDescriptor }
Process defines an process using an open file. Properties here are strings for compatibility with different platforms.
func MountPoint ¶
MountPoint returns processes using the mountpoint "lsof /dir"
Click to show internal directories.
Click to hide internal directories.