MongoDB Enterprise mongos> db.adminCommand({getCmdLineOpts:1}) { "argv" : [ "mongos", "-f", "/Products/mongodb/configs/mongos.conf" ], "parsed" : { "config" : "/Products/mongodb/configs/mongos.conf", "net" : { "bindIp" : "127.0.0.1,10.86.135.168", "port" : 27017 }, "processManagement" : { "fork" : true, "pidFilePath" : "/var/run/mongodb/mongos.pid" }, "security" : { "keyFile" : "/Products/mongodb/configs/mongodb-keyfile" }, "sharding" : { "configDB" : "repldxlconfig/10.86.57.235:27019,10.86.57.237:27019,10.86.135.171:27019" }, "systemLog" : { "destination" : "file", "logAppend" : true, "logRotate" : "reopen", "path" : "/Products/mongodb/logs/mongos.log" } }, "ok" : 1, "operationTime" : Timestamp(1641208429, 67), "$clusterTime" : { "clusterTime" : Timestamp(1641208429, 67), "signature" : { "hash" : BinData(0,"TtNdLC0rZySB4F6yZYchP45OPHk="), "keyId" : NumberLong("7015886149541429318") } } } MongoDB Enterprise mongos> MongoDB Enterprise mongos> db.adminCommand({getParameter:"*"}) { "KeysRotationIntervalSec" : 7776000, "KillSessionsMaxConcurrency" : 100, "KillSessionsPerHostTimeoutMS" : 60000, "ShardingTaskExecutorPoolHostTimeoutMS" : 300000, "ShardingTaskExecutorPoolMaxConnecting" : 2, "ShardingTaskExecutorPoolMaxSize" : -1, "ShardingTaskExecutorPoolMinSize" : 1, "ShardingTaskExecutorPoolRefreshRequirementMS" : 60000, "ShardingTaskExecutorPoolRefreshTimeoutMS" : 20000, "adaptiveServiceExecutorIdlePctThreshold" : 60, "adaptiveServiceExecutorMaxQueueLatencyMicros" : 500, "adaptiveServiceExecutorRecursionLimit" : 8, "adaptiveServiceExecutorReservedThreads" : -1, "adaptiveServiceExecutorRunTimeJitterMillis" : 500, "adaptiveServiceExecutorRunTimeMillis" : 5000, "adaptiveServiceExecutorStuckThreadTimeoutMillis" : 250, "auditAuthorizationSuccess" : false, "authFailedDelayMs" : 0, "authSchemaVersion" : 5, "authenticationMechanisms" : [ "MONGODB-CR", "MONGODB-X509", "SCRAM-SHA-1" ], "clientCursorMonitorFrequencySecs" : 4, "clusterAuthMode" : "keyFile", "connPoolMaxConnsPerHost" : 200, "connPoolMaxInUseConnsPerHost" : 2147483647, "connPoolMaxShardedConnsPerHost" : 200, "connPoolMaxShardedInUseConnsPerHost" : 2147483647, "cursorTimeoutMillis" : NumberLong(600000), "debugCollectionUUIDs" : false, "diagnosticDataCollectionDirectoryPath" : "/Products/mongodb/logs/mongos.diagnostic.data", "diagnosticDataCollectionDirectorySizeMB" : 200, "diagnosticDataCollectionEnabled" : true, "diagnosticDataCollectionFileSizeMB" : 10, "diagnosticDataCollectionPeriodMillis" : 1000, "diagnosticDataCollectionSamplesPerChunk" : 300, "diagnosticDataCollectionSamplesPerInterimUpdate" : 10, "disableLogicalSessionCacheRefresh" : false, "disableNonSSLConnectionLogging" : false, "disabledSecureAllocatorDomains" : [ ], "enableLocalhostAuthBypass" : true, "enableTestCommands" : false, "globalConnPoolIdleTimeoutMinutes" : 2147483647, "heapProfilingEnabled" : false, "heapProfilingSampleIntervalBytes" : NumberLong(262144), "honorSystemUmask" : false, "internalDocumentSourceCursorBatchSizeBytes" : 4194304, "internalDocumentSourceLookupCacheSizeBytes" : 104857600, "internalGeoNearQuery2DMaxCoveringCells" : 16, "internalGeoPredicateQuery2DMaxCoveringCells" : 16, "internalInsertMaxBatchSize" : 64, "internalProhibitShardOperationRetry" : false, "internalQueryAlwaysMergeOnPrimaryShard" : false, "internalQueryCacheEvictionRatio" : 10, "internalQueryCacheFeedbacksStored" : 20, "internalQueryCacheSize" : 5000, "internalQueryEnumerationMaxIntersectPerAnd" : 3, "internalQueryEnumerationMaxOrSolutions" : 10, "internalQueryExecMaxBlockingSortBytes" : 33554432, "internalQueryExecYieldIterations" : 128, "internalQueryExecYieldPeriodMS" : 10, "internalQueryFacetBufferSizeBytes" : 104857600, "internalQueryForceIntersectionPlans" : false, "internalQueryIgnoreUnknownJSONSchemaKeywords" : false, "internalQueryMaxScansToExplode" : 200, "internalQueryPlanEvaluationCollFraction" : 0.3, "internalQueryPlanEvaluationMaxResults" : 101, "internalQueryPlanEvaluationWorks" : 10000, "internalQueryPlanOrChildrenIndependently" : true, "internalQueryPlannerEnableHashIntersection" : false, "internalQueryPlannerEnableIndexIntersection" : true, "internalQueryPlannerGenerateCoveredWholeIndexScans" : false, "internalQueryPlannerMaxIndexedSolutions" : 64, "internalQueryProhibitBlockingMergeOnMongoS" : false, "internalQueryProhibitMergingOnMongoS" : false, "internalQueryS2GeoCoarsestLevel" : 0, "internalQueryS2GeoFinestLevel" : 23, "internalQueryS2GeoMaxCells" : 20, "journalCommitInterval" : 0, "ldapAuthzQueryTemplate" : "", "ldapQueryPassword" : "###", "ldapQueryUser" : "", "ldapServers" : "", "ldapTimeoutMS" : NumberLong(10000), "ldapUserToDNMapping" : "[{match: \"(.+)\", substitution: \"{0}\"}]", "localLogicalSessionTimeoutMinutes" : 30, "logComponentVerbosity" : { "verbosity" : 0, "accessControl" : { "verbosity" : -1 }, "command" : { "verbosity" : -1 }, "control" : { "verbosity" : -1 }, "executor" : { "verbosity" : -1 }, "geo" : { "verbosity" : -1 }, "index" : { "verbosity" : -1 }, "network" : { "verbosity" : -1, "asio" : { "verbosity" : -1 }, "bridge" : { "verbosity" : -1 } }, "query" : { "verbosity" : -1 }, "replication" : { "verbosity" : -1, "heartbeats" : { "verbosity" : -1 }, "rollback" : { "verbosity" : -1 } }, "sharding" : { "verbosity" : -1, "shardingCatalogRefresh" : { "verbosity" : -1 } }, "storage" : { "verbosity" : -1, "journal" : { "verbosity" : -1 } }, "write" : { "verbosity" : -1 }, "ftdc" : { "verbosity" : -1 }, "tracking" : { "verbosity" : -1 } }, "logLevel" : 0, "logUserIds" : false, "logicalSessionRefreshMinutes" : 5, "maxAcceptableLogicalClockDriftSecs" : NumberLong(31536000), "maxBSONDepth" : 200, "maxLogSizeKB" : 10, "maxSessions" : 1000000, "maxSyncSourceLagSecs" : 30, "notablescan" : false, "opensslCipherConfig" : "", "opensslDiffieHellmanParameters" : "", "quiet" : false, "redactClientLogData" : false, "replElectionTimeoutOffsetLimitFraction" : 0.15, "saslHostName" : "dxlgwr1", "saslServiceName" : "mongodb", "saslauthdPath" : "", "scramIterationCount" : 10000, "scriptingEngineInterruptIntervalMS" : 1000, "shardedConnPoolIdleTimeoutMinutes" : 2147483647, "skipShardingConfigurationChecks" : false, "sslMode" : "disabled", "startupAuthSchemaValidation" : true, "suppressNoTLSPeerCertificateWarning" : false, "syncdelay" : 60, "synchronousServiceExecutorRecursionLimit" : 8, "taskExecutorPoolSize" : 0, "tcmallocAggressiveMemoryDecommit" : 0, "tcmallocEnableMarkThreadTemporarilyIdle" : false, "tcmallocMaxTotalThreadCacheBytes" : 1011875840, "traceExceptions" : false, "userCacheInvalidationIntervalSecs" : 30, "ok" : 1, "operationTime" : Timestamp(1641208442, 216), "$clusterTime" : { "clusterTime" : Timestamp(1641208442, 216), "signature" : { "hash" : BinData(0,"xOz4eUOBmIODPIrc6f0Y9OtaixE="), "keyId" : NumberLong("7015886149541429318") } } } MongoDB Enterprise mongos>