import "google.golang.org/grpc/internal/syscall"
Package syscall provides functionalities that grpc uses to get low-level operating system stats/info.
CPUTimeDiff returns the differences of user CPU time and system CPU time used between two Rusage structs.
GetCPUTime returns the how much CPU time has passed since the start of this process.
GetTCPUserTimeout gets the TCP user timeout on a connection's socket
SetTCPUserTimeout sets the TCP user timeout on a connection's socket
Rusage is an alias for syscall.Rusage under linux environment.
GetRusage returns the resource usage of current process.
Package syscall imports 6 packages (graph) and is imported by 30 packages. Updated 2020-12-10. Refresh now. Tools for package owners.