query k Kill operation using "mongo" executable K Kill operations older than given seconds using "mongo" executable r Try to reconnect to disconnected servers R Try to reconnect all serversDependency package
Python 2.6 or above
Pymongo 2.0 or above
Configuration (option)
The configuration file can be created in/etc/motop. conf. There can be multiple short configurations. Each section can contain the following parameters: address :? Server address
, remove servers
Server, database, table, column, index, tree display and status information view
Query Analyzer features: Support Select,insert,delete,update
Index management features: Support for Column name display, index creation, view, deleteDatabase Profile Management
You can set the profile switch to view profiles, customize paging size
Master/slave Information Display
:Iv. MongovueThis is a very good
1 SummaryIn MySQL, the slow query log is often used as the basis for our query optimization, is there a similar function in MongoDB? The answer is yes, that is to turn on the profiling function. The tool collects writes about MONGODB, cursors, database commands, etc. on a ru
Label:Turn from:Http://www.cnblogs.com/Showshare/p/MongoDB_WebIDE.htmlA long-ago collection of articles: "Powerful MongoDB database management tools." Recently just to do some mongodb aspects of work, so turned out to review a bit, it is very convenient to use. However, in the use of the process appeared a number of problems, coupled with more like mongouve of operating habits, so decided to "do their own,
Label:For the MongoDB package is still continuing, for the continuous pursuit of simple programming continues, for like the Code of the feeling, still continue ... When your MONGO data table has sub-objects, especially the list objects, the use of the official driver is very uncomfortable, to remember a lot of new object types, trouble, so, to encapsulate it, let Getmodel support anonymous parameters! The table structure may be this way The statement
("cust_id")]Public string CustomerId {get; set ;}/// /// Total/// [BsonElement ("amount")]Public int Amount {get; set ;}/// /// Status/// [BsonElement ("status")]Public string Status {get; set ;}} For the following operations based on the MongoDB GUI tool, see references 3.First, let's take a look at the parameters and results required for paging. The common parameters re
1. Introduction to ToolsPt-query-digest is a tool for analyzing slow queries for MySQL, which analyzes Binlog, general log, Slowlog, It can also be analyzed using showprocesslist or MySQL protocol data crawled by tcpdump. The analysis results can be exported to a file, the analysis process is the parameters of the query statement, and then the parameterized
Tags: value pos ble table ali relational fuzzy query float precisionExact query:sql:field= "Value"mongo:{"field": "Value"}---------------------------------Fuzzy query:
Match on both sides
Right match
Left match
Sql:
Field= "%value%"
Field= "Value%"
Field= "%value"
Mongo:
{"Field":/value/}{"Field":/.value/}{"Field":/.value.*/}
Process Monitoring Tool Supervisor starts MongoDB
1. What is a supervisor?
Superviosr is a process monitoring tool on a UNIX-like system. Supervisor is a Python-developed client/server system that can manage and monitor processes on * nix. However, like daemontools, it cannot monitor daemon processes.
Official Website: http://supervisord.org/
Second, use a superv
A tool for real-time data synchronization between mongodb and ElasticSearch Based on netcore (ipv2es ),
Tools for real-time data synchronization between mongodb and ElasticSearch Based on netcore
One-to-one, one-to-many, multiple-to-one, and many-to-many data transmission modes are supported.
One-to-one-A mongodb col
Although many open-source tools use plug-ins or other methods to monitor the internal performance provided by these open-source components (the so-called internal performance is the data obtained by the STAT command class provided by these open-source components ), however, both deployment and expansion are troublesome. In fact, it takes 1-2 days to implement such a tool, and it is also very convenient to scale.
For example,
Today, we introduce a software to analyze the structure of MONGODB database table--varity. For MongoDB This schema free database, the software comes with the query collection stored in the data situation is difficult to see the specific data structure at a glance, Tomá Dvoák authors write a variety.js script that makes it easy to understand the data structure in
GrammarThe syntax format for MongoDB query data is as follows:>db. Collection_name. Find() The Find () method displays all documents in an unstructured manner.If you need to read the data in an easy-to-read way, you can use the pretty () method, which has the following syntax:>db. Col. Find(). Pretty() The pretty () method displays all documents in a formatted manner.InstanceThe following exa
MongoDB management tools
Author: nosqlfan on Thursday, February 2010-5 comments [read: 8,012 times]
Check whether a product is recognized. You can view the number and maturity of its third-party tools from one side. Let's take a look at the various GUI management tools of MongoDB.
Try MongoDB
Can I try MongoDB without
1. Introduction to ToolsPt-query-digest is a tool for analyzing slow queries for MySQL, which analyzes Binlog, general log, Slowlog, It can also be analyzed using showprocesslist or MySQL protocol data crawled by tcpdump. The analysis results can be exported to a file, the analysis process is the parameters of the query statement, and then the parameterized
1. Introduction to ToolsPt-query-digest is a tool for analyzing slow queries for MySQL, which analyzes Binlog, general log, Slowlog, It can also be analyzed using showprocesslist or MySQL protocol data crawled by tcpdump. The analysis results can be exported to a file, the analysis process is the parameters of the query statement, and then the parameterized
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.