SysctlConfig interface
Параметры sysctl для узлов агента Linux.
Свойства
fs |
Параметр sysctl fs.aio-max-nr. |
fs |
Параметр sysctl fs.file-max. |
fs |
Параметр Sysctl fs.inotify.max_user_watches. |
fs |
Параметр Sysctl fs.nr_open. |
kernel |
Параметр sysctl kernel.threads-max. |
net |
Параметр Sysctl net.core.netdev_max_backlog. |
net |
Параметр Sysctl net.core.optmem_max. |
net |
Параметр Sysctl net.core.rmem_default. |
net |
Параметр Sysctl net.core.rmem_max. |
net |
Sysctl, задав параметр net.core.somaxconn. |
net |
Параметр Sysctl net.core.wmem_default. |
net |
Параметр Sysctl net.core.wmem_max. |
net |
Параметр Sysctl net.ipv4.ip_local_port_range. |
net |
Параметр Sysctl net.ipv4.neigh.default.gc_thresh1. |
net |
Параметр Sysctl net.ipv4.neigh.default.gc_thresh2. |
net |
Параметр Sysctl net.ipv4.neigh.default.gc_thresh3. |
net |
Net.ipv4.tcp_fin_timeout параметра Sysctl. |
net |
Параметр Sysctl net.ipv4.tcp_keepalive_intvl. |
net |
Параметр Sysctl net.ipv4.tcp_keepalive_probes. |
net |
Параметр Sysctl net.ipv4.tcp_keepalive_time. |
net |
Параметр Sysctl net.ipv4.tcp_max_syn_backlog. |
net |
Параметр Sysctl net.ipv4.tcp_max_tw_buckets. |
net |
Параметр Sysctl net.ipv4.tcp_tw_reuse. |
net |
Параметр Sysctl net.netfilter.nf_conntrack_buckets. |
net |
Параметр Sysctl net.netfilter.nf_conntrack_max. |
vm |
Vm.max_map_count параметра Sysctl. |
vm |
Параметр sysctl vm.swappiness. |
vm |
Vm.vfs_cache_pressure параметра Sysctl. |
Сведения о свойстве
fsAioMaxNr
Параметр sysctl fs.aio-max-nr.
fsAioMaxNr?: number
Значение свойства
number
fsFileMax
Параметр sysctl fs.file-max.
fsFileMax?: number
Значение свойства
number
fsInotifyMaxUserWatches
Параметр Sysctl fs.inotify.max_user_watches.
fsInotifyMaxUserWatches?: number
Значение свойства
number
fsNrOpen
Параметр Sysctl fs.nr_open.
fsNrOpen?: number
Значение свойства
number
kernelThreadsMax
Параметр sysctl kernel.threads-max.
kernelThreadsMax?: number
Значение свойства
number
netCoreNetdevMaxBacklog
Параметр Sysctl net.core.netdev_max_backlog.
netCoreNetdevMaxBacklog?: number
Значение свойства
number
netCoreOptmemMax
Параметр Sysctl net.core.optmem_max.
netCoreOptmemMax?: number
Значение свойства
number
netCoreRmemDefault
Параметр Sysctl net.core.rmem_default.
netCoreRmemDefault?: number
Значение свойства
number
netCoreRmemMax
Параметр Sysctl net.core.rmem_max.
netCoreRmemMax?: number
Значение свойства
number
netCoreSomaxconn
Sysctl, задав параметр net.core.somaxconn.
netCoreSomaxconn?: number
Значение свойства
number
netCoreWmemDefault
Параметр Sysctl net.core.wmem_default.
netCoreWmemDefault?: number
Значение свойства
number
netCoreWmemMax
Параметр Sysctl net.core.wmem_max.
netCoreWmemMax?: number
Значение свойства
number
netIpv4IpLocalPortRange
Параметр Sysctl net.ipv4.ip_local_port_range.
netIpv4IpLocalPortRange?: string
Значение свойства
string
netIpv4NeighDefaultGcThresh1
Параметр Sysctl net.ipv4.neigh.default.gc_thresh1.
netIpv4NeighDefaultGcThresh1?: number
Значение свойства
number
netIpv4NeighDefaultGcThresh2
Параметр Sysctl net.ipv4.neigh.default.gc_thresh2.
netIpv4NeighDefaultGcThresh2?: number
Значение свойства
number
netIpv4NeighDefaultGcThresh3
Параметр Sysctl net.ipv4.neigh.default.gc_thresh3.
netIpv4NeighDefaultGcThresh3?: number
Значение свойства
number
netIpv4TcpFinTimeout
Net.ipv4.tcp_fin_timeout параметра Sysctl.
netIpv4TcpFinTimeout?: number
Значение свойства
number
netIpv4TcpkeepaliveIntvl
Параметр Sysctl net.ipv4.tcp_keepalive_intvl.
netIpv4TcpkeepaliveIntvl?: number
Значение свойства
number
netIpv4TcpKeepaliveProbes
Параметр Sysctl net.ipv4.tcp_keepalive_probes.
netIpv4TcpKeepaliveProbes?: number
Значение свойства
number
netIpv4TcpKeepaliveTime
Параметр Sysctl net.ipv4.tcp_keepalive_time.
netIpv4TcpKeepaliveTime?: number
Значение свойства
number
netIpv4TcpMaxSynBacklog
Параметр Sysctl net.ipv4.tcp_max_syn_backlog.
netIpv4TcpMaxSynBacklog?: number
Значение свойства
number
netIpv4TcpMaxTwBuckets
Параметр Sysctl net.ipv4.tcp_max_tw_buckets.
netIpv4TcpMaxTwBuckets?: number
Значение свойства
number
netIpv4TcpTwReuse
Параметр Sysctl net.ipv4.tcp_tw_reuse.
netIpv4TcpTwReuse?: boolean
Значение свойства
boolean
netNetfilterNfConntrackBuckets
Параметр Sysctl net.netfilter.nf_conntrack_buckets.
netNetfilterNfConntrackBuckets?: number
Значение свойства
number
netNetfilterNfConntrackMax
Параметр Sysctl net.netfilter.nf_conntrack_max.
netNetfilterNfConntrackMax?: number
Значение свойства
number
vmMaxMapCount
Vm.max_map_count параметра Sysctl.
vmMaxMapCount?: number
Значение свойства
number
vmSwappiness
Параметр sysctl vm.swappiness.
vmSwappiness?: number
Значение свойства
number
vmVfsCachePressure
Vm.vfs_cache_pressure параметра Sysctl.
vmVfsCachePressure?: number
Значение свойства
number