Compartilhar via


SysctlConfig Classe

Definição

Configurações de sysctl para nós de agente do Linux.

public class SysctlConfig
type SysctlConfig = class
Public Class SysctlConfig
Herança
SysctlConfig

Construtores

SysctlConfig()

Inicializa uma nova instância da classe SysctlConfig.

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>)

Inicializa uma nova instância da classe SysctlConfig.

Propriedades

FsAioMaxNr

Obtém ou define a configuração de sysctl fs.aio-max-nr.

FsFileMax

Obtém ou define a configuração de sysctl fs.file-max.

FsInotifyMaxUserWatches

Obtém ou define fs.inotify.max_user_watches de configuração de sysctl.

FsNrOpen

Obtém ou define a configuração de sysctl fs.nr_open.

KernelThreadsMax

Obtém ou define a configuração sysctl kernel.threads-max.

NetCoreNetdevMaxBacklog

Obtém ou define a configuração de sysctl net.core.netdev_max_backlog.

NetCoreOptmemMax

Obtém ou define a configuração de sysctl net.core.optmem_max.

NetCoreRmemDefault

Obtém ou define a configuração de sysctl net.core.rmem_default.

NetCoreRmemMax

Obtém ou define net.core.rmem_max de configuração de sysctl.

NetCoreSomaxconn

Obtém ou define a configuração sysctl net.core.somaxconn.

NetCoreWmemDefault

Obtém ou define a configuração de sysctl net.core.wmem_default.

NetCoreWmemMax

Obtém ou define a configuração de sysctl net.core.wmem_max.

NetIpv4IpLocalPortRange

Obtém ou define a configuração de sysctl net.ipv4.ip_local_port_range.

NetIpv4NeighDefaultGcThresh1

Obtém ou define a configuração de sysctl net.ipv4.neigh.default.gc_thresh1.

NetIpv4NeighDefaultGcThresh2

Obtém ou define net.ipv4.neigh.default.gc_thresh2 de configuração de sysctl.

NetIpv4NeighDefaultGcThresh3

Obtém ou define a configuração de sysctl net.ipv4.neigh.default.gc_thresh3.

NetIpv4TcpFinTimeout

Obtém ou define a configuração de sysctl net.ipv4.tcp_fin_timeout.

NetIpv4TcpkeepaliveIntvl

Obtém ou define a configuração de sysctl net.ipv4.tcp_keepalive_intvl.

NetIpv4TcpKeepaliveProbes

Obtém ou define a configuração de sysctl net.ipv4.tcp_keepalive_probes.

NetIpv4TcpKeepaliveTime

Obtém ou define a configuração de sysctl net.ipv4.tcp_keepalive_time.

NetIpv4TcpMaxSynBacklog

Obtém ou define a configuração de sysctl net.ipv4.tcp_max_syn_backlog.

NetIpv4TcpMaxTwBuckets

Obtém ou define a configuração de sysctl net.ipv4.tcp_max_tw_buckets.

NetIpv4TcpTwReuse

Obtém ou define a configuração de sysctl net.ipv4.tcp_tw_reuse.

NetNetfilterNfConntrackBuckets

Obtém ou define net.netfilter.nf_conntrack_buckets de configuração de sysctl.

NetNetfilterNfConntrackMax

Obtém ou define net.netfilter.nf_conntrack_max de configuração de sysctl.

VmMaxMapCount

Obtém ou define a configuração de sysctl vm.max_map_count.

VmSwappiness

Obtém ou define a configuração de sysctl vm.swappiness.

VmVfsCachePressure

Obtém ou define vm.vfs_cache_pressure de configuração de sysctl.

Aplica-se a