tracesocketlatency

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ModuleName = "insp_socketlatency" // nolint

	SOCKETLAT_READSLOW = "SOCKETLAT_READSLOW"
	SOCKETLAT_SENDSLOW = "SOCKETLAT_SENDSLOW"

	READ100MS  = "socketlatencyread100ms"
	READ300MS  = "socketlatencyread300ms"
	READ1MS    = "socketlatencyread1ms"
	WRITE100MS = "socketlatencywrite100ms"
	WRITE1MS   = "socketlatencywrite1ms"

	/*
		#define ACTION_READ	    1
		#define ACTION_WRITE	2
		#define ACTION_HANDLE	4

		#define BUCKET100MS 1
		#define BUCKET10MS  2
		#define BUCKET1MS   4
	*/
	ACTION_READ   = 1
	ACTION_WRITE  = 2
	ACTION_HANDLE = 4

	BUCKET100MS = 1
	BUCKET1MS   = 4
)

nolint

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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