SysctlConfig Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Paramètres Sysctl pour les nœuds de l’agent Linux.
public class SysctlConfig
type SysctlConfig = class
Public Class SysctlConfig
- Héritage
-
SysctlConfig
Constructeurs
SysctlConfig() |
Initialise une nouvelle instance de SysctlConfig. |
Propriétés
FsAioMaxNr |
Paramètre Sysctl fs.aio-max-nr. |
FsFileMax |
Paramètre Sysctl fs.file-max. |
FsInotifyMaxUserWatches |
Paramètre Sysctl fs.inotify.max_user_watches. |
FsNrOpen |
Paramètre Sysctl fs.nr_open. |
KernelThreadsMax |
Sysctl définissant kernel.threads-max. |
NetCoreNetdevMaxBacklog |
Paramètre Sysctl net.core.netdev_max_backlog. |
NetCoreOptmemMax |
Paramètre Sysctl net.core.optmem_max. |
NetCoreRmemDefault |
Paramètre Sysctl net.core.rmem_default. |
NetCoreRmemMax |
Paramètre Sysctl net.core.rmem_max. |
NetCoreSomaxconn |
Sysctl définissant net.core.somaxconn. |
NetCoreWmemDefault |
Paramètre Sysctl net.core.wmem_default. |
NetCoreWmemMax |
Paramètre Sysctl net.core.wmem_max. |
NetIPv4IPLocalPortRange |
Paramètre Sysctl net.ipv4.ip_local_port_range. |
NetIPv4NeighDefaultGcThresh1 |
Paramètre Sysctl net.ipv4.neigh.default.gc_thresh1. |
NetIPv4NeighDefaultGcThresh2 |
Paramètre Sysctl net.ipv4.neigh.default.gc_thresh2. |
NetIPv4NeighDefaultGcThresh3 |
Paramètre Sysctl net.ipv4.neigh.default.gc_thresh3. |
NetIPv4TcpFinTimeout |
Paramètre Sysctl net.ipv4.tcp_fin_timeout. |
NetIPv4TcpKeepaliveIntvl |
Paramètre Sysctl net.ipv4.tcp_keepalive_intvl. |
NetIPv4TcpKeepaliveProbes |
Paramètre Sysctl net.ipv4.tcp_keepalive_probes. |
NetIPv4TcpKeepaliveTime |
Paramètre Sysctl net.ipv4.tcp_keepalive_time. |
NetIPv4TcpMaxSynBacklog |
Paramètre Sysctl net.ipv4.tcp_max_syn_backlog. |
NetIPv4TcpMaxTwBuckets |
Paramètre Sysctl net.ipv4.tcp_max_tw_buckets. |
NetIPv4TcpTwReuse |
Paramètre Sysctl net.ipv4.tcp_tw_reuse. |
NetNetfilterNfConntrackBuckets |
Paramètre Sysctl net.netfilter.nf_conntrack_buckets. |
NetNetfilterNfConntrackMax |
Paramètre Sysctl net.netfilter.nf_conntrack_max. |
VmMaxMapCount |
Paramètre Sysctl vm.max_map_count. |
VmSwappiness |
Paramètre Sysctl vm.swappiness. |
VmVfsCachePressure |
Paramètre Sysctl vm.vfs_cache_pressure. |
S’applique à
Azure SDK for .NET