mongo DB內建常用工具

2022-04-08 10:31:40 字數 1446 閱讀 6246

mongo db內建常用工具

常用工具集

mongodb 在 bin 目錄下提供了一系列有用的工具,這些工具提供了 mongodb 在運維管理上的方便。  www.2cto.com  

bsondump:   將 bson 格式的檔案轉儲為 json 格式的資料

mongo:   客戶端命令列工具,其實也是乙個 js 直譯器,支援 js 語法

mongod:   資料庫服務端,每個例項啟動乙個程序,可以 fork 為後台執行

mongodump/ mongorestore:   資料庫備份和恢復工具  www.2cto.com  

mongoexport/ mongoimport:   資料匯出和匯入工具

mongofiles:   gridfs 管理工具,可實現二制檔案的訪問

mongos:   分片路由如果使用了sharding 功能,則應用程式連線的是 mongos 而不是mongod

mongosniff:   這一工具的作用類似於 tcpdump, 不同的是他只監控 mongodb 相關的包請求,並且是以指定的可讀性的形式輸出

mongostat: 實時效能監控工具  www.2cto.com   如:

[root@dell1 mongodb-2.0.4]# cd  bin

[root@dell1 bin]# ll

total 90164

-rwxr-xr-x 1 root root 8581356 mar 20  2012 bsondump

-rwxr-xr-x 1 root root 2706732 mar 20  2012 mongo

-rwxr-xr-x 1 root root 8633320 mar 20  2012 mongod

-rwxr-xr-x 1 root root 8624500 mar 20  2012 mongodump

-rwxr-xr-x 1 root root 8598572 mar 20  2012 mongoexport

-rwxr-xr-x 1 root root 8594572 mar 20  2012 mongofiles

-rwxr-xr-x 1 root root 8613108 mar 20  2012 mongoimport

-rwxr-xr-x 1 root root 8610348 mar 20  2012 mongorestore

-rwxr-xr-x 1 root root 5258060 mar 20  2012 mongos

-rwxr-xr-x 1 root root 6638180 mar 20  2012 mongosniff

-rwxr-xr-x 1 root root 8667212 mar 20  2012 mongostat

-rwxr-xr-x 1 root root 8598604 mar 20  2012 mongotop

[root@dell1 bin]#    

SEO常用工具

seo常用工具 搜尋引擎抓取內容模擬器 可以模擬蜘蛛抓取指定網頁,包括text link keywords及description資訊等。頁面相似度檢測工具 檢驗兩個頁面的相似度 如果相似度達80 以上,將可能受到懲罰 sitemap 製作工具 中文 http www.xinqj.com sitem...

SQL 常用工具

在測試我們的系統時,需要向資料庫一次性插入128條記錄,而我們的配置工具的匯入匯出居然不支援 想想,也情有可原,需求就是這樣。手工輸入128條又太麻煩了,因此,我想到了bcp,之前在給同事導資料時也用過這個命令,但是當時看完幫助文件 導完資料後沒有做相應的記錄,又從頭看了遍文件,因此,決定把他記錄下...

開發常用工具

原型圖工具 omnigraffle 畫圖工具 sketch axure 匯出切圖 prepo 2x,3x,匯出外掛程式 壓縮 imageoptim 瀏覽器外掛程式 谷歌chrome瀏覽器http請求模擬外掛程式 postman 火狐http請求模擬外掛程式 httprequest 火狐http抓包外...