Home Database Mysql Tutorial mongodb启动参数

mongodb启动参数

Jun 07, 2016 pm 02:53 PM
ge mongodb parameter start up

mongodb启动参数 General options: 一般选项 -h [ --help ] show this usage information 显示此用法信息 --version show version information 显示版本信息 -f [ --config ] arg configuration file specifying additional options 参数配置文件中指定的其


mongodb启动参数

 

General options: 

一般选项 

  -h [ --help ]                show this usage information 

                                   显示此用法信息 

  --version                     show version information 

                                    显示版本信息 

  -f [ --config ] arg         configuration file specifying additional options 

                                    参数配置文件中指定的其他选项   www.2cto.com  

  -v [ --verbose ]            be more verbose (include multiple times for more verbosity e.g. -vvvvv)

                                    更详细的(包括多次获得更多的详细程度,比如 -vvvvv) 

  --quiet                         quieter output 

                                    安静输出 

  --port arg                    specify port number 

                                    参数指定的端口号 

  --bind_ip arg                comma separated list of ip addresses to listen on - all local ips by default 

                                    用逗号分隔的列表中的用于侦听的IP地址 - 默认情况下所有本地IP 

  --maxConns arg            max number of simultaneous connections 

                                     最大同时连接数 

  --logpath arg                log file to send write to instead of stdout - has to be a file, not directory 

                                     代替stdout的日志文件 - 是一个文件,而不是目录 

  --logappend                  append to logpath instead of over-writing 

                                     追加方式写入日志,而不是覆盖掉以前的 

  --pidfilepath arg            full path to pidfile (if not set, no pidfile is created) 

                                     pid文件的完整路径(如果没有设置,不创建pid文件) 

  --keyFile arg                 private key for cluster authentication (only for replica sets) 

                                     集群认证的私钥(仅对副本集有效) 
 

  --unixSocketPrefix arg    alternative directory for UNIX domain sockets (defaults to /tmp) 

                                     替代UNIX域套接字的目录(默认是/tmp目录) 

  --fork                           fork server process 

                                     创建一个服务器进程的方式启动 

  --auth                           run with security 

                                     安全模式下运行 

  --cpu                            periodically show cpu and iowait utilization 

                                     定期显示CPU和iowait利用率   www.2cto.com  
 

  --dbpath arg                 directory for datafiles 

                                      数据文件目录 

  --diaglog arg                 0=off 1=W 2=R 3=both 7=W+some reads 

  --directoryperdb             each database will be stored in a separate directory 

                                     每个数据库将被存储在一个单独的目录 

  --journal                       enable journaling 

                                     允许调试 

  --journalOptions arg      journal diagnostic options 

                                     调试诊断选项 

  --ipv6                           enable IPv6 support (disabled by default) 

                                     启用IPv6的支持(默认情况下禁用) 
 

  --jsonp                         allow JSONP access via http (has security implications) 

                                     允许JSONP通过HTTP访问(有安全隐患) 

  --noauth                       run without security 

                                     非安全模式下运行 

  --nohttpinterface           disable http interface 

                                     禁用HTTP接口 

  --noprealloc                  disable data file preallocation - will often hurt performance 

                                     禁用数据文件的预分配 - 往往会损害性能 
 

  --noscripting                 disable scripting engine   www.2cto.com  

                                     禁用脚本引擎 

  --notablescan                do not allow table scans 

                                     不允许表扫描 

  --nounixsocket              disable listening on unix sockets 

                                     禁用监听Unix套接字 

  --nssize arg (=16)         .ns file size (in MB) for new databases 

                                     新的数据库的.ns文件的大小(单位:MB). 

  --objcheck                    inspect client data for validity on receipt 
 

                                     收到客户端的数据后的有效性检查 

  --profile arg                  0=off 1=slow, 2=all 

  --quota                         limits each database to a certain number of files (8 default) 

                                     为每个数据库文件数量做限制(默认值8) 

  --quotaFiles arg             number of files allower per db, requires --quota 

                                      每个数据库文件限制的数量,需要--quota参数 

  --rest                            turn on simple rest api 

                                      打开其余简单的API   www.2cto.com  

  --repair                         run repair on all dbs 

                                      启动时修复所有数据库 
 

  --repairpath arg             root directory for repair files - defaults to dbpath 

                                      修复文件的根目录 - 默认取自--dbpath参数 

  --slowms arg (=100)      value of slow for profile and console log 

                                      到profile和终端的日志延迟毫秒数 

  --smallfiles                    use a smaller default file size 

                                      使用一个较小的默认文件大小 

  --syncdelay arg (=60)     seconds between disk syncs (0=never, but not recommended) 

                                      同步到磁盘的间隔秒数(默认:60秒)(0=从不,但不推荐) 

  --sysinfo                        print some diagnostic system information 

                                      打印一些诊断系统信息 

  --upgrade                      upgrade db if needed 

                                      升级DB,如果需要的话 

Replication options: 

复制选项 

  --fastsync                      indicate that this instance is starting from a dbpath snapshot of the repl peer 

                                      表明,这个实例是从一个REPL同行DBPATH快照开始 

  --autoresync                  automatically resync if slave data is stale 

                                      如果从结点的数据是陈旧的就自动重新同步 

  --oplogSize arg              size limit (in MB) for op log 

                                      操作日志的大小(单位:MB) 

Master/slave options: 

主/从选项   www.2cto.com  

  --master                        master mode 

                                       主模式 

  --slave                           slave mode 

                                       从模式 

  --source arg                   when slave: specify master as  

                                       当为从结点时:指定主结点的位置 

  --only arg                       when slave: specify a single database to replicate 

                                       当为从结点时:指定需要复制的数据库,不是全面都复制 

  --slavedelay arg              specify delay (in seconds) to be used when applying master ops to slave 

                                       指定从节点同步主节点oplog的延迟(单位:秒) 

Replica set options: 

副本设置的选项 

  --replSet arg                   arg is [/

Sharding options: 

分片选项   www.2cto.com  

  --configsvr                      declare this is a config db of a cluster; default port 27019; default dir /data/configdb 

                                       声明这是一个集群的配置服务器;默认端口 27019;默认目录 /data/configdb 

  --shardsvr                      declare this is a shard db of a cluster; default port 27018 

                                       声明这是一个集群的分片服务器;默认端口: 27018 

  --noMoveParanoia           turn off paranoid saving of data for moveChunk.  this is on by default for now, but default will switch

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
1 months ago By 尊渡假赌尊渡假赌尊渡假赌
Two Point Museum: All Exhibits And Where To Find Them
1 months ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Which version is generally used for mongodb? Which version is generally used for mongodb? Apr 07, 2024 pm 05:48 PM

It is recommended to use the latest version of MongoDB (currently 5.0) as it provides the latest features and improvements. When selecting a version, you need to consider functional requirements, compatibility, stability, and community support. For example, the latest version has features such as transactions and aggregation pipeline optimization. Make sure the version is compatible with the application. For production environments, choose the long-term support version. The latest version has more active community support.

The difference between nodejs and vuejs The difference between nodejs and vuejs Apr 21, 2024 am 04:17 AM

Node.js is a server-side JavaScript runtime, while Vue.js is a client-side JavaScript framework for creating interactive user interfaces. Node.js is used for server-side development, such as back-end service API development and data processing, while Vue.js is used for client-side development, such as single-page applications and responsive user interfaces.

Where is the database created by mongodb? Where is the database created by mongodb? Apr 07, 2024 pm 05:39 PM

The data of the MongoDB database is stored in the specified data directory, which can be located in the local file system, network file system or cloud storage. The specific location is as follows: Local file system: The default path is Linux/macOS:/data/db, Windows: C:\data\db. Network file system: The path depends on the file system. Cloud Storage: The path is determined by the cloud storage provider.

What are the advantages of mongodb database What are the advantages of mongodb database Apr 07, 2024 pm 05:21 PM

The MongoDB database is known for its flexibility, scalability, and high performance. Its advantages include: a document data model that allows data to be stored in a flexible and unstructured way. Horizontal scalability to multiple servers via sharding. Query flexibility, supporting complex queries and aggregation operations. Data replication and fault tolerance ensure data redundancy and high availability. JSON support for easy integration with front-end applications. High performance for fast response even when processing large amounts of data. Open source, customizable and free to use.

C++ function parameter type safety check C++ function parameter type safety check Apr 19, 2024 pm 12:00 PM

C++ parameter type safety checking ensures that functions only accept values ​​of expected types through compile-time checks, run-time checks, and static assertions, preventing unexpected behavior and program crashes: Compile-time type checking: The compiler checks type compatibility. Runtime type checking: Use dynamic_cast to check type compatibility, and throw an exception if there is no match. Static assertion: Assert type conditions at compile time.

What does mongodb mean? What does mongodb mean? Apr 07, 2024 pm 05:57 PM

MongoDB is a document-oriented, distributed database system used to store and manage large amounts of structured and unstructured data. Its core concepts include document storage and distribution, and its main features include dynamic schema, indexing, aggregation, map-reduce and replication. It is widely used in content management systems, e-commerce platforms, social media websites, IoT applications, and mobile application development.

How to open mongodb How to open mongodb Apr 07, 2024 pm 06:15 PM

On Linux/macOS: Create the data directory and start the "mongod" service. On Windows: Create the data directory and start the MongoDB service from Service Manager. In Docker: Run the "docker run" command. On other platforms: Please consult the MongoDB documentation. Verification method: Run the "mongo" command to connect and view the server version.

Where are the mongodb database files? Where are the mongodb database files? Apr 07, 2024 pm 05:42 PM

The MongoDB database file is located in the MongoDB data directory, which is /data/db by default, which contains .bson (document data), ns (collection information), journal (write operation records), wiredTiger (data when using the WiredTiger storage engine ) and config (database configuration information) and other files.

See all articles