Tool/s to monitor a MongoDB Cluster [closed] - mongodb

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
What tool/s do you recommend using to monitor a MongoDB cluster with sharding and replica set enabled? I prefer a tool which can report on MongoDB cluster internals and not just generic stuff?

MMS is good and there is a list of others here.

Mongostat is your friend here:
http://www.mongodb.org/display/DOCS/mongostat

Related

Database administration tool for MongoDB [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm kinda confused. MongoDB is one of the most popular DB. Is there any DB administration tool available for MongoDB like MySQL workbench or [localhost web based] PHPMyadmin.
I'm on windows 7 machine.
The mongo documentation has some suggestions:
http://www.mongodb.org/display/DOCS/Admin+UIs
Fang looks interesting

Scala/Akka load balancing [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am using Scala/Akka for a server/worker style program. I am currently using a RoundRobinRouter for load balancing between my worker actors. But I wonder if there is any better router? Or is there any "best"?
Ther is a SmallestMailboxRouter. This router adds new messages to the slave with the shortest mailboxqueue. You canfind the documentation here. Another way is using a LoadBalancer. I only found it in the pdf.

startup project for learning mongo db [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I want to learn mongodb.
what could be a simple project as a start to learn MONGODB??
Please provide your views.
Thank You.
Check 10gen's websites (mongodb.org and 10gen.com) for tutorials and use cases. Either of these might be good to start with:
https://www.10gen.com/presentations/mongodb-stockholm/2012/building-your-first-mongodb-application
http://docs.mongodb.org/manual/tutorial/write-a-tumblelog-application-with-django-mongodb-engine/

what is the difference between apache cassandra and hbase and mongodb? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I have been reading about the NoSQL databases for the last little while and i was just wondering what is the difference about Apache Cassandra and hbase and mongodb?
After i asked a friend he told me that Cassandra is an engine and not a database is that true?
Thanks in advance

Best enterprise scheduler that you worked with? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I am looking for a good scheduler that is robust across multiple platforms (windows, linux, solaris, etc) that has robust error reporting capabilities.
The best one was homegrown.
Second best was Autosys.