SysctlConfigResponse

data class SysctlConfigResponse(val fsAioMaxNr: Int? = null, val fsFileMax: Int? = null, val fsInotifyMaxUserWatches: Int? = null, val fsNrOpen: Int? = null, val kernelThreadsMax: Int? = null, val netCoreNetdevMaxBacklog: Int? = null, val netCoreOptmemMax: Int? = null, val netCoreRmemDefault: Int? = null, val netCoreRmemMax: Int? = null, val netCoreSomaxconn: Int? = null, val netCoreWmemDefault: Int? = null, val netCoreWmemMax: Int? = null, val netIpv4IpLocalPortRange: String? = null, val netIpv4NeighDefaultGcThresh1: Int? = null, val netIpv4NeighDefaultGcThresh2: Int? = null, val netIpv4NeighDefaultGcThresh3: Int? = null, val netIpv4TcpFinTimeout: Int? = null, val netIpv4TcpKeepaliveProbes: Int? = null, val netIpv4TcpKeepaliveTime: Int? = null, val netIpv4TcpMaxSynBacklog: Int? = null, val netIpv4TcpMaxTwBuckets: Int? = null, val netIpv4TcpTwReuse: Boolean? = null, val netIpv4TcpkeepaliveIntvl: Int? = null, val netNetfilterNfConntrackBuckets: Int? = null, val netNetfilterNfConntrackMax: Int? = null, val vmMaxMapCount: Int? = null, val vmSwappiness: Int? = null, val vmVfsCachePressure: Int? = null)

Sysctl settings for Linux agent nodes.

Constructors

Link copied to clipboard
constructor(fsAioMaxNr: Int? = null, fsFileMax: Int? = null, fsInotifyMaxUserWatches: Int? = null, fsNrOpen: Int? = null, kernelThreadsMax: Int? = null, netCoreNetdevMaxBacklog: Int? = null, netCoreOptmemMax: Int? = null, netCoreRmemDefault: Int? = null, netCoreRmemMax: Int? = null, netCoreSomaxconn: Int? = null, netCoreWmemDefault: Int? = null, netCoreWmemMax: Int? = null, netIpv4IpLocalPortRange: String? = null, netIpv4NeighDefaultGcThresh1: Int? = null, netIpv4NeighDefaultGcThresh2: Int? = null, netIpv4NeighDefaultGcThresh3: Int? = null, netIpv4TcpFinTimeout: Int? = null, netIpv4TcpKeepaliveProbes: Int? = null, netIpv4TcpKeepaliveTime: Int? = null, netIpv4TcpMaxSynBacklog: Int? = null, netIpv4TcpMaxTwBuckets: Int? = null, netIpv4TcpTwReuse: Boolean? = null, netIpv4TcpkeepaliveIntvl: Int? = null, netNetfilterNfConntrackBuckets: Int? = null, netNetfilterNfConntrackMax: Int? = null, vmMaxMapCount: Int? = null, vmSwappiness: Int? = null, vmVfsCachePressure: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fsAioMaxNr: Int? = null

Sysctl setting fs.aio-max-nr.

Link copied to clipboard
val fsFileMax: Int? = null

Sysctl setting fs.file-max.

Link copied to clipboard

Sysctl setting fs.inotify.max_user_watches.

Link copied to clipboard
val fsNrOpen: Int? = null

Sysctl setting fs.nr_open.

Link copied to clipboard
val kernelThreadsMax: Int? = null

Sysctl setting kernel.threads-max.

Link copied to clipboard

Sysctl setting net.core.netdev_max_backlog.

Link copied to clipboard
val netCoreOptmemMax: Int? = null

Sysctl setting net.core.optmem_max.

Link copied to clipboard
val netCoreRmemDefault: Int? = null

Sysctl setting net.core.rmem_default.

Link copied to clipboard
val netCoreRmemMax: Int? = null

Sysctl setting net.core.rmem_max.

Link copied to clipboard
val netCoreSomaxconn: Int? = null

Sysctl setting net.core.somaxconn.

Link copied to clipboard
val netCoreWmemDefault: Int? = null

Sysctl setting net.core.wmem_default.

Link copied to clipboard
val netCoreWmemMax: Int? = null

Sysctl setting net.core.wmem_max.

Link copied to clipboard

Sysctl setting net.ipv4.ip_local_port_range.

Link copied to clipboard

Sysctl setting net.ipv4.neigh.default.gc_thresh1.

Link copied to clipboard

Sysctl setting net.ipv4.neigh.default.gc_thresh2.

Link copied to clipboard

Sysctl setting net.ipv4.neigh.default.gc_thresh3.

Link copied to clipboard

Sysctl setting net.ipv4.tcp_fin_timeout.

Link copied to clipboard

Sysctl setting net.ipv4.tcp_keepalive_intvl.

Link copied to clipboard

Sysctl setting net.ipv4.tcp_keepalive_probes.

Link copied to clipboard

Sysctl setting net.ipv4.tcp_keepalive_time.

Link copied to clipboard

Sysctl setting net.ipv4.tcp_max_syn_backlog.

Link copied to clipboard

Sysctl setting net.ipv4.tcp_max_tw_buckets.

Link copied to clipboard

Sysctl setting net.ipv4.tcp_tw_reuse.

Link copied to clipboard

Sysctl setting net.netfilter.nf_conntrack_buckets.

Link copied to clipboard

Sysctl setting net.netfilter.nf_conntrack_max.

Link copied to clipboard
val vmMaxMapCount: Int? = null

Sysctl setting vm.max_map_count.

Link copied to clipboard
val vmSwappiness: Int? = null

Sysctl setting vm.swappiness.

Link copied to clipboard
val vmVfsCachePressure: Int? = null

Sysctl setting vm.vfs_cache_pressure.