From 06c39979f07287496c31a083a911c868f9d4ac5c Mon Sep 17 00:00:00 2001 From: Vincent Yang Date: Fri, 6 Oct 2017 14:58:04 -0700 Subject: [PATCH] Added mongod --- pages/common/mongod.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/common/mongod.md diff --git a/pages/common/mongod.md b/pages/common/mongod.md new file mode 100644 index 0000000000..94e68f16c1 --- /dev/null +++ b/pages/common/mongod.md @@ -0,0 +1,15 @@ +# mongod + +> The daemon process for MongoDB. + +- Specify runtime configurations: + +`mongod --config ` + +- Specify port for MongoDB to listen to client connections: + +`mongod --port ` + +- Change database profiling level. 0 is off, 1 is only slow operations, 2 is all: + +`mongod --profile `