Best unofficial Apache Server developers community |
| |||||
| Feb 9, 2012 | |||||
|
Yuhuofei |
|
||||
| Tags: | |||||
|
About the ar|aw in the mongostat December 26, 2011 04:57:09 PM Hi, According to the description of mongostat, "ar|aw" means active clients (read|write) and "qr|qw" shows the queue lengths for clients waiting (read|write). Based on my understanding, the sum of "ar|aw" with "qr|qw" should equal to the total… mongostat --discover October 29, 2010 05:23:27 PM Why doesn't it work? Trying to monitor all of my servers queriers at same time. When I use --host [csv of servers], I only get info from the first server in the list. If I use option --discover, I just get the help info..and ERROR: unknown… Mongostat lock % March 1, 2011 05:43:43 PM What does it mean in the "locked %" column in mongostat when it exceeds 100%? Occasionally we see it hit 200 or more. mongostat version 1.7.5 February 8, 2011 02:11:10 AM Hi, is there a way for mongostat in version 1.7.5 to monitor only specific db like in 1.6.5 (--db <dbname>) ? thanks Mongostat Faults October 11, 2010 08:36:25 PM What does the Faults column in Mongostat mean? I see quite a few more recently in our production server and more locking reported as well. Is there some action I should take to prevent these faults? Question on mongostat June 1, 2011 01:46:42 PM Does this mean I need at least 2.5G of RAM? mapped: 2.51g vsize: 6.25g Currently I have only 768MB, half of which is for tomcat7... the app is not under heavy load, so no OOM errors so far... Thank you in advance. What reports as a lock in mongostat? September 13, 2010 03:37:38 PM As the following gist shows, even though there are no inserts or updates being executed, there is still a small period when the database is locked. What else would cause this? http://gist.github.com/577971 Thanks, Ethan asterisk in mongostat numbers December 1, 2011 03:23:41 PM hi! we just fired up a slave and the mongostat numbers have an asterisk next to them. http://cl.ly/1G3i2u0a0n0P2O37101y what does that denote, replication traffic? thanks, austin MongoStat using java driver March 11, 2011 08:12:56 AM Please tell me how do we get the mongostats using the java driver. Fast Insert with much fault in mongostat January 5, 2011 02:35:17 PM Hi, it's a few day that i'm making a lot of test with mongodb to study his performance. This i due to idea to use it for exprerimental data, for acquiring data to sensor and other device. i have used two machine with: 2 CPU - 8 CORE - 20GB ram… mongostat - vsize , res grow with M/R jobs August 17, 2011 02:05:17 AM Hello All, my vsize and res grow uncontrollably large after running batch timer based map reduce jobs. my vsize gets to 1.87 and res 1.2 and continues to grow. Im am inserting new data into my source table each time, but MR processing is done with… Mongostat getmore operations on slaves June 21, 2011 09:57:55 AM Hello everyone. I have a replica set with 3 slaves and one primary, and mongostat shows me 0 getmore for all slaves. All getmores appear to be executed on primary, although there are a lot of reads on slaves. Am I doing something wrong, or is… lots of commands show when mongostat December 22, 2011 03:28:00 AM lots of "commands" show when use mongostat to mointer? Where do these commands come from? What does the "command" actually mean? source of Mongostat fault info December 22, 2010 09:25:20 AM Where does the faults column in Mongostat get its data from? I'm looking through serverStatus() and not finding anything that looks like it would indicate number of faults. Thanks! mongostat doesn't collect data about faults/s December 30, 2010 07:28:34 AM Here is pastebin with outputs <http://pastebin.com/ef0S4Ajg> Is this bug or misconfiguration or by design? :-) mongostat not showing inserts with PHP batchInsert() September 23, 2011 03:13:19 PM Hi all, While doing some tests on Mongo, I've noticed that mongostat does not show any inserts/updates/commands (anything like that) when doing (a lot of) inserts with PHP MongoCollection::batchInsert() method. The only thing that mongostat notice… mongostat show insert -1082869003 per seconds December 22, 2011 01:07:27 AM mongostat monitor the state of linux server like this? connected to: 127.0.0.1:27031 insert query update delete getmore command vsize res faults netIn netOut conn repl time 627 0 0 0 0 625 808m 207m … Do you have good ideas to control faults in mongostat ? September 20, 2011 12:30:35 AM Do you have good ideas to control faults in mongostat ? Re: ??: Questions about the results of mongostat and Concurrency in mongoDB August 22, 2010 06:43:27 AM Sorry for my thoughtless , I got it now. With format "hostname:port" as the parameter when using mongostat command, then you can look at a certain mongod process. Thank you for replying . On Aug 22, 2:34 pm, ?? <joe.ha### @gmail.com> wrote:… Mongostat shows many 'command's. What these numbers normal? October 30, 2011 07:01:34 AM My mongostat command shows the following. I found many primary shard's ' command' is very large. Some over 20K and I've seen even large values (over30K). Are these numbers normal? My app doesn't have a lot of traffic at all. What possibly can… Getting mongoStat through mongoDB Java driver March 15, 2011 Is there a way to get the results of the mongostat utility such as no. of queries/sec, inserts/sec, etc. through java driver. One way I find out was… Converting from a PHP MySQL result object to a result resource (OO to procedural) January 25, 2011 I have been handling MySQL database functions within a PHP application using an object oriented style. But now I want to use a function that… $result not usable after mysql_fetch_assoc($result), why April 20, 2011 i get data from sql then run while ($list = mysql_fetch_assoc($result)) { ... } then i try to do the same thing but its giving nothing like result… Returning first result where CASE result = X? April 12, 2011 I'm trying to return to write a query that only returns first result where someid (result of the first case)=X - and ignoring subsequent results… Query didnt provied expected result i need expected result April 23, 2011 ap table id tid code pid cl date 1 1 1002 17 DC 2011-04-05 16:14:37 2 1 1002 18 DC 2011-04-05 16:14:37 3 1 1002 19 DC 2011-04-05 16:14:37 4 2 1002… Mysql insert current result and then insert new result May 26, 2011 I have an ajax live table edit to change the price of my current product. What I want to do is insert the price before I change it and then insert… How to subtract a query result from another query result in MYSQL June 16, 2011 1st query (select a.cat_id,a.cat_name,a.cat_description,b.subcat_name,b.subcat_description from trade_categories a left outer join… How to add a <br/> after each result, but not last result? February 2, 2011 This is my partial code: while($row = $db->fetch_array($query)) { echo $row['row_name']; } How can I make it so it will add a break tag after… SQLite Get One result February 20, 2011 I know in MySQL, there is a LIMIT feature where you can limit your results. SELECT * FROM table WHERE id = 'id' LIMIT 0,1 Is there any way to do… Different Regex result in IE April 4, 2011 i get some HTML it a as ajax response, and i need to get just the body contents. So i made this regex: /(<body>|<\/body>)/ig works well… Why I can't get the result when I using localhost? May 1, 2011 My computer ip is 192.168.11.3, and I do my coding, and I send getJSON request to localhost, the getJSON path is something like this:… Need help to understand result set from PDO April 16, 2011 I have the following function executing PDO queries: // removed error handling for presenting here function getRows($sql) { $stmt =… How to go through mysql result twice? June 22, 2011 For whatever reason I need to go through a mysql result set twice. Is there a way to do it? I don't want to run the query twice and I don't want to… Pdo free result May 21, 2011 there is a mysql function in php called mysql_free_result() ; I couln't find any similar function for PDO. is there a pdo function to free the… Query's result set is too big May 5, 2011 I have a query that can be fast or slow depending on how many records I'm fetching. Here's a table showing the number in my LIMIT clause and the… PHP EOF showing only one result. June 1, 2011 Hello Seems like I can not find the solution for such problem. I am using the following code. it should display all the results given by the mySQL… Mongodb sum result is nan April 28, 2011 i have collection with fields goods_id, views(int). i want to group by goods_id and sum views, but this code not work, count=NaN… How to do union on a Result set that has only 1 row using JTS ? May 2, 2011 while (rs.next()) { row_count = row_count + 1 ; System.out.println(rs.getString("the_geom")); } How to use the_geom which has geometry datatype… How to make MySQL result set the same as specified? February 17, 2011 Select * from table where id in ($id_list)... How to make the result the same order as specified in $id_list ? If $id_list='2,1,5...' then the… Result set can't be executed in java ! December 23, 2010 I have a null pointer exception in ResultSet rs = aStatement.executeQuery(Query); // it can't be executed my code is like this : public static… | |||||
(56 lines) Feb 9, 2012 15:20