SysctlConfig Class

Definition

Sysctl settings for Linux agent nodes.

public class SysctlConfig
type SysctlConfig = class
Public Class SysctlConfig
Inheritance
SysctlConfig

Constructors

SysctlConfig()

Initializes a new instance of the SysctlConfig class.

SysctlConfig(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the SysctlConfig class.

Properties

FsAioMaxNr

Gets or sets sysctl setting fs.aio-max-nr.

FsFileMax

Gets or sets sysctl setting fs.file-max.

FsInotifyMaxUserWatches

Gets or sets sysctl setting fs.inotify.max_user_watches.

FsNrOpen

Gets or sets sysctl setting fs.nr_open.

KernelThreadsMax

Gets or sets sysctl setting kernel.threads-max.

NetCoreNetdevMaxBacklog

Gets or sets sysctl setting net.core.netdev_max_backlog.

NetCoreOptmemMax

Gets or sets sysctl setting net.core.optmem_max.

NetCoreRmemDefault

Gets or sets sysctl setting net.core.rmem_default.

NetCoreRmemMax

Gets or sets sysctl setting net.core.rmem_max.

NetCoreSomaxconn

Gets or sets sysctl setting net.core.somaxconn.

NetCoreWmemDefault

Gets or sets sysctl setting net.core.wmem_default.

NetCoreWmemMax

Gets or sets sysctl setting net.core.wmem_max.

NetIpv4IPLocalPortRange

Gets or sets sysctl setting net.ipv4.ip_local_port_range.

NetIpv4NeighDefaultGcThresh1

Gets or sets sysctl setting net.ipv4.neigh.default.gc_thresh1.

NetIpv4NeighDefaultGcThresh2

Gets or sets sysctl setting net.ipv4.neigh.default.gc_thresh2.

NetIpv4NeighDefaultGcThresh3

Gets or sets sysctl setting net.ipv4.neigh.default.gc_thresh3.

NetIpv4TcpFinTimeout

Gets or sets sysctl setting net.ipv4.tcp_fin_timeout.

NetIpv4TcpkeepaliveIntvl

Gets or sets sysctl setting net.ipv4.tcp_keepalive_intvl.

NetIpv4TcpKeepaliveProbes

Gets or sets sysctl setting net.ipv4.tcp_keepalive_probes.

NetIpv4TcpKeepaliveTime

Gets or sets sysctl setting net.ipv4.tcp_keepalive_time.

NetIpv4TcpMaxSynBacklog

Gets or sets sysctl setting net.ipv4.tcp_max_syn_backlog.

NetIpv4TcpMaxTwBuckets

Gets or sets sysctl setting net.ipv4.tcp_max_tw_buckets.

NetIpv4TcpTwReuse

Gets or sets sysctl setting net.ipv4.tcp_tw_reuse.

NetNetfilterNfConntrackBuckets

Gets or sets sysctl setting net.netfilter.nf_conntrack_buckets.

NetNetfilterNfConntrackMax

Gets or sets sysctl setting net.netfilter.nf_conntrack_max.

VMMaxMapCount

Gets or sets sysctl setting vm.max_map_count.

VMSwappiness

Gets or sets sysctl setting vm.swappiness.

VMVfsCachePressure

Gets or sets sysctl setting vm.vfs_cache_pressure.

Applies to