Discover Packages
github.com/crackcomm/autotune
io
package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Mar 22, 2016
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
IO contains the aggregrate IO information for the entire system.
ProcessFD is a map of the file descriptor number to the descriptor
object that it is pointing to.
type ProcessIO struct {
Limits struct {
OpenFiles int
FileSize int
CPUTime int
}
FD ProcessFD
}
NewProcess returns the file descriptors for a single Linux process.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.