[freenet-cvs] r14865 - in trunk/contrib/bdb: . ant dist src/com/sleepycat/je src/com/sleepycat/je/log test/com/sleepycat/je
nextgens at freenetproject.org
nextgens at freenetproject.org
Thu Aug 23 20:38:54 UTC 2007
Author: nextgens
Date: 2007-08-23 20:38:54 +0000 (Thu, 23 Aug 2007)
New Revision: 14865
Added:
trunk/contrib/bdb/src/com/sleepycat/je/log/x
trunk/contrib/bdb/src/com/sleepycat/je/vmstat.log
Modified:
trunk/contrib/bdb/README
trunk/contrib/bdb/ant/compile.xml
trunk/contrib/bdb/ant/internal.xml
trunk/contrib/bdb/dist/build.properties
trunk/contrib/bdb/src/com/sleepycat/je/JEVersion.java
trunk/contrib/bdb/test/com/sleepycat/je/EnvironmentTest.java
Log:
freenet-ext: update bdb : je-3.2.42 -> je-3.2.43 (http://download.oracle.com/berkeley-db/je-3.2.43.tar.gz)
Modified: trunk/contrib/bdb/README
===================================================================
--- trunk/contrib/bdb/README 2007-08-23 20:11:02 UTC (rev 14864)
+++ trunk/contrib/bdb/README 2007-08-23 20:38:54 UTC (rev 14865)
@@ -1,5 +1,5 @@
-Oracle: Berkeley DB, Java Edition 3.2.42: August 08, 2007
+Oracle: Berkeley DB, Java Edition 3.2.43: August 20, 2007
-This is Berkeley DB, Java Edition, version 3.2.42 from
+This is Berkeley DB, Java Edition, version 3.2.43 from
Oracle. To view the release and installation documentation, load
the distribution file docs/index.html into your web browser.
\ No newline at end of file
Modified: trunk/contrib/bdb/ant/compile.xml
===================================================================
--- trunk/contrib/bdb/ant/compile.xml 2007-08-23 20:11:02 UTC (rev 14864)
+++ trunk/contrib/bdb/ant/compile.xml 2007-08-23 20:38:54 UTC (rev 14865)
@@ -24,7 +24,8 @@
debug="${build.debug}"
deprecation="${build.deprecation}"
optimize="on"
- source="1.4">
+ source="1.4"
+ target="1.4">
<classpath refid="compile.classpath"/>
<include name="${include}"/>
<exclude name="${java15files1}"/>
@@ -37,7 +38,8 @@
debug="${build.debug}"
deprecation="${build.deprecation}"
optimize="on"
- source="1.5">
+ source="1.5"
+ target="1.5">
<classpath refid="compile.classpath"/>
<include name="${java15files1}"/>
<include name="${java15files2}"/>
Modified: trunk/contrib/bdb/ant/internal.xml
===================================================================
--- trunk/contrib/bdb/ant/internal.xml 2007-08-23 20:11:02 UTC (rev 14864)
+++ trunk/contrib/bdb/ant/internal.xml 2007-08-23 20:38:54 UTC (rev 14865)
@@ -69,6 +69,8 @@
<target name="init-regress" depends="init">
<delete dir="${regress.datadir}"/>
<mkdir dir="${regress.datadir}"/>
+ <!-- Unzip may not create the empty src directory -->
+ <mkdir dir="${regress.srcdir}"/>
</target>
<target name="compile-regress" depends="init-regress">
Modified: trunk/contrib/bdb/dist/build.properties
===================================================================
--- trunk/contrib/bdb/dist/build.properties 2007-08-23 20:11:02 UTC (rev 14864)
+++ trunk/contrib/bdb/dist/build.properties 2007-08-23 20:38:54 UTC (rev 14865)
@@ -1,4 +1,4 @@
-release.version=3.2.42
-release.numeric.version=3.2.42
+release.version=3.2.43
+release.numeric.version=3.2.43
release.major=3
release.minor=2
Modified: trunk/contrib/bdb/src/com/sleepycat/je/JEVersion.java
===================================================================
--- trunk/contrib/bdb/src/com/sleepycat/je/JEVersion.java 2007-08-23 20:11:02 UTC (rev 14864)
+++ trunk/contrib/bdb/src/com/sleepycat/je/JEVersion.java 2007-08-23 20:38:54 UTC (rev 14865)
@@ -3,7 +3,7 @@
*
* Copyright (c) 2002,2007 Oracle. All rights reserved.
*
- * $Id: JEVersion.java,v 1.93.2.20 2007/08/06 16:43:22 cwl Exp $
+ * $Id: JEVersion.java,v 1.93.2.21 2007/08/19 22:34:10 mark Exp $
*/
package com.sleepycat.je;
@@ -19,7 +19,7 @@
* the doc templates in the doc_src directory.
*/
public static final JEVersion CURRENT_VERSION =
- new JEVersion(3, 2, 42, null);
+ new JEVersion(3, 2, 43, null);
private int majorNum;
private int minorNum;
Added: trunk/contrib/bdb/src/com/sleepycat/je/log/x
===================================================================
--- trunk/contrib/bdb/src/com/sleepycat/je/log/x (rev 0)
+++ trunk/contrib/bdb/src/com/sleepycat/je/log/x 2007-08-23 20:38:54 UTC (rev 14865)
@@ -0,0 +1,1046 @@
+
+RCS file: /a/CVSROOT/je/src/com/sleepycat/je/log/LogManager.java,v
+Working file: LogManager.java
+head: 1.182
+branch:
+locks: strict
+access list:
+symbolic names:
+ je-3_2_26: 1.163.2.3
+ je-3_2_25: 1.163.2.3
+ je-3_2_23: 1.163.2.3
+ je-3_2_24: 1.163.2.3
+ je-3_2_21: 1.163.2.3
+ je-3_2_20: 1.163.2.2
+ je-3_2_19: 1.163.2.1
+ je-3_2_18: 1.163.2.1
+ B_je-3_2_15: 1.163.0.2
+ je-3_2_15: 1.163
+ je-2_0_100: 1.145.2.1
+ je-3_2_13: 1.162
+ je-3_2_5: 1.160
+ je-3_1_25: 1.158
+ je-3_1_24: 1.156
+ je-3_1_20: 1.155
+ je-3_1_0: 1.155
+ je-3_0_39: 1.154
+ je-3_0_36: 1.154
+ je-3_0_35: 1.154
+ je-3_0_21: 1.153
+ je-3_0_20: 1.153
+ je-3_0_12: 1.153
+ je-3_0_11: 1.153
+ je-3_0_6: 1.153
+ je-3_0_5: 1.153
+ je-3_0_4: 1.153
+ je-3_0_3: 1.153
+ int-3_0_2_apr14: 1.153
+ je-3_0_2: 1.153
+ je-3_0_1: 1.153
+ je-2_1_30: 1.153
+ je-2_1_25_RC1: 1.153
+ je-2_1_30_beta: 1.152
+ je-2_0_98: 1.145.2.1
+ je-2_1_10-Sun: 1.148
+ je-2_1_1: 1.147
+ je-2_0_94: 1.145.2.1
+ je-2_0_93: 1.145.2.1
+ je-2_0_91: 1.145
+ je-2_0_90: 1.145
+ B_je-2_0_83: 1.145.0.2
+ B_shop_com_2_0_84: 1.146.0.2
+ shop_com_2_0_84: 1.146
+ je-2_0_83: 1.145
+ int-2_0_79: 1.143
+ je-2_0_54: 1.141
+ je-1_7_1_Maya_12671_12712_12792: 1.125.2.2
+ je-2_0_42_archive_org_12562: 1.141
+ je-2_0_42: 1.141
+ je-1_7_1_Maya_12671_12712: 1.125.2.2
+ je-2_0_0_beta2: 1.140
+ je-1_7_1_with_12671_NIO_Chunks: 1.125
+ je-1_7_2_with_12671_NIO_Chunks: 1.125.2.2
+ je-2_0_0_beta1: 1.137
+ archive_org_12115_11552_2nd: 1.125.2.1
+ archive_org_12115_11552: 1.125.2.1
+ je-1_7_1: 1.125
+ je-1_7_x: 1.125.0.2
+ int_for_archive_org: 1.124
+ je-1_7_0: 1.124
+ je-1_7_0_rc1: 1.124
+ int_before_serializable_optimizations: 1.123
+ je-1_5_4: 1.117.0.2
+ int_before_phantoms: 1.122
+ je-1_5_3: 1.117
+ je-1_5_2: 1.113
+ je-1_5_1: 1.113
+ je-1_5_0_GA: 1.109
+ int_before_lock_change: 1.109
+ je-1_4_10_beta: 1.107
+ je-1_4_5_beta: 1.102
+ je-1_3_0_beta: 1.102
+ je-1_1_0: 1.82
+ je-1_0_3: 1.73
+ int_coll_index_removal: 1.73
+keyword substitution: kv
+total revisions: 189; selected revisions: 189
+description:
+----------------------------
+revision 1.182
+date: 2007/05/03 23:46:36; author: mark; state: Exp; lines: +76 -40
+Fix problems with utilization tracking for deferred write databases. To
+accomplish this, deferred write databases must be checkpointed. To meet the
+need for non-durable data, add a true temporary database option that operates
+in deferred write mode but is not checkpointed. Other changes made:
++ Checkpoint to the highest dirty level of each database, not the highest dirty
+ level of all databases.
++ Don't wait for a checkpoint past firstActiveLsn to start cleaning a log file.
++ Fix deferred write logging for duplicates.
++ Fix preload for duplicates.
+[#15365]
+----------------------------
+revision 1.181
+date: 2007/04/10 16:14:45; author: linda; state: Exp; lines: +24 -22
+Move replication out of log write latch
+----------------------------
+revision 1.180
+date: 2007/04/09 14:48:48; author: cwl; state: Exp; lines: +4 -4
+formatting
+----------------------------
+revision 1.179
+date: 2007/04/03 04:04:17; author: mark; state: Exp; lines: +2 -2
+Pass down pearam so non-zero prevLogEntryOffset values work for log entries other then the FileHeader.
+----------------------------
+revision 1.178
+date: 2007/04/03 03:36:30; author: mark; state: Exp; lines: +2 -3
+Switch to a single per-environment version rather than a per-entry-type version
+to avoid problems with versioning sub-objects. [#15365]
+----------------------------
+revision 1.177
+date: 2007/03/23 18:45:43; author: linda; state: Exp; lines: +29 -14
+Send of replication message must happen later in LogManager.logItem(), so that any exceptions from the send don't invoke the file/buffer offset adjustments
+----------------------------
+revision 1.176
+date: 2007/03/20 20:41:34; author: cwl; state: Exp; lines: +1 -2
+formatting
+----------------------------
+revision 1.175
+date: 2007/03/16 17:14:20; author: cwl; state: Exp; lines: +1 -2
+whitespace
+----------------------------
+revision 1.174
+date: 2007/03/14 13:52:45; author: mark; state: Exp; lines: +14 -22
+Code cleanup based on lastLoggedSize now stored in the LN:
++ LogEntry.readEntry/writeEntry now update the last logged size.
++ LogEntry.getLastLoggedSize returns it, so passing the size down to all the
+ log methods is no longer necessary.
+[#15365]
+----------------------------
+revision 1.173
+date: 2007/03/09 19:52:47; author: mark; state: Exp; lines: +14 -9
+Fix a bug introduced in 3.2.15 where the size of an entry is not calculated
+when marshaling it under the log write mutex. [#15365]
+----------------------------
+revision 1.172
+date: 2007/03/09 16:17:48; author: mark; state: Exp; lines: +10 -3
+Add utilization tracking of LN counts and sizes for deferred write DBs. Store
+the last logged size in the LN state field. [#15365]
+----------------------------
+revision 1.171
+date: 2007/03/05 17:20:59; author: linda; state: Exp; lines: +186 -99
+add gap fulfilling functionality
+----------------------------
+revision 1.170
+date: 2007/02/06 19:50:38; author: linda; state: Exp; lines: +5 -3
+Make marshalIntoBuffer public for unit tests. Explicitly pass VLSN as part of the message portion of a log record
+----------------------------
+revision 1.169
+date: 2007/01/31 20:54:51; author: cwl; state: Exp; lines: +2 -2
+copyright change to 2007
+----------------------------
+revision 1.168
+date: 2007/01/28 15:34:05; author: cwl; state: Exp; lines: +4 -4
+formatting
+----------------------------
+revision 1.167
+date: 2007/01/23 17:43:49; author: linda; state: Exp; lines: +1 -2
+1. Changes to TestHook to support rep.impl.StartupTest, and some cleanup of core test code:
+
+ * Added another field to the TestHook interface, called
+ hookSetup(), which is just a call to do some additional
+ action. For replication, we need a way to make sure that the
+ client is done before we do verification. There's naturally a
+ way to tell when an operation arrived (though checking
+ ReplicationStats) but there's no non-test reason to know
+ implement a thread-safe way to know that the operation
+ finished. I need that ability for unit tests, through the use of
+ a new interface method called TestHook.setupHook. StartupTest
+ now calls TestHookExecute.setupHookIfSet() and
+ TestHookExecute.doHookIfSet().
+ * Because TestHook is an interface, I had to change every other
+ TestHook, in cleaner/BackgroundIOTest.java,
+ cleaner/TruncateAndRemoveTest.java, incomp/EmptyBINTest.java,
+ recovery/CheckNewRootTest.java
+ * In core code, the test hook is not always called through an
+ assert. I changed Tree.java to change
+
+ if (hook !- null) {
+ hook.doHook()
+ }
+
+ to
+
+ assert TestHookExecute.doHookIfSet()
+
+2. I added a new class, LogEntryHeader, some time ago, but had to fix
+ LogEntryHeader.dumpLog()
+
+ * I found that its implementation of dumpLog() was not quite
+ right, so that calls to DbPrintLog were showing illegal xml, and
+ didn't show the new replication bit, and some other small
+ issue. This resulted in changes to LogEntryHeader.java and
+ PrintFileReader.java
+
+3. Added LogEntryType.getVersionStripProvisional() to give you the log
+ entry version value with the provisional bit xored off, but the
+ replicated bit still set.
+
+4. I was passing txnId to the Replicator from LogManager for
+ replicated operations, so that txn id was part of the
+ OperationMessage. This was part of the LSN->VSLN txn chaining I
+ needed before we decided that log records must be applied at the
+ point they arrive, rather than waiting for the txn commit like
+ Core. Now that I don't need it on the OperationMessage itself (it's
+ in the LogEntry party), I took it out of the interface call.
+
+Then there are a host of replication specific changes.
+
+ * added more fields to ReplicatorStats -- they're used by unit
+ test now, eventually will be useful
+ * Added ReplicationExceptionEvent to represent the failure to
+ process an incoming message
+ * Many changes to the WaitingRoom to execute operations as they
+ come in, rather than batching them up and waiting for the
+ commit. (In fact, should change the name of this class, since
+ now things usually don't wait.
+ * Take environmentId out of VLSLN. (Will need to add it to a txn
+ .. but where ...)
+ * Added more to MessageRouterTest to make sure that dumping a
+ message doesn't affect its readability and writability.
+ * Added new classes, some stubs, like ReplicatedTxn.
+----------------------------
+revision 1.166
+date: 2007/01/05 02:02:22; author: linda; state: Exp; lines: +2 -1
+Update, operation messages now travel from master to client
+----------------------------
+revision 1.165
+date: 2007/01/04 18:45:11; author: cwl; state: Exp; lines: +2 -4
+undo last checkin
+----------------------------
+revision 1.164
+date: 2006/12/19 23:00:42; author: cwl; state: Exp; lines: +4 -2
+nullness check for checkpointer -- replication envs don't always have checkpointers
+----------------------------
+revision 1.163
+date: 2006/12/13 18:55:36; author: linda; state: Exp; lines: +101 -144
+branches: 1.163.2;
+[#15623] clean up of logging interfaces
+----------------------------
+revision 1.162
+date: 2006/11/27 23:15:03; author: mark; state: Exp; lines: +3 -14
+Change checkpoint monitoring to mimic Checkpointer.isRunnable logic, and do
+this outside the log write latch. This triggers checkpoints more reliably
+than a parallel (and out of sync) counter. This along with several test
+changes make CheckpointActivationTest run reliably. [#15169]
+----------------------------
+revision 1.161
+date: 2006/11/17 23:47:23; author: mark; state: Exp; lines: +14 -5
+Correct obsolete LN counting errors for MapLN and NameLN entries. [#15195]
+----------------------------
+revision 1.160
+date: 2006/11/03 03:07:50; author: mark; state: Exp; lines: +35 -18
+Add exact counting of obsolete LN sizes. [#15195]
+----------------------------
+revision 1.159
+date: 2006/10/30 21:14:20; author: bostic; state: Exp; lines: +2 -3
+Update copyright notices to Oracle formats.
+----------------------------
+revision 1.158
+date: 2006/10/24 04:10:07; author: linda; state: Exp; lines: +6 -4
+HA snapshot
+----------------------------
+revision 1.157
+date: 2006/10/19 20:42:18; author: mark; state: Exp; lines: +23 -3
+Add environment properties for limiting the amount of I/O performed by JE
+background activities. [#15158]
+----------------------------
+revision 1.156
+date: 2006/10/19 14:38:48; author: linda; state: Exp; lines: +14 -1
+Add hooks for replication into core code. Java 1.5 code is segregated from the core code through the ReplicatorInstance interface
+----------------------------
+revision 1.155
+date: 2006/09/12 19:16:52; author: cwl; state: Exp; lines: +2 -2
+Sleepycat -> Oracle
+----------------------------
+revision 1.154
+date: 2006/06/25 16:11:10; author: cwl; state: Exp; lines: +23 -25
+[#14300] do some unwinding in a finally instead of a catch
+----------------------------
+revision 1.153
+date: 2006/01/19 20:42:31; author: mark; state: Exp; lines: +18 -12
+Protect log buffers during writing using the log buffer latch. This ensures
+that the buffer position/limit/capacity are not modified while a reader is
+accessing the buffer. (Readers were already taking this latch while accessing
+the buffer.) We suspect, but have not proven, that unprotected access when
+reading and writing a buffer is causing the BufferUnderflowException. We
+suspect the exception is when the buffer is being flipped by a writer and
+dup'ed by a reader. [#13951]
+----------------------------
+revision 1.152
+date: 2006/01/04 00:37:37; author: cwl; state: Exp; lines: +2 -2
+[#13898] recompute checksum at IOException time when we convert commit records to abort records
+----------------------------
+revision 1.151
+date: 2006/01/03 22:36:14; author: cwl; state: Exp; lines: +2 -2
+[#13898] flush LogUtils.putUnsignedByte()
+----------------------------
+revision 1.150
+date: 2006/01/03 21:55:49; author: bostic; state: Exp; lines: +7 -7
+Add 2006 to the copyright notice, format initial comment consistently, fix a
+few creative spellings of "information".
+----------------------------
+revision 1.149
+date: 2005/12/16 02:51:41; author: linda; state: Exp; lines: +1 -10
+[#12856] Eclipse cleanup
+----------------------------
+revision 1.148
+date: 2005/12/15 03:32:05; author: mark; state: Exp; lines: +5 -1
+Add bulletproofing to ensure that we never silently ignore corrupt data when
+cleaning or during recovery. This occurred for Amazon when the cleaner
+encountered a block of zeros in a corrupted file. To guard against this we:
++ Always validate the log entry type, even for non-target entries. We now
+ correctly consider a zero type to be invalid.
++ Add an option for the file reader to validate the checksum for non-target
+ entries.
++ Validate non-target entries in the cleaner and in the first full recovery
+ pass.
+We also now honor the je.log.checksumRead setting in the file reader, so the
+user can disable all checksum validation if they choose to.
+[#13611]
+----------------------------
+revision 1.147
+date: 2005/10/17 19:53:08; author: cwl; state: Exp; lines: +3 -2
+[#13327] use Java 5 Locks for our latches when running under a Java 5 JVM
+----------------------------
+revision 1.146
+date: 2005/10/14 20:25:32; author: cwl; state: Exp; lines: +2 -2
+[#13354] use java.util.zip.Adler32 if we're in Java 5 environment
+----------------------------
+revision 1.145
+date: 2005/09/21 21:47:09; author: cwl; state: Exp; lines: +30 -4
+branches: 1.145.2;
+[#13191] add EnvironmentImpl.forceLogFileFlip
+----------------------------
+revision 1.144
+date: 2005/09/21 20:07:12; author: cwl; state: Exp; lines: +1 -2
+formatting
+----------------------------
+revision 1.143
+date: 2005/09/07 15:58:43; author: linda; state: Exp; lines: +49 -22
+[#12987] For loggable items that are marshalled inside the log write latch, make sure that getLogSize() and writeToLog() are both called within the critical section
+----------------------------
+revision 1.142
+date: 2005/08/04 20:20:52; author: mark; state: Exp; lines: +3 -3
+Disable use of NIO by default. [#12820]
+----------------------------
+revision 1.141
+date: 2005/06/14 19:27:18; author: cwl; state: Exp; lines: +10 -2
+add nTempBufferWrites stat
+----------------------------
+revision 1.140
+date: 2005/06/10 02:51:43; author: cwl; state: Exp; lines: +13 -4
+[#12671] NIO Chunks
+----------------------------
+revision 1.139
+date: 2005/06/09 15:05:18; author: cwl; state: Exp; lines: +22 -4
+[#12674] Increase min cache size to 96KB, min log buffer size to 2k, add provisions so that if log buffer isn't big enough, we use the temporary marshalling buffer to write to disk
+----------------------------
+revision 1.138
+date: 2005/06/08 15:03:16; author: cwl; state: Exp; lines: +10 -8
+formatting
+----------------------------
+revision 1.137
+date: 2005/06/03 01:33:27; author: linda; state: Exp; lines: +71 -46
+[#12638] Lsns must be reset if a log buffer too-small exception is thrown
+----------------------------
+revision 1.136
+date: 2005/06/01 19:26:34; author: cwl; state: Exp; lines: +4 -3
+[#12650] use anticipateChecksumErrors when calling update() also
+----------------------------
+revision 1.135
+date: 2005/05/31 20:23:44; author: cwl; state: Exp; lines: +2 -2
+formatting
+----------------------------
+revision 1.134
+date: 2005/05/27 19:46:18; author: linda; state: Exp; lines: +3 -2
+[#11144] Fixed split race condition.
+----------------------------
+revision 1.133
+date: 2005/05/26 18:47:02; author: cwl; state: Exp; lines: +2 -2
+[#11271] PREV_BYTES changed to package protection
+----------------------------
+revision 1.132
+date: 2005/05/25 16:00:45; author: mark; state: Exp; lines: +23 -7
+Do not count the prior version of an IN obsolete when logging the IN
+provisionally, since the provisional version may never be used. Instead,
+propagate the obsolete LSNs up the tree and count them when an ancestor IN is
+logged non-provisionally. [#11597]
+----------------------------
+revision 1.131
+date: 2005/05/24 14:51:10; author: mark; state: Exp; lines: +15 -1
+Fix a bug where the in-memory tracked obsolete offsets were not considered
+during cleaning. To avoid unneeded tree lookups we also consider offsets
+tracked during cleaning, since checkpointing/eviction may be actively migrating
+LNs. [#11597]
+----------------------------
+revision 1.130
+date: 2005/05/23 18:55:37; author: mark; state: Exp; lines: +10 -1
+Add the PENDING_DELETED BIN entry flag to allow deleted LNs to be cleaned more
+promptly, rather than relying on BIN compression. If a PENDING_DELETED entry
+is fetched and the log file is missing, this is treated as if the KNOWN_DELETED
+flag were set and is not considered an error. Deleted LNs are always
+considered to be obsolete by the cleaner, so no tracking of obsolete offsets
+for deleted LNs is needed. [#12588]
+----------------------------
+revision 1.129
+date: 2005/05/20 04:39:34; author: mark; state: Exp; lines: +17 -44
+Track offsets of obsolete LSNs and store them in a new format FileSummaryLN.
+The cleaner uses this information to skip processing of known obsolete log
+entries. [#11597]
+----------------------------
+revision 1.128
+date: 2005/04/21 00:22:08; author: mark; state: Exp; lines: +7 -1
+Safeguard against reading from corrupted buffers after the environment has
+become invalid. [#12379]
+----------------------------
+revision 1.127
+date: 2005/04/15 20:21:24; author: linda; state: Exp; lines: +14 -5
+[#12227] Improve latch releasing when a read i/o exception occurs. Combine isOwner/releaseLatch checks to use a new method, releaseNoOwnerCheck, to avoid a double synchronization call
+----------------------------
+revision 1.126
+date: 2005/03/08 17:07:43; author: cwl; state: Exp; lines: +11 -1
+[#11861] don't checkpoint on recovery if last record in the log is a checkpoint end
+----------------------------
+revision 1.125
+date: 2004/12/22 14:11:33; author: linda; state: Exp; lines: +2 -2
+branches: 1.125.2;
+Copyright update. Changed xxxx-2004 -> xxxx-2205, changed Copyright 2004 -> Copyright 2004-2005
+----------------------------
+revision 1.124
+date: 2004/11/16 17:04:49; author: mark; state: Exp; lines: +3 -4
+Stats and javadoc clean up. [#11255]
+----------------------------
+revision 1.123
+date: 2004/11/09 00:39:15; author: mark; state: Exp; lines: +11 -1
+Make the environment cache size a mutable property. [#11337]
+----------------------------
+revision 1.122
+date: 2004/10/15 15:08:47; author: linda; state: Exp; lines: +35 -14
+[#11131], add TxnWriteNoSync support
+----------------------------
+revision 1.121
+date: 2004/10/14 13:10:05; author: cwl; state: Exp; lines: +43 -41
+[#10952] IN Smashing. The IN.entries[] of ChildReferences has been converted to four arrays (Target[], Key[], lsn[], and state[]). DbLsns have also been converted to longs throughout the code.
+----------------------------
+revision 1.120
+date: 2004/10/07 20:29:28; author: mark; state: Exp; lines: +3 -1
+formatting
+----------------------------
+revision 1.119
+date: 2004/10/07 19:31:27; author: mark; state: Exp; lines: +11 -1
+InterruptTest caught another case where we need to catch a ClosedChannelException and convert it to a RunRecoveryException.
+----------------------------
+revision 1.118
+date: 2004/09/23 21:34:14; author: mark; state: Exp; lines: +19 -11
+Implement IN utilization counting to improve cleaner file selection. [#10395]
+----------------------------
+revision 1.117
+date: 2004/08/23 17:02:45; author: linda; state: Exp; lines: +15 -1
+[#10749] grow log read buffers if we encounter an entry larger than the read buffer size. Add stats to show when a large object is found through both the log reader or the faulting in an object. Add unit test
+----------------------------
+revision 1.116
+date: 2004/08/18 14:02:04; author: mark; state: Exp; lines: +4 -5
+Fix a bug where checkpoints occurred less frequently than the configured byte
+interval. [#10395]
+----------------------------
+revision 1.115
+date: 2004/08/13 17:33:47; author: cwl; state: Exp; lines: +4 -4
+formatting
+----------------------------
+revision 1.114
+date: 2004/08/05 13:39:39; author: cwl; state: Exp; lines: +25 -24
+comment formatting
+----------------------------
+revision 1.113
+date: 2004/07/23 04:13:47; author: cwl; state: Exp; lines: +2 -2
+change inner classes to static inner classes
+----------------------------
+revision 1.112
+date: 2004/07/19 18:10:26; author: cwl; state: Exp; lines: +2 -2
+formatting
+----------------------------
+revision 1.111
+date: 2004/07/19 18:04:48; author: cwl; state: Exp; lines: +72 -74
+formatting
+----------------------------
+revision 1.110
+date: 2004/06/25 03:11:03; author: linda; state: Exp; lines: +24 -2
+[#10463]: NIO closes file channels if a thread interrupt is received while i/o
+is pending. If an application uses thread interrupts as a form of
+thread communication, it will see a variety of scary exceptions from
+JE, such as ChannelClosedException.
+
+Ultimately, the answer is to not use interrupts as a communication
+mechanism. However, to make JE more robust, we now catch a variety of
+unexpected IO exceptions and convert them to
+RunRecoveryExceptions. I/O exceptions such as out of disk are still
+not fatal.
+
+In addition, changed Environment.close to attempt to a minimal amount
+of shutdown even if the environment is in a bad state. It will attempt
+to shutdown daemons and close cached file descriptors, in order to
+better support re-opening environments in the same JVM.
+----------------------------
+revision 1.109
+date: 2004/05/27 05:31:56; author: mark; state: Exp; lines: +19 -1
+Count obsolete LNs for database remove and truncate operations, so that the log
+files containing removed/truncated databases will be cleaned. Obsolete LNs are
+counted during commit, so no abort processing is needed. [#10299]
+
+Found some usability problems with the internal cursor layer, so I:
+
+- Added a Cursor constructor that takes a DatabaseImpl and made the cursor
+class work if no Database handle is available. This was needed to open a
+cursor during database remove, since no Database handle is available.
+
+- Added DbInternal proxies for calling package-private methods in Cursor; if
+we stick with our javadoc approach we may just want to make these public in
+the future.
+----------------------------
+revision 1.108
+date: 2004/05/25 03:03:34; author: linda; state: Exp; lines: +166 -111
+- The lock table and log write mutexes are now implemented either by
+synchronized blocks or by latch objects. A new JE parameter, je.env.fairLatches
+is set to false be default and determines whether a synchronized block or
+latch is used.
+
+- DbLoggableObjects now support a marshallOutsideLatch method. If true, the
+log entry can be marshalled outside the log write mutex. Currently, only the
+FileSummaryLN must be marshalled inside the log write mutex.
+
+- The FSyncGroupManager uses a synchronized block instead of latch.
+----------------------------
+revision 1.107
+date: 2004/05/17 19:35:14; author: cwl; state: Exp; lines: +567 -567
+formatting
+----------------------------
+revision 1.106
+date: 2004/05/17 18:01:12; author: cwl; state: Exp; lines: +567 -566
+formatting
+----------------------------
+revision 1.105
+date: 2004/05/17 02:59:47; author: linda; state: Exp; lines: +52 -56
+Changes to make group fsync effective:
+
+Only use the file descriptor cache for read access. For write access, the
+file handle latch was proving to be a bottleneck when multiple threads
+wrote and fsynced.
+
+Now a single logical file descriptor is kept for the end of the log, and
+writes and fsync happen concurrently. Safeguarding the end of the log is
+done with the log write latch, so no extra latches were introduced.
+
+In the process of doing this change, found and fixed a variety of bugs:
+ - in the last marshalling change, the FileSummaryLN was marshalled within
+ the log write latch, but too soon.
+ - Fsyncs were happening at log buffer boundaries unnecessarily.
+ - inmemory operations were still flushing the log.
+----------------------------
+revision 1.104
+date: 2004/05/03 03:14:26; author: linda; state: Exp; lines: +83 -36
+Add change to checksum one time and copy, instead of checksumming as we go. For the time being, the marshalling is within the log latch, to avoid FileSummaryLN problems
+----------------------------
+revision 1.103
+date: 2004/04/29 19:34:44; author: linda; state: Exp; lines: +2 -1
+Add group commit stats to EnvironmentStats
+----------------------------
+revision 1.102
+date: 2004/03/31 18:09:50; author: linda; state: Exp; lines: +9 -5
+Close window where a reading thread can collide with the writing thread that is trying to re-use a log buffer
+----------------------------
+revision 1.101
+date: 2004/03/31 16:54:26; author: cwl; state: Exp; lines: +2 -3
+formatting
+----------------------------
+revision 1.100
+date: 2004/03/22 19:33:49; author: cwl; state: Exp; lines: +1 -2
+whitespace
+----------------------------
+revision 1.99
+date: 2004/03/19 22:35:24; author: mark; state: Exp; lines: +26 -1
+Grab the log write latch when updating utilization counts during txn abort, to
+prevent thread safely problems. [#9528]
+
+It's unfortunate to have to grab this latch just for counting, but this is the
+only extra latch we've had to use for UP counting and we only do it on abort,
+so I think it's acceptable.
+----------------------------
+revision 1.98
+date: 2004/03/19 21:47:59; author: linda; state: Exp; lines: +5 -4
+Add the problem lsn to the bad-checksum error message
+----------------------------
+revision 1.97
+date: 2004/03/17 20:32:24; author: linda; state: Exp; lines: +2 -2
+Evictor changes:
+- Environment wide memory usage kept.
+- Evictor now wakes up when the memory budget is overdrawn. There is no time
+ based wakeup.
+- How much is evicted is based on how much is overdrawn. The batch process
+ will repeat until enough is evicted.
+- The INList is sorted by node id, not by level.
+----------------------------
+revision 1.96
+date: 2004/03/17 03:14:11; author: mark; state: Exp; lines: +20 -8
+Change from disk budget-driven cleaning to utilization-driven cleaning [#9528].
+
+- Add je.cleaner.minUtilization percentage, default=50. Cleaning keeps total
+utilization above this threshold.
+
+- Add je.cleaner.bytesInterval, default = 1/4 of the log file size. The
+cleaner is awoken each time this many bytes is written to the log.
+
+- Remove parameters: je.cleaner.wakeupInterval, ageWeight, sizeWeight,
+routineCleaning. Age is no longer a factor is cleaning, with the exception of
+minAge (default=2), which prevents very young files from being cleaned.
+
+- Document parameters as experimental: je.maxDiskSpace,
+je.cleaner.maxDiskSpaceTolerance. By defualt maxDiskSpace is MAX_LONG to
+disable it. If used, these parameters will cause aggressive cleaning when
+reaching the tolerance, and tests are still in place for this feature.
+
+- The cleaner now cleans more than one file when invoked, if necessary to stay
+under the configured minUtilization value. The public API for cleaning now
+returns the number of files cleaned.
+----------------------------
+revision 1.95
+date: 2004/03/10 22:55:34; author: mark; state: Exp; lines: +28 -10
+Initial checkin of utilization-based cleaning. [#9528]
+----------------------------
+revision 1.94
+date: 2004/02/27 23:04:54; author: cwl; state: Exp; lines: +3 -2
+whitespace
+----------------------------
+revision 1.93
+date: 2004/02/27 18:58:36; author: cwl; state: Exp; lines: +4 -3
+whitespace, formatting
+----------------------------
+revision 1.92
+date: 2004/02/27 03:28:59; author: cwl; state: Exp; lines: +4 -3
+formatting
+----------------------------
+revision 1.91
+date: 2004/02/25 05:40:39; author: linda; state: Exp; lines: +5 -10
+First pass in memory management changes. Add a MemoryBudget object to centralize and validate memory settings. No other component should use the raw je memory related parameters, and instead should come to this object for budgets.
+Changed evictor to run off a runtime memory threshold. Added LN-only eviction from BINS, streamlined eviction process to use levels instead of parent searchs.
+----------------------------
+revision 1.90
+date: 2004/02/20 05:04:47; author: cwl; state: Exp; lines: +2 -2
+remove subject arg to Latch ctor
+----------------------------
+revision 1.89
+date: 2004/02/16 03:35:55; author: linda; state: Exp; lines: +20 -9
+Fix and test bug where log buffer was not always flushed before the corresponding file sync. Because of this, if the environment was not explicitly closed, a transaction that committed might not be properly fsynced to disk. If the environment is explicitly closed, all would work because the close flushes the log manager
+----------------------------
+revision 1.88
+date: 2004/02/07 05:17:37; author: linda; state: Exp; lines: +8 -1
+Add checkpointing code to make time based and log sized based checkpoints work together. Make evictor.maxMemory cognizant of log buffer size. Checkpoint activation still not unit tested, test in progress, but hard to run deterministically
+----------------------------
+revision 1.87
+date: 2004/02/06 10:35:53; author: linda; state: Exp; lines: +28 -13
+Change checkpointer to run as a function of log growth size instead of time. Still in progress, time-based checks not yet meshed with size-based checks. Propagate CheckpointConfig.force appropriately when deciding whether to run a checkpoint. Fix evictor params to correctly use je.maxMemory when evictor.maxMemory not specified. Added evictor-specific tracing levels. Make wakeup intervals be microsecond units in keeping with Core
+----------------------------
+revision 1.86
+date: 2004/01/29 06:30:07; author: linda; state: Exp; lines: +5 -3
+Make stats reset when StatsConfig.clear is set
+----------------------------
+revision 1.85
+date: 2004/01/27 20:28:03; author: linda; state: Exp; lines: +13 -4
+Add group commit
+----------------------------
+revision 1.84
+date: 2004/01/22 21:18:00; author: linda; state: Exp; lines: +26 -26
+renamed log classes to remove Db prefix, renamed LockGrantAndInfo to LockResult
+----------------------------
+revision 1.83
+date: 2004/01/21 17:50:47; author: linda; state: Exp; lines: +43 -21
+Take file sync out of the critical region protected by the log write latch, part of performance tuning. The writes themselves are serial, but not the flush
+----------------------------
+revision 1.82
+date: 2004/01/16 04:24:19; author: cwl; state: Exp; lines: +3 -3
+change imports of com.sleepycat.je.util to utilint so that only user visible tools are in com.sleepycat.je.util
+----------------------------
+revision 1.81
+date: 2004/01/14 15:26:32; author: linda; state: Exp; lines: +6 -1
+Add statistics for cacheMiss, number of times we had to instantiate an lsn
+----------------------------
+revision 1.80
+date: 2004/01/05 01:20:03; author: linda; state: Exp; lines: +4 -4
+Add error checking for compatible configurations. Move static config parameter constants out of EnvironmentConfig to EnvironmentParams. Make EnvironmentParams generate a sample je properties file.
+----------------------------
+revision 1.79
+date: 2003/12/23 17:53:54; author: linda; state: Exp; lines: +2 -2
+Import cleanup
+----------------------------
+revision 1.78
+date: 2003/12/19 04:11:17; author: cwl; state: Exp; lines: +3 -3
+pass env to Latch ctors
+----------------------------
+revision 1.77
+date: 2003/12/18 22:17:49; author: cwl; state: Exp; lines: +2 -2
+use pure java Adler32 checksum [#9376]
+----------------------------
+revision 1.76
+date: 2003/12/18 18:31:48; author: cwl; state: Exp; lines: +5 -3
+formatting
+----------------------------
+revision 1.75
+date: 2003/12/18 00:57:21; author: cwl; state: Exp; lines: +1 -2
+whitespace
+----------------------------
+revision 1.74
+date: 2003/12/16 04:16:17; author: cwl; state: Exp; lines: +2 -2
+copyright to 2004
+----------------------------
+revision 1.73
+date: 2003/12/11 06:59:51; author: linda; state: Exp; lines: +4 -4
+Make some non-public class names consistent w/new api, i.e make DbEnvironment be EnvironmentImpl to match the pattern w/cursors and databases. Change Environment.txnBegin -> Environment.transactionBegin
+----------------------------
+revision 1.72
+date: 2003/12/10 15:10:23; author: linda; state: Exp; lines: +4 -4
+Put configuration parameter classes in the public api, strip CONFIG_ prefix
+----------------------------
+revision 1.71
+date: 2003/12/10 06:02:26; author: linda; state: Exp; lines: +19 -19
+Change names of public classes in com.sleepycat.je as part of new API changes
+----------------------------
+revision 1.70
+date: 2003/12/10 04:39:37; author: linda; state: Exp; lines: +9 -9
+remove core from package names
+----------------------------
+revision 1.69
+date: 2003/12/05 15:33:25; author: linda; state: Exp; lines: +5 -5
+New API
+----------------------------
+revision 1.68
+date: 2003/10/21 02:00:37; author: linda; state: Exp; lines: +5 -4
+Now that the file header is a log entry, clean up prev offset handling. The prev offset of the first log entry after the file header is 0, because that's where the previous entry is. Unfortunately, since the value is stored as an unsigned int, the file header's prev offset is also 0, which means we can't read the file headers in a backwards traverse of the log. On the other hand, we only go backwards at recovery and never have to examine file headers, so that should be okay
+----------------------------
+revision 1.67
+date: 2003/10/19 02:41:50; author: linda; state: Exp; lines: +80 -40
+Make file header a type of log entry. Constitutes a file format change
+----------------------------
+revision 1.66
+date: 2003/10/01 17:59:11; author: linda; state: Exp; lines: +3 -3
+Add env param to checksum updater call, improve exception message when the FileReader throws a checksum exception
+----------------------------
+revision 1.65
+date: 2003/10/01 00:29:02; author: cwl; state: Exp; lines: +3 -3
+identing and formatting
+----------------------------
+revision 1.64
+date: 2003/09/29 19:41:34; author: linda; state: Exp; lines: +2 -2
+Another pass of eradicating the name jdb in favor of je
+----------------------------
+revision 1.63
+date: 2003/09/27 01:46:41; author: linda; state: Exp; lines: +10 -10
+midway on changing import statements to move to core.je structure
+----------------------------
+revision 1.62
+date: 2003/09/26 18:20:05; author: linda; state: Exp; lines: +2 -2
+Make checksum exceptions and recovery problems throw a DbRunRecoveryException by having those exception extend DbRunRecoveryException. Invalid the environment once a RunRecoveryException is thrown. Add tests
+----------------------------
+revision 1.61
+date: 2003/09/16 18:48:23; author: cwl; state: Exp; lines: +353 -342
+add readOnly data member; formatting; don't log or flush anything if readOnly is true
+----------------------------
+revision 1.60
+date: 2003/09/09 02:39:27; author: cwl; state: Exp; lines: +4 -3
+formatting
+----------------------------
+revision 1.59
+date: 2003/09/05 01:54:13; author: linda; state: Exp; lines: +10 -6
+Add locking when using a file handle, so that eviction from the file cache is thread safe
+----------------------------
+revision 1.58
+date: 2003/08/12 17:46:21; author: linda; state: Exp; lines: +9 -6
+added tracing output on exception
+----------------------------
+revision 1.57
+date: 2003/08/12 03:01:32; author: cwl; state: Exp; lines: +4 -3
+whitespace
+----------------------------
+revision 1.56
+date: 2003/08/08 02:56:20; author: linda; state: Exp; lines: +3 -4
+Convert to 1.4 assertions, change build file to run unit tests with assertions enabled
+----------------------------
+revision 1.55
+date: 2003/07/28 17:52:52; author: linda; state: Exp; lines: +7 -4
+Fix handling of DbLogFileNotFoundException. Don't convert into a new DbException, we need the original one so it's handled properly in cleaning
+----------------------------
+revision 1.54
+date: 2003/07/17 03:01:34; author: linda; state: Exp; lines: +331 -335
+Remove obsolete import statements
+----------------------------
+revision 1.53
+date: 2003/07/07 20:44:25; author: linda; state: Exp; lines: +3 -3
+Create and log a pre-transaction version of a DupCountLN so that aborting a set of inserts that created a duplicate tree will return the count to either 1 or 0, depending on if the current txn created the first record or not. Fix a bug in modifying the duplicate tree count, where the abort lsn was improperly the lsn of the DIN
+----------------------------
+revision 1.52
+date: 2003/06/22 03:40:10; author: linda; state: Exp; lines: +21 -59
+Further, perhaps final? cleanup of log system. By splitting the loggable interfaces into a read, write, and log entry interface, now all reading/writing/dumping of a log entry or loggable object is in one file, removing the error prone multi-item call to the log manager. Also started checkpoint implementation.
+----------------------------
+revision 1.51
+date: 2003/05/27 23:35:36; author: linda; state: Exp; lines: +59 -106
+Now that we have the log entries, unify the flavor of get that gets the whole entry and the one that gets a single item. Remove the EntryInfo class, no need to create that temp object
+----------------------------
+revision 1.50
+date: 2003/05/27 17:53:46; author: linda; state: Exp; lines: +22 -29
+Checkpoint on the way to reusing the txn rollback for abort. Cleaned up log entry reading, embodied each log entry in a separate class. Now reading and dumping a log entry are in one place. Need to add writing a log entry to the log entry classes, more refactoring in log manager, hook up with abort
+----------------------------
+revision 1.49
+date: 2003/05/17 03:17:49; author: linda; state: Exp; lines: +2 -2
+checkpoint on way to implementing transactional recovery. Modified FileReader so it can traverse backwards, put in start and stop points, put in txn collection in recovery manager
+----------------------------
+revision 1.48
+date: 2003/05/08 14:49:56; author: cwl; state: Exp; lines: +43 -35
+nits during code review
+----------------------------
+revision 1.47
+date: 2003/04/29 16:09:34; author: linda; state: Exp; lines: +3 -3
+Made file names consistently use *Txn* (some were named *Transaction* and some *Txn*). Added the ability to demote a lock from write to read, check previous lock status before releasing a lock because of a deleted record
+----------------------------
+revision 1.46
+date: 2003/04/26 02:41:31; author: linda; state: Exp; lines: +15 -6
+In progress on attempting to debug log the log manager's failures. The trick is that we have to turn off the DbLoggerHandler, because we want to log to the console and the file, but not the db log. In progress.
+----------------------------
+revision 1.45
+date: 2003/04/25 03:58:33; author: linda; state: Exp; lines: +134 -68
+Add abortLsn to transactional log entries
+----------------------------
+revision 1.44
+date: 2003/04/23 15:40:01; author: linda; state: Exp; lines: +12 -7
+Fix bug in DumpFileReader where it was't advancing the byte buffer. Add env to all file reader constructors so FileReader can send DebugRecord messages. Make FileReader set eof when an invalid entry is found.
+----------------------------
+revision 1.43
+date: 2003/04/23 02:14:49; author: linda; state: Exp; lines: +3 -36
+Move logIn methods out of DbLogManager into IN
+----------------------------
+revision 1.42
+date: 2003/04/23 00:47:49; author: linda; state: Exp; lines: +15 -67
+Added transactional LN entries that are replaye in recovery, vs non-txnal which are just preserved. Moved LN specific logging out of DbLogManager into LN. LN logging is getting more complicated because the log entry type is no longer determined just by the first object. Allows for better encapsulation of the conditions when choosing transactional entries vs non transactional entries.
+----------------------------
+revision 1.41
+date: 2003/04/22 14:53:01; author: linda; state: Exp; lines: +40 -21
+checkpointing code on way to implementing transaction commit
+----------------------------
+revision 1.40
+date: 2003/04/11 18:51:44; author: linda; state: Exp; lines: +5 -5
+Use dupeKey as a variable name instead of dupKey for consistency w/other files
+----------------------------
+revision 1.39
+date: 2003/04/10 18:13:42; author: linda; state: Exp; lines: +38 -18
+Add new log type to support deletion of duplicates. Modify delete methods to use new logging method. Percolate change into LNFileReader
+----------------------------
+revision 1.38
+date: 2003/04/07 16:43:58; author: linda; state: Exp; lines: +3 -3
+beginning of tranaction manager
+----------------------------
+revision 1.37
+date: 2003/04/05 04:10:17; author: cwl; state: Exp; lines: +5 -4
+nits
+----------------------------
+revision 1.36
+date: 2003/03/22 03:24:53; author: linda; state: Exp; lines: +39 -22
+make checksum cover entire log entry (header too)
+----------------------------
+revision 1.35
+date: 2003/03/15 04:04:59; author: linda; state: Exp; lines: +9 -7
+Add provisional logging to handle splits
+----------------------------
+revision 1.34
+date: 2003/03/13 19:26:50; author: linda; state: Exp; lines: +1 -9
+New log reader that reads INs and finds largest node id
+----------------------------
+revision 1.33
+date: 2003/03/07 21:26:12; author: linda; state: Exp; lines: +11 -10
+took database reference out of Node to reduce LN size by 8 bytes
+----------------------------
+revision 1.32
+date: 2003/03/07 17:09:45; author: linda; state: Exp; lines: +12 -8
+incorporate review comments from cwl
+----------------------------
+revision 1.31
+date: 2003/03/07 05:44:32; author: linda; state: Exp; lines: +368 -367
+convert DbException to be a checked exception
+----------------------------
+revision 1.30
+date: 2003/03/06 23:15:57; author: cwl; state: Exp; lines: +49 -35
+nits
+----------------------------
+revision 1.29
+date: 2003/03/06 16:33:44; author: linda; state: Exp; lines: +6 -6
+incorporate review comments from CWL
+----------------------------
+revision 1.28
+date: 2003/03/06 05:45:57; author: linda; state: Exp; lines: +9 -6
+Basic log dumper in place
+----------------------------
+revision 1.27
+date: 2003/03/05 19:55:52; author: linda; state: Exp; lines: +5 -21
+fixed up some comments, make recovery keep readbuffersize
+----------------------------
+revision 1.26
+date: 2003/03/03 19:46:47; author: linda; state: Exp; lines: +2 -2
+limited file cache
+----------------------------
+revision 1.25
+date: 2003/03/03 03:04:03; author: linda; state: Exp; lines: +29 -37
+Simply log buffering, also make Db open api conform to BDB api
+----------------------------
+revision 1.24
+date: 2003/02/28 18:50:33; author: linda; state: Exp; lines: +6 -9
+Added checksum to file header, add sync of previous file, do a second read if faulted in item doesn't fit
+----------------------------
+revision 1.23
+date: 2003/02/25 18:02:09; author: linda; state: Exp; lines: +41 -20
+progress on recovery, nodes log their database ids, should now be able to bring in a null mapping tree
+----------------------------
+revision 1.22
+date: 2003/02/24 16:14:16; author: cwl; state: Exp; lines: +2 -6
+minor nits
+----------------------------
+revision 1.21
+date: 2003/02/24 04:55:03; author: linda; state: Exp; lines: +3 -75
+Reading LNs from the log now works, all log building blocks for simple recovery should be in place
+----------------------------
+revision 1.20
+date: 2003/02/23 14:25:08; author: linda; state: Exp; lines: +124 -10
+simple recovery work in progress, added LNReader
+----------------------------
+revision 1.19
+date: 2003/02/21 05:08:55; author: linda; state: Exp; lines: +3 -3
+unit test recovery on an empty log
+----------------------------
+revision 1.18
+date: 2003/02/21 04:40:12; author: cwl; state: Exp; lines: +4 -2
+check for ownership of latch before releasing it
+----------------------------
+revision 1.17
+date: 2003/02/21 03:13:21; author: linda; state: Exp; lines: +9 -2
+Added verification for LN logging, reading. Got FileReader to the state that it can traverse the last log file and find the legitimate end of the log
+----------------------------
+revision 1.16
+date: 2003/02/20 19:16:48; author: linda; state: Exp; lines: +12 -8
+Hurray, can now log various entries and then read them back from the log whether the log is on disk or in memory, or a combination
+----------------------------
+revision 1.15
+date: 2003/02/20 17:40:01; author: linda; state: Exp; lines: +6 -4
+more testing/fixing of logging
+----------------------------
+revision 1.14
+date: 2003/02/20 04:56:17; author: linda; state: Exp; lines: +12 -7
+unit testing of log buffer flushing
+----------------------------
+revision 1.13
+date: 2003/02/19 04:06:06; author: linda; state: Exp; lines: +23 -24
+added creation of a log file
+----------------------------
+revision 1.12
+date: 2003/02/19 02:24:15; author: linda; state: Exp; lines: +100 -70
+added beginning of recovery and persistence
+----------------------------
+revision 1.11
+date: 2003/02/13 21:57:32; author: linda; state: Exp; lines: +9 -8
+split loggable interface into one for log entries, one for components that can write to logs
+----------------------------
+revision 1.10
+date: 2003/02/13 20:25:45; author: linda; state: Exp; lines: +13 -12
+revamped loggable mechanism so not constructor oriented
+----------------------------
+revision 1.9
+date: 2003/02/12 03:05:08; author: linda; state: Exp; lines: +22 -9
+Add logging ability to INs and BINs
+----------------------------
+revision 1.8
+date: 2003/02/10 19:35:15; author: linda; state: Exp; lines: +40 -20
+manage LSNs across files, added unit test for this
+----------------------------
+revision 1.7
+date: 2003/02/09 03:45:05; author: cwl; state: Exp; lines: +2 -2
+added code to have latches reference their 'subjects' for debugging purposes
+----------------------------
+revision 1.6
+date: 2003/02/08 04:18:20; author: linda; state: Exp; lines: +69 -87
+revamped reading/writing to log
+----------------------------
+revision 1.5
+date: 2003/02/07 02:53:30; author: linda; state: Exp; lines: +3 -3
+DbLogBufferPool unit test working, basic test case in log manager running
+----------------------------
+revision 1.4
+date: 2003/02/06 20:45:04; author: linda; state: Exp; lines: +174 -44
+backup, log manager in progress
+----------------------------
+revision 1.3
+date: 2003/02/05 03:08:54; author: linda; state: Exp; lines: +33 -40
+logging in progress, changed Latch.grab to Latch.acquire, changed LSN to DbLsn
+----------------------------
+revision 1.2
+date: 2003/02/04 04:42:15; author: linda; state: Exp; lines: +64 -62
+backup, baby steps for logging
+----------------------------
+revision 1.1
+date: 2003/01/31 00:40:29; author: linda; state: Exp;
+checkpoint after adding debug logging system
+----------------------------
+revision 1.125.2.2
+date: 2005/06/10 02:53:21; author: cwl; state: Exp; lines: +13 -4
+[#12671] NIO Chunked io
+----------------------------
+revision 1.125.2.1
+date: 2005/03/08 17:08:08; author: cwl; state: Exp; lines: +11 -1
+[#11861] don't checkpoint on recovery if last record in the log is a checkpoint end
+----------------------------
+revision 1.145.2.2
+date: 2006/01/03 23:03:48; author: cwl; state: Exp; lines: +2 -2
+[#13898] recompute checksum at IOException time when we convert commit records to abort records
+----------------------------
+revision 1.145.2.1
+date: 2005/11/12 14:57:42; author: mark; state: Exp; lines: +2 -2
+Merge the B_shop_com_2_0_84 branch changes into the B_je-2_0_83 branch, so that
+we only need to update the 2.0.83 branch for shop.com, Turn Adv, etc. [#13333]
+----------------------------
+revision 1.163.2.3
+date: 2007/03/09 21:04:12; author: mark; state: Exp; lines: +15 -10
+Fix a bug introduced in 3.2.15 where the size of an entry is not calculated
+when marshaling it under the log write mutex. [#15365]
+----------------------------
+revision 1.163.2.2
+date: 2007/03/08 22:32:55; author: mark; state: Exp; lines: +10 -3
+Add utilization tracking of LN sizes for deferred write DBs. Store the last
+logged size in the LN state field. [#15365]
+----------------------------
+revision 1.163.2.1
+date: 2007/02/01 14:49:47; author: cwl; state: Exp; lines: +2 -2
+copyright change to 2007
+=============================================================================
Added: trunk/contrib/bdb/src/com/sleepycat/je/vmstat.log
===================================================================
--- trunk/contrib/bdb/src/com/sleepycat/je/vmstat.log (rev 0)
+++ trunk/contrib/bdb/src/com/sleepycat/je/vmstat.log 2007-08-23 20:38:54 UTC (rev 14865)
@@ -0,0 +1,15350 @@
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 1 66952 361296 134816 232304 8 5 14 4 1 13 14 5 9 14
+ 0 0 66952 348252 135104 240148 0 0 0 0 210 75325 82 16 2 0
+ 0 1 66952 335512 135104 247996 0 0 0 31472 614 76160 82 16 0 2
+ 0 0 66952 323924 135120 254472 20 0 20 536 365 77898 85 12 2 0
+ 0 0 66952 311300 135120 262132 0 0 0 0 214 77194 86 12 2 0
+ 0 0 66948 304416 135120 264252 0 0 0 0 207 78555 87 11 2 0
+ 0 0 66948 296376 135120 271672 4 0 4 0 205 77624 81 17 2 0
+ 0 1 66948 279608 135120 279636 4 0 4 38200 633 71506 85 12 0 3
+ 0 0 66948 263308 135128 285784 0 0 0 236 475 73511 81 15 3 0
+ 0 0 66948 255204 135128 293656 4 0 4 0 203 78491 84 14 1 0
+ 0 0 66948 242128 135128 301616 4 0 4 0 205 76670 81 16 2 0
+ 0 0 66948 240176 135128 303320 0 0 0 0 203 81204 83 16 1 0
+ 0 1 66948 227440 135128 310952 0 0 0 31816 680 75138 82 16 1 0
+ 0 0 66948 214600 135128 318584 0 0 0 220 299 76158 84 14 1 0
+ 0 0 66948 202872 135128 325156 0 0 0 0 204 77136 88 10 2 0
+ 0 0 66948 189808 135128 333032 4 0 4 0 204 76876 85 13 2 0
+ 0 0 66948 179300 135128 338396 8 0 8 0 205 77351 84 13 3 0
+ 0 1 66948 170100 135128 342472 4 0 4 31880 737 73707 84 14 0 2
+ 0 0 66948 157060 135132 350316 4 0 4 4 212 77855 87 11 2 0
+ 0 0 66948 145548 135132 356680 0 0 0 0 206 77318 88 9 2 0
+ 0 0 66948 133008 135132 364556 0 0 0 0 203 75177 80 17 2 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 66948 120196 135132 372304 0 0 0 0 203 76374 84 14 2 0
+ 1 0 66948 113476 135136 374000 0 0 0 31688 739 74239 89 9 0 2
+ 0 0 66948 100440 135136 381844 0 0 0 0 204 75331 83 14 2 0
+ 0 0 66948 88804 135252 388204 0 0 0 0 203 76239 84 13 2 0
+ 0 0 66948 75868 135280 395948 0 0 0 0 204 76169 87 11 2 0
+ 0 0 66948 62784 135280 403824 0 0 0 0 205 74998 83 15 2 0
+ 0 1 66948 56068 135280 405524 4 0 4 31676 718 74240 85 13 0 2
+ 0 0 66948 44260 135284 412104 4 40 4 544 265 75738 84 13 2 0
+ 0 0 66948 36296 135284 419548 0 0 0 0 204 78992 85 15 0 0
+ 0 0 66948 26092 134580 425776 0 216 0 216 247 75805 87 11 2 0
+ 0 0 66948 19640 134580 427236 0 0 0 0 204 73728 84 13 3 0
+ 0 1 66948 17564 134584 424380 4 0 4 32204 778 68725 76 24 0 0
+ 0 0 66948 16784 134600 420108 0 0 0 9348 410 58745 65 10 1 24
+ 0 0 66948 16016 134748 416140 4 0 4 0 204 73832 80 18 1 0
+ 0 0 66948 15956 134748 411292 0 0 0 0 204 73536 81 16 2 0
+ 0 0 66948 16036 134748 406304 0 0 0 0 205 77623 89 8 3 0
+ 0 1 66948 21028 134756 396344 4 0 4 19864 578 71880 77 20 0 2
+ 2 0 66948 16152 134756 396236 4 0 4 0 199 68157 86 11 3 0
+ 1 1 66948 15880 134756 391508 0 0 0 0 207 69411 87 10 3 0
+ 3 0 66948 15904 134756 386496 0 0 0 0 188 63337 85 12 2 0
+ 3 0 66948 17424 134764 373312 0 0 0 28232 232 60430 83 17 0 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 1 66948 21940 134772 375172 4 0 4 3640 748 59865 88 11 0 0
+ 2 0 66948 16664 134776 374820 4 0 4 0 206 23081 89 11 0 0
+ 2 0 66948 16008 134776 370432 0 0 0 0 203 71074 88 9 3 0
+ 3 0 66948 16300 134800 365104 0 0 4 20860 589 73607 85 12 0 2
+ 3 1 66948 19648 134800 356676 0 0 0 9284 315 64842 83 14 3 0
+ 2 0 66948 16048 134804 356980 0 0 0 228 295 66578 86 12 2 0
+ 2 0 66948 16116 134804 351940 0 0 0 0 202 61744 87 11 2 0
+ 2 0 66948 15796 134812 348192 0 0 0 0 204 66906 83 14 3 0
+ 1 0 66948 15908 134812 346048 4 0 4 0 204 64331 86 12 1 1
+ 2 1 66948 19828 134812 330048 4 0 4 28584 340 70462 88 12 0 0
+ 2 0 66948 20492 134820 334208 0 0 0 244 572 67946 86 13 0 1
+ 2 0 67016 15968 134824 333956 0 188 0 188 232 69662 85 12 3 0
+ 2 0 67056 16008 134824 328996 0 200 0 200 233 68629 82 15 2 0
+ 2 0 67060 20280 134832 319740 0 20 0 24836 643 68232 80 16 0 3
+ 2 1 67060 19240 134836 316000 0 0 0 9704 387 52415 82 15 3 0
+ 2 0 67100 15992 134840 314780 0 140 0 348 245 66504 84 13 3 0
+ 2 0 67680 16104 134840 309888 0 580 0 580 220 67112 85 13 2 0
+ 2 0 68476 16020 134848 305024 52 820 328 820 265 60743 85 12 3 0
+ 0 3 68476 19252 134848 295468 76 0 92 21020 557 32644 83 13 0 4
+ 1 1 69384 17468 134864 298288 4 908 4 10228 452 57767 87 12 0 1
+ 2 0 69540 18588 135092 293480 4 156 4 6692 346 69823 85 14 0 1
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 2 0 70568 18852 135152 288416 4 1032 4 3920 296 66081 86 10 0 3
+ 2 0 71848 19384 135160 284848 4 1280 16 1280 235 65900 86 13 1 0
+ 2 0 73796 16744 135160 283136 0 1952 20 1952 256 57034 84 14 2 0
+ 2 1 74392 20920 135168 270684 0 596 8 22276 402 65223 80 17 3 0
+ 2 0 76444 19448 135176 273148 0 2052 44 2332 509 65516 87 10 0 2
+ 2 0 78444 15960 135176 272888 4 2008 8 2008 246 67438 85 13 2 0
+ 2 0 80440 15900 135176 269760 0 1996 88 1996 257 59800 81 16 3 0
+ 2 0 82304 16636 135180 266680 4 2128 4 2128 289 53046 83 14 3 0
+ 0 3 83192 17928 135180 260376 8 1204 108 29896 671 63538 82 15 0 3
+ 3 1 83192 17048 135184 260032 4 228 4 8364 467 66707 85 12 0 3
+ 2 0 84464 17076 135192 255472 68 1476 68 1672 342 62352 85 8 3 3
+ 2 0 85532 18184 135192 252604 52 1088 52 1088 249 57687 82 13 3 2
+ 0 1 87944 16768 135196 254208 28 2424 156 20604 579 62886 85 15 0 0
+ 1 0 88588 20356 135208 246616 136 644 180 9924 451 67147 84 11 3 1
+ 3 0 90940 18996 135208 245792 48 2352 48 2352 262 62271 80 17 3 0
+ 3 0 93436 17620 135208 245996 44 2520 44 2520 274 62682 84 12 3 1
+ 2 0 94404 16988 135208 242452 84 996 84 996 254 59192 85 9 3 2
+ 2 0 95992 15948 135212 240824 60 1660 60 1660 269 64554 85 13 2 0
+ 2 1 95992 20148 135212 232500 160 0 160 28940 732 55458 71 17 0 12
+ 2 0 97360 18876 135232 229264 200 1368 248 9748 466 48948 75 6 3 15
+ 1 0 97864 15776 135232 233392 36 524 164 524 231 67288 83 16 0 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 2 0 99148 15836 135236 228568 296 1288 296 1288 306 60858 86 12 1 1
+ 0 1 102240 16560 135252 224848 164 3252 172 3252 341 57003 81 12 4 3
+ 2 1 103380 20000 135256 217144 48 1168 48 21656 584 56306 80 12 3 4
+ 2 0 104048 15912 135264 216896 84 668 84 896 272 65636 84 8 2 5
+ 1 0 106884 18868 135264 212540 96 2924 96 2924 308 60347 79 15 2 3
+ 2 0 108748 16040 135268 211928 220 2036 232 2036 321 51573 78 13 4 4
+ 2 2 109144 24412 135280 201296 76 392 76 28644 706 46449 62 13 0 25
+ 2 0 109156 16016 135392 207728 352 12 580 1724 363 59998 78 11 3 8
+ 2 0 109220 16036 135400 204656 36 164 36 164 224 62823 81 14 2 3
+ 2 0 111524 16260 135424 200844 80 2452 116 2452 307 61656 80 14 3 3
+ 2 0 113892 18976 135424 193096 300 2480 300 2480 350 53077 81 11 3 4
+ 2 0 115376 17304 135432 190532 284 1484 284 1484 311 57864 77 15 2 5
+ 2 1 117160 24204 135432 183364 148 1816 276 29772 891 47592 44 12 0 44
+ 0 0 117264 19564 135448 185436 196 104 196 7404 465 40922 59 10 0 32
+ 0 1 118092 18088 135452 180464 504 932 540 9364 416 51359 72 9 0 18
+ 0 0 119812 16756 135468 178456 312 1732 312 3940 495 55711 73 7 3 16
+ 0 2 123280 22136 135480 172992 600 3492 628 12636 710 57668 57 9 0 34
+ 0 1 125032 18764 135496 172348 332 1780 384 4916 417 47547 66 12 1 20
+ 0 1 127712 17304 135512 170164 96 2744 100 9052 419 52607 70 13 4 13
+ 0 1 131364 18484 135516 162624 232 3652 360 11548 433 45274 54 11 0 35
+ 0 2 132292 18000 135540 164712 556 920 600 3644 471 41725 54 9 0 37
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 1 136928 16896 135632 161708 524 4584 576 9764 504 50784 49 10 3 38
+ 0 1 138376 18504 135664 160304 432 1448 456 2292 415 34679 43 11 2 43
+ 0 2 140244 19052 135676 159960 320 1880 380 5096 428 23720 23 6 0 71
+ 0 1 141676 18780 135680 158464 336 1480 384 3652 386 40486 54 9 2 34
+ 0 1 142600 17816 135680 159776 400 892 436 5780 473 1617 18 3 0 78
+ 0 3 145080 19196 135688 153932 448 2592 488 4212 423 45047 43 10 3 43
+ 0 1 145772 18996 135700 154760 252 728 264 6992 450 10109 32 4 0 64
+ 0 1 148292 19104 132964 151584 392 2916 404 3592 410 61725 60 10 4 26
+ 0 1 149216 18452 132332 153116 448 932 452 7180 547 5377 11 3 0 85
+ 0 2 151744 17652 129136 153292 516 2808 576 3172 365 63369 71 13 1 14
+ 0 2 151744 18864 129152 153672 356 144 400 6148 659 3910 9 5 0 86
+ 0 1 152452 16916 129156 150736 596 904 628 1992 421 48217 55 5 3 37
+ 0 3 152808 16468 129160 152272 208 744 240 748 393 30347 28 4 0 68
+ 0 0 153020 16172 126872 150760 228 572 252 6916 399 28988 51 7 1 41
+ 0 0 153184 15896 124868 153588 272 288 272 288 356 24791 38 8 0 54
+ 0 0 154324 17788 122384 151024 632 1376 696 1376 514 22605 31 8 2 59
+ 1 0 155148 19612 121052 150716 528 976 544 976 474 10354 31 2 0 67
+ 0 2 155420 20400 120144 147656 432 272 440 13336 451 518 5 1 0 93
+ 0 0 155420 23140 120168 147224 784 0 800 136 486 559 10 0 1 89
+ 0 0 155420 21360 120168 147112 2044 0 2044 0 713 1200 5 2 2 91
+ 0 0 155576 20332 120168 147112 1288 300 1288 300 560 789 4 1 0 94
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 155576 18812 120168 146912 1780 0 1780 0 650 1033 5 1 2 92
+ 0 3 155584 17900 120168 146912 904 8 904 540 481 589 1 1 0 97
+ 0 0 155584 16784 120172 146904 1380 0 1380 4 601 840 5 1 0 93
+ 0 0 155600 16080 119740 146356 1744 84 1744 84 658 1004 0 2 1 97
+ 0 0 155916 19312 118464 143472 1120 588 1120 588 555 718 5 1 1 93
+ 0 3 156132 18664 118320 143100 1440 232 1440 240 570 868 5 1 1 93
+ 0 1 156588 18304 118476 142704 676 524 820 564 419 540 4 1 0 94
+ 0 0 157000 17612 118480 142208 1208 516 1212 516 538 764 4 0 1 94
+ 0 0 157208 16892 118480 141636 1500 208 1500 208 583 907 4 0 1 95
+ 0 0 157208 16024 118480 141116 1380 0 1380 0 549 845 4 1 1 93
+ 0 0 157208 15892 117564 140748 1952 0 1952 0 691 1130 6 0 2 92
+ 0 2 157208 16084 117584 139948 584 0 600 260 414 461 4 0 0 96
+ 0 0 157652 18768 117552 135672 1624 452 1624 452 623 971 4 0 2 93
+ 2 0 157996 18424 115932 136772 864 596 864 596 485 588 4 1 2 93
+ 0 1 158248 17784 115680 136632 1412 316 1416 316 579 854 4 3 2 90
+ 0 0 158728 16284 115288 137024 960 704 992 704 474 651 4 1 1 94
+ 0 0 159060 18964 115044 133832 1308 400 1308 436 571 822 4 0 1 95
+ 0 0 159236 18344 114692 133988 1024 284 1040 284 504 683 4 0 1 95
+ 0 1 159612 18224 114636 133732 1140 484 1140 484 517 722 5 1 1 92
+ 0 0 160348 17176 114380 133728 1368 780 1368 780 574 833 4 1 2 92
+ 0 0 160976 18780 113140 131308 1648 932 1652 960 649 997 4 1 1 93
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 1 160976 18820 112636 131300 876 0 876 16 474 594 5 0 0 95
+ 0 2 161460 18448 112652 131216 632 776 648 776 439 484 5 0 0 94
+ 0 0 161832 18308 112656 130184 1456 396 1460 396 587 871 4 2 0 93
+ 0 0 162316 17196 112664 130176 1116 636 1124 636 516 714 4 0 1 94
+ 0 1 162896 16316 112664 130176 1072 748 1072 748 519 699 4 0 0 96
+ 0 0 163372 18732 112672 127128 888 668 888 688 480 621 4 1 0 94
+ 0 0 164432 17880 112672 127128 996 1548 996 1548 509 677 4 0 3 93
+ 0 0 165040 17932 112700 126444 828 748 856 748 476 585 4 1 0 95
+ 0 0 165216 17028 112700 126184 1244 260 1244 260 556 772 3 2 2 93
+ 0 1 166348 20028 112128 123168 548 1704 560 1704 478 447 3 1 1 94
+ 0 1 166480 19760 111876 122384 1300 232 1300 252 568 808 5 0 2 92
+ 0 0 167160 19204 111876 122384 496 972 496 972 407 406 5 0 0 95
+ 0 1 167296 18604 111700 122300 804 252 804 252 424 548 4 0 0 95
+ 0 2 169084 18272 110704 119724 376 4116 404 4116 417 407 3 1 0 95
+ 0 1 169280 20128 110776 119652 4 252 76 252 323 173 0 0 0 100
+ 0 2 169280 21184 110776 119652 0 0 0 4 367 144 0 1 0 99
+ 0 0 169500 21528 110784 119132 760 260 760 276 479 542 8 1 1 89
+ 0 1 169864 20616 110784 119132 916 392 916 392 446 610 8 0 7 84
+ 0 0 170052 20288 110784 119132 308 1384 308 1384 398 304 7 0 0 93
+ 1 0 170324 19940 110784 118872 624 1028 624 1028 462 473 4 1 2 93
+ 0 0 171288 17076 110792 118872 2856 1288 2856 1308 995 1606 5 1 2 92
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 1 172920 19288 109812 116656 400 3120 440 3120 443 444 4 2 0 94
+ 0 0 173044 18728 109812 116332 2104 260 2104 260 842 1195 6 2 2 89
+ 0 0 173736 16616 109812 116332 2112 968 2112 968 783 1205 4 3 1 92
+ 0 0 175756 18672 107528 115436 1180 3120 1180 3120 650 820 4 1 1 93
+ 0 0 176276 18764 107016 115876 900 636 900 672 499 613 3 0 0 96
+ 0 1 177908 17164 106764 116128 1888 1788 1888 1788 728 1123 5 2 2 90
+ 0 1 179212 18980 106768 112812 1152 2588 1156 2588 600 792 4 1 2 92
+ 1 0 179232 18592 106768 112812 972 260 972 260 502 632 14 1 11 74
+ 1 3 186160 21716 100700 115976 432 11848 612 13152 1697 32637 15 3 5 76
+ 0 4 186680 21396 100600 116316 20 972 48 3848 568 2735 4 2 0 95
+ 0 0 187512 19008 99808 119944 232 1160 392 4228 431 43068 48 8 0 43
+ 1 0 187548 18320 99808 119944 1600 264 1600 264 699 964 4 2 0 94
+ 0 0 187692 19312 97664 121548 508 3716 672 3888 982 80685 36 5 0 59
+ 0 2 187692 20236 97408 121808 28 260 28 7168 605 309 1 1 0 98
+ 0 0 187692 15928 96756 127944 260 108 688 112 359 56966 80 10 0 10
+ 0 1 188068 18560 95076 127372 64 3172 72 3172 327 74023 77 17 2 4
+ 0 2 188316 17192 94708 126652 24 1116 32 15092 717 31274 17 3 0 79
+ 0 2 188340 18872 94708 126652 32 140 32 140 413 245 11 0 0 89
+ 0 1 188340 17744 94704 130760 464 776 720 996 526 45857 57 9 0 34
+ 1 1 189092 19488 91896 132344 36 1932 36 1932 378 35205 43 5 0 51
+ 0 0 189428 19372 91896 133200 104 520 104 520 366 5251 17 1 0 82
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 1 189440 17940 90372 137276 4 40 4 12132 426 75264 88 12 0 0
+ 0 1 189604 15948 89112 142604 84 1476 84 1684 348 70292 81 8 1 9
+ 0 2 189608 16116 88856 142984 24 380 24 380 301 11254 19 1 0 79
+ 0 1 189608 16392 88728 143112 4 132 4 132 361 164 5 1 0 94
+ 0 0 189608 16140 88600 143532 124 0 124 0 281 39115 51 6 0 43
+ 0 2 189996 20156 83392 141732 124 860 124 16764 398 42149 55 10 2 33
+ 0 2 190192 24016 82788 142992 148 260 148 496 488 33949 39 8 0 53
+ 0 0 190236 16616 79892 153808 196 736 196 740 321 64789 79 10 3 8
+ 1 0 190352 17044 75896 159160 20 1476 24 1476 330 63158 72 9 0 18
+ 0 0 190352 17484 75636 159844 272 0 272 0 414 9608 19 3 2 76
+ 0 1 190356 19176 69604 162352 4 256 4 17500 444 71621 82 15 0 3
+ 0 0 190356 17832 68084 166920 92 264 224 508 377 50727 61 10 0 29
+ 0 0 190356 16100 66308 170652 192 860 216 860 352 49668 61 11 2 26
+ 0 0 190356 15800 63984 172968 308 0 308 0 281 61277 71 12 1 15
+ 0 0 190356 16140 60004 177832 180 1184 180 1184 356 68540 76 15 0 8
+ 0 1 190356 19524 56228 172228 728 0 728 23372 531 12976 21 4 2 73
+ 0 0 190356 24032 56236 172440 304 0 304 340 552 7593 12 2 0 85
+ 0 0 190356 18720 55328 179572 56 4 56 4 217 73458 88 8 0 3
+ 0 0 190356 16000 52156 185020 444 0 444 0 315 55701 71 7 3 19
+ 0 0 190356 15796 52164 185132 580 0 580 0 348 40870 51 4 3 41
+ 0 1 190356 21028 52172 178684 20 0 20 18868 493 65412 78 14 0 8
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 190356 20512 52180 180140 588 0 600 4952 508 35353 41 7 1 50
+ 2 0 190480 17076 52180 183676 64 876 64 876 322 45864 50 12 1 36
+ 0 0 190480 15944 52180 184904 484 0 508 0 330 32803 41 5 2 51
+ 0 0 190480 15984 52044 184876 628 0 628 0 360 48566 59 10 2 29
+ 0 0 190460 23876 50132 180084 16 0 16 15052 483 72541 87 13 0 0
+ 0 0 190460 18156 50164 185180 592 28 720 28 358 47508 56 11 2 31
+ 0 0 190460 16936 50164 185788 712 760 712 760 465 44403 54 7 3 36
+ 0 0 190460 15924 50196 187520 44 0 44 0 216 76035 86 14 0 0
+ 0 0 190432 16364 50196 186452 744 0 744 0 389 37884 45 9 2 43
+ 1 1 190416 22076 48592 179556 152 4 152 23992 524 46308 61 12 0 27
+ 0 0 190416 23564 48352 180196 324 0 324 276 478 12913 18 2 1 79
+ 0 0 190416 18108 47324 187992 144 0 144 0 239 68394 82 11 2 5
+ 0 0 190412 18900 47152 188212 144 632 168 632 314 70875 79 13 0 7
+ 0 0 190508 17312 46256 190096 600 184 600 184 372 30280 39 5 3 53
+ 0 0 190508 20024 46076 187356 260 0 260 17828 588 61286 73 13 0 13
+ 0 0 190508 17400 44092 191568 396 0 396 7152 450 62819 78 11 0 10
+ 0 0 190508 15892 44092 192920 276 692 436 692 343 40320 50 10 3 37
+ 0 0 190508 15780 41720 195064 424 8 424 8 310 58656 70 10 2 17
+ 0 0 190508 16240 41036 195264 84 1000 88 1000 343 74358 83 15 0 2
+ 0 1 190508 22600 41036 187688 508 0 508 16772 604 18468 25 7 1 66
+ 0 0 190508 17616 41044 193416 184 748 208 980 351 69449 84 11 1 3
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 190508 17112 41044 193368 548 468 548 468 392 3478 9 0 0 91
+ 0 0 190508 15880 41056 194452 136 0 136 0 237 73951 81 19 0 0
+ 0 0 190508 17224 39104 194588 508 1044 508 1044 448 51911 64 7 4 24
+ 0 1 190508 20364 39020 189960 120 0 120 20384 561 39396 48 9 0 43
+ 0 0 190508 15884 39036 195764 120 0 300 252 306 74754 89 10 0 1
+ 0 0 190508 17380 39044 193784 476 1072 476 1072 400 54039 68 7 3 21
+ 0 0 190508 16144 39044 194376 656 976 656 976 421 30909 43 6 2 49
+ 0 0 190508 17116 37076 195284 80 1024 208 1024 304 75113 89 11 0 0
+ 0 0 190508 20976 37052 191260 196 0 196 22648 652 63850 76 14 2 8
+ 0 2 190508 17092 37052 193560 1360 0 1360 6740 674 19934 29 5 5 61
+ 0 1 190508 17844 37064 192428 92 1024 92 6208 363 69563 79 14 0 7
+ 0 1 190508 16256 36068 192284 268 720 284 7596 344 69449 88 8 1 2
+ 0 0 190508 16612 36092 193676 948 304 956 524 591 29138 36 9 2 53
+ 0 0 190508 16920 36128 193788 24 0 24 9020 433 74837 83 17 0 0
+ 0 0 190508 18260 36140 191300 1136 1176 1144 1176 537 46753 56 9 3 31
+ 0 0 190508 19744 36184 189608 648 872 668 8416 547 43203 54 10 0 35
+ 0 0 190508 19656 33560 192160 184 0 184 6076 379 72783 87 10 0 2
+ 0 2 190668 18988 31124 194716 800 924 816 6320 589 70386 73 12 1 14
+ 0 1 190668 18104 31292 195056 280 0 676 2800 404 11209 20 3 0 77
+ 0 1 190704 17520 31364 194712 836 908 1096 2448 533 46960 53 11 1 35
+ 1 1 190704 19612 31384 192232 60 0 64 6140 326 34655 41 7 0 51
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 190704 18276 31404 194528 816 0 820 224 504 36071 50 4 1 45
+ 0 1 190764 18092 31440 193168 744 292 764 7600 518 58419 71 12 2 14
+ 1 1 190764 20244 31480 192484 220 0 228 7328 572 67983 60 8 0 32
+ 0 0 190764 19624 31500 192316 1432 0 1432 4652 666 57526 71 9 2 17
+ 0 0 190764 17908 31500 193364 664 0 664 2660 425 24417 33 5 4 58
+ 0 0 190764 17188 31500 193364 704 0 704 0 381 513 13 0 3 84
+ 0 0 190764 16492 31500 193364 696 0 696 28 383 551 12 0 8 80
+ 0 0 190764 16008 31500 193264 744 0 744 0 390 527 15 1 13 71
+ 0 0 190764 16104 31500 193120 4 0 4 0 205 10549 57 4 38 1
+ 0 0 190796 15960 31520 193244 4 36 12 36 208 71955 87 11 1 0
+ 0 0 190800 15956 31528 193232 4 128 8 128 223 75142 82 17 0 0
+ 0 1 190804 20408 31528 183896 0 132 0 16844 432 72204 83 15 2 0
+ 0 0 190804 19168 31544 190004 4 0 4 5940 511 65219 85 12 0 3
+ 0 1 191536 16564 30536 190752 12 1492 16 11012 407 78807 83 14 2 0
+ 0 0 191592 17376 30560 192764 28 192 32 5540 449 48312 59 10 0 30
+ 0 1 191924 19456 30564 189780 0 788 4 5968 319 71282 84 13 0 3
+ 0 1 192160 16560 30584 193416 12 980 140 4192 405 65694 76 10 0 13
+ 1 0 192160 17984 28544 194404 0 24 0 5044 381 41633 55 7 0 38
+ 0 0 192252 15760 28548 196740 4 320 4 320 232 67814 84 13 3 0
+ 0 0 192252 15932 28552 197520 4 584 4 584 227 72643 88 11 1 0
+ 0 0 192252 16040 28552 198180 0 0 0 0 204 71268 88 10 2 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 192252 25484 28552 189372 72 0 72 23600 628 58521 82 10 2 6
+ 0 0 192344 19956 28556 194876 20 284 24 284 236 73922 87 12 0 1
+ 0 0 192416 16008 28572 198748 64 788 104 788 286 66635 81 12 3 4
+ 0 0 192416 16112 28580 199316 96 0 224 0 232 69911 84 12 0 3
+ 0 0 192416 16856 28588 198500 36 84 48 84 227 69297 84 10 2 4
+ 0 1 192416 22672 28604 188000 32 108 32 30012 588 57006 72 13 0 15
+ 0 0 192416 20560 27996 195232 24 0 24 236 390 67874 82 12 2 3
+ 0 0 192416 16280 26588 201364 8 0 8 0 205 75703 88 11 0 0
+ 0 0 192416 15840 26628 202288 64 4 64 4 220 68013 80 13 2 4
+ 0 0 192416 15812 26636 202280 28 0 36 0 213 70387 83 14 2 1
+ 0 1 192416 21628 26644 193012 104 0 104 27676 600 41980 53 11 0 35
+ 0 2 192416 19972 26368 198408 20 0 20 8196 491 66353 80 11 0 8
+ 0 0 192416 16044 22612 206184 12 980 12 984 278 69733 88 7 2 3
+ 0 0 192416 16028 22628 206152 28 44 156 44 218 68921 87 9 1 2
+ 0 0 192416 15932 22636 206196 44 0 44 0 215 68829 82 12 1 4
+ 0 0 192416 24404 22652 197680 28 0 32 19700 599 57227 71 14 0 14
+ 0 0 192416 18256 22660 203776 44 0 44 0 215 68627 80 15 2 2
+ 0 0 192416 16024 22676 205960 32 0 44 0 212 70892 81 14 1 3
+ 0 0 192416 16236 22676 206672 96 0 96 0 229 72056 85 11 0 4
+ 0 0 192416 16048 22676 206768 92 0 92 0 228 66009 85 7 2 5
+ 0 0 192416 25152 22684 197612 72 0 72 28300 705 49948 68 9 0 23
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 192416 21120 22692 201632 4 0 4 0 204 70962 85 12 2 1
+ 0 0 192416 16396 21000 207956 88 0 216 0 229 70002 87 8 2 2
+ 1 0 192416 15780 19652 209892 24 0 44 0 198 75237 86 13 1 0
+ 1 0 192416 16216 19660 209400 48 0 48 0 203 71537 84 13 1 2
+ 0 0 192416 24684 19680 200896 24 0 24 28548 698 59210 75 14 0 11
+ 0 0 192416 18332 19684 207192 52 0 52 8232 388 69260 81 14 2 2
+ 0 0 192416 15992 19684 209476 28 0 28 0 210 71936 82 15 3 0
+ 0 0 192416 15936 17916 211288 12 0 12 0 206 71615 83 14 3 0
+ 0 0 192416 15936 17648 211540 16 0 24 0 209 69922 85 10 2 2
+ 1 0 192416 21732 17660 205692 12 0 140 21844 630 71183 83 16 1 0
+ 0 0 192416 16368 17668 211012 32 0 36 0 212 73125 85 13 0 2
+ 0 0 192416 15768 17668 211016 596 0 596 0 354 60045 77 7 2 14
+ 0 0 192416 15800 17688 210348 616 0 616 0 357 58818 72 10 2 16
+ 2 1 192416 18844 17692 197592 540 0 540 26964 370 51516 60 15 2 23
+ 0 0 192416 24352 17712 201212 16 0 40 288 651 66507 81 11 0 8
+ 0 1 192416 19380 17712 206152 60 0 60 10348 379 67736 78 16 2 3
+ 0 0 192416 16016 17728 209484 24 0 24 224 255 69437 85 11 2 1
+ 2 0 192416 16220 17764 209144 100 0 112 13184 512 67258 78 16 2 4
+ 0 1 192612 16936 17768 206328 32 716 36 4620 309 51735 60 11 2 27
+ 0 1 192644 18872 17784 206276 164 96 308 3924 430 48352 56 10 0 33
+ 0 0 192644 16096 17824 208728 284 0 284 3976 373 66468 79 13 3 4
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 192644 18604 17832 204728 1480 0 1504 6256 706 47769 60 9 3 28
+ 0 0 192644 17824 17868 205444 24 0 24 7572 372 73810 86 14 0 0
+ 1 0 192644 17584 17872 205396 284 0 284 928 298 6643 41 1 27 32
+ 0 0 192644 17012 17880 205956 0 0 0 236 212 14323 62 3 35 0
+ 0 0 192644 17836 17912 205068 40 0 60 7572 380 71237 83 15 0 2
+ 0 0 192644 17944 17944 204880 48 0 68 4912 326 75289 87 12 0 0
+ 0 0 192644 18616 17984 204148 20 0 32 5756 345 72456 84 14 2 0
+ 0 0 192644 18196 18052 204472 28 12 52 8708 411 68422 82 15 2 0
+ 0 0 192644 18904 18100 203700 32 0 56 6528 367 69655 82 14 3 0
+ 0 0 192644 16048 18128 206508 20 0 32 2812 274 71779 84 13 3 0
+ 0 0 192644 17416 18180 205048 52 0 112 9864 440 70776 84 13 2 0
+ 0 0 192648 17244 18200 205176 24 40 44 2916 292 72434 87 11 2 0
+ 0 1 192648 22604 18208 199476 4 0 24 8676 363 70984 86 12 2 0
+ 0 0 192648 18092 18248 204212 72 0 196 7900 432 66855 83 10 0 6
+ 0 1 192648 19248 18276 202028 32 0 52 6560 314 75086 87 13 0 0
+ 0 1 192812 19892 18308 201800 16 428 80 5908 411 73586 88 10 0 2
+ 0 0 192812 16296 18336 205892 4 0 28 1692 279 73711 84 14 0 2
+ 0 0 192812 17440 18364 204788 8 0 96 9764 413 67265 79 14 1 6
+ 0 2 192920 18292 18376 203844 20 1128 152 5992 410 71576 86 12 0 2
+ 0 0 192920 18868 18412 203652 72 0 292 10036 462 72440 88 10 2 0
+ 0 1 192920 18584 17408 203964 12 0 16 6668 306 71992 85 13 2 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 1 192920 17896 17428 203612 4 0 4 6788 274 67222 84 14 2 0
+ 0 0 192920 16160 17460 208528 20 0 176 4960 468 71420 88 10 0 2
+ 0 0 192920 17608 17496 207028 20 0 60 6052 350 70561 88 10 1 0
+ 0 0 192920 15812 17504 208812 4 0 8 0 206 77102 88 12 0 0
+ 0 0 192920 15828 17504 208796 0 0 0 0 205 75140 84 14 2 0
+ 0 0 192920 15964 17512 208616 16 0 20 0 209 69685 83 14 3 0
+ 0 1 192920 16452 17512 196088 0 1024 128 26452 377 70048 81 16 3 0
+ 0 1 192920 21928 17532 201972 4 0 4 220 648 72078 86 12 0 2
+ 0 0 192920 16956 17544 207236 4 0 4 11472 475 72352 83 15 0 2
+ 0 0 192920 16008 17552 208124 12 0 12 0 206 73112 84 13 2 0
+ 0 0 192920 16176 17576 207916 16 0 16 0 207 72495 87 11 2 0
+ 0 1 192920 25188 17584 198420 4 0 12 19532 542 70338 81 16 0 2
+ 0 0 192920 19152 17620 204828 44 0 72 252 235 74848 90 8 0 2
+ 0 0 192920 15992 17652 208972 8 0 8 0 206 67846 88 11 1 0
+ 0 0 192920 15820 17696 209096 4 0 132 0 208 71416 91 7 1 0
+ 0 0 192920 15896 17712 209004 0 0 0 0 204 74004 87 10 2 0
+ 0 1 192920 19224 17716 199412 0 0 0 30908 524 62586 81 16 2 0
+ 0 0 192920 18308 17760 206392 8 0 8 344 442 68153 90 8 0 2
+ 0 0 192920 16280 17764 208400 16 0 32 0 211 68475 88 9 2 0
+ 0 1 192920 20640 17768 202912 148 0 152 18128 529 35421 49 9 0 42
+ 0 0 192920 17884 17776 206440 196 0 196 260 292 61605 75 6 0 18
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 192920 17660 17796 206196 448 0 448 7808 476 56427 72 7 1 19
+ 0 2 192920 17588 17804 203388 324 0 324 8024 317 56877 70 10 2 17
+ 0 0 192920 16456 17828 206940 100 0 100 232 367 68154 81 11 2 6
+ 0 0 192920 16116 17832 206624 656 0 784 0 371 56284 67 12 1 20
+ 0 0 192920 16092 17832 206540 108 0 132 0 237 68855 81 14 2 3
+ 0 0 192920 24376 17840 198248 12 0 12 19344 553 68870 83 14 0 2
+ 0 0 192920 18828 17164 204460 8 0 8 6604 347 71822 84 14 2 0
+ 1 0 192920 15768 15180 209572 40 108 40 108 236 70816 88 7 3 1
+ 0 0 192940 16584 11756 212176 4 704 4 704 251 73613 86 11 2 0
+ 0 0 192940 16204 10724 213564 24 0 24 0 209 72840 88 10 2 0
+ 0 1 192940 19392 10728 207488 24 0 152 23584 545 73493 85 15 0 0
+ 0 0 192940 17056 10744 212384 56 0 76 8000 465 68577 81 13 0 6
+ 0 0 192940 16096 10748 213540 16 0 16 0 208 72487 87 12 1 0
+ 0 0 192940 16084 10756 213436 232 0 232 0 261 68042 80 13 2 4
+ 0 0 192940 16044 10760 213192 256 0 256 0 268 40921 57 8 8 26
+ 0 1 192940 23820 10760 203828 164 0 164 18792 582 266 41 5 8 46
+ 0 0 192940 22976 10776 205732 12 0 12 2972 336 35340 64 9 10 16
+ 0 0 192940 17320 10780 211340 0 0 0 0 203 74706 81 18 1 0
+ 0 0 192940 15960 10796 212688 0 24 0 24 212 74142 75 23 2 0
+ 0 0 192940 18876 10808 209760 0 0 0 14284 469 72088 75 23 2 0
+ 0 0 192940 15924 10828 212692 4 0 132 7556 361 73083 79 19 2 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 192940 15812 10840 212792 0 0 0 0 204 75047 83 15 2 0
+ 0 0 192940 19640 10864 209044 4 0 4 13800 472 76799 84 16 0 0
+ 0 0 192940 20664 10896 208016 4 52 4 8512 385 72751 83 14 2 0
+ 0 0 192940 16368 10908 212296 4 0 4 0 204 73013 82 17 1 0
+ 0 0 192940 18404 10928 210240 0 0 4 12968 496 72867 86 14 0 0
+ 0 0 192940 19632 10956 208980 4 0 4 7808 368 73786 82 15 2 0
+ 0 1 192940 18336 10972 209088 4 20 4 7220 308 73080 83 14 3 0
+ 0 0 192940 16120 10996 212516 8 0 136 2624 322 73997 86 12 2 0
+ 0 0 192940 18104 11012 210520 0 0 4 7900 360 73072 84 13 2 0
+ 0 0 192940 17404 11052 211176 4 0 4 7632 372 70633 86 11 3 0
+ 0 0 192940 18788 11092 209748 4 0 4 6340 345 71798 86 12 2 0
+ 0 0 192940 19272 11132 209140 96 0 96 8324 402 70029 84 14 1 1
+ 0 0 192940 18372 11168 210004 0 0 20 7056 357 72339 82 18 0 0
+ 0 0 192940 18388 11184 209972 0 0 4 4640 301 73266 82 15 2 0
+ 0 0 192940 16092 11212 212232 8 0 12 4264 297 74742 83 14 0 2
+ 0 2 192940 18256 11228 210324 0 0 12 12240 432 63634 83 14 2 0
+ 0 1 192940 15948 11240 212616 12 416 16 500 279 74378 83 15 0 1
+ 0 1 192940 16088 11252 212436 24 0 152 0 230 74882 87 11 2 0
+ 1 0 192940 15816 11252 212704 4 0 4 0 209 66980 87 11 2 0
+ 0 2 192940 20844 11272 207632 4 0 4 25456 735 64419 85 12 0 2
+ 0 1 192940 16820 11304 211624 4 0 4 864 232 74777 83 14 2 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 1 192940 15788 11308 213076 0 0 0 0 205 75127 79 18 2 0
+ 0 1 192940 19564 11336 209268 4 0 4 13128 450 66934 81 16 2 0
+ 0 2 192940 20528 11336 205868 4 0 4 11424 269 71544 82 16 1 0
+ 0 1 192940 17828 11368 210964 0 0 0 3596 441 73238 86 11 2 0
+ 1 0 192940 17712 11396 211052 0 0 16 6044 303 72337 86 14 0 0
+ 0 0 192940 15776 11420 212952 8 0 8 0 206 75763 86 13 1 0
+ 0 0 192940 16012 11420 212708 4 0 132 0 207 73799 85 12 3 0
+ 0 1 192940 20292 11416 202368 0 0 0 22680 388 70976 88 11 1 0
+ 0 0 192940 21068 11448 207432 4 0 4 4720 540 73498 84 15 0 1
+ 0 0 192940 16308 11452 212180 8 0 20 0 208 71731 84 12 2 1
+ 1 0 192940 16024 11464 212452 0 0 132 0 210 74670 84 13 2 0
+ 0 0 192940 15800 11464 212672 4 0 4 0 205 71746 85 13 2 0
+ 0 1 192940 17020 11504 202688 8 0 8 26824 357 66280 83 15 2 0
+ 0 0 192940 19872 11532 208444 4 0 24 260 541 66728 77 21 2 0
+ 0 0 192988 15940 11540 212492 0 404 0 404 248 71801 88 11 1 0
+ 0 0 192988 16800 11548 211756 0 208 0 208 235 73630 87 10 2 0
+ 0 0 192988 16040 11552 212492 12 0 12 0 206 77153 89 11 0 0
+ 0 1 192988 16236 11576 202656 4 0 4 30872 370 68615 79 19 2 0
+ 0 0 192988 20200 11596 208048 0 0 128 272 585 72996 87 12 0 0
+ 0 0 192988 16168 11616 212040 4 0 8 9968 404 71449 86 13 0 1
+ 0 0 192988 15952 11644 212752 20 0 20 0 208 71702 84 12 2 2
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 192988 16016 11648 212672 12 0 12 0 207 73448 86 11 2 0
+ 0 1 192988 20128 11648 202308 36 0 36 22436 399 62774 76 20 2 1
+ 0 0 192988 20796 11672 207808 16 0 16 4272 525 62444 75 12 1 11
+ 0 0 192988 16356 11688 212208 8 0 8 0 207 72198 86 11 2 0
+ 0 0 192988 17572 11700 210992 8 0 8 11856 433 75455 86 14 0 0
+ 1 0 192988 15816 11724 212456 264 0 264 0 269 64314 77 11 2 9
+ 0 0 192988 20836 11740 207388 32 0 64 13652 486 62640 77 11 2 9
+ 0 0 192988 16748 11760 211424 32 0 176 5668 333 70779 84 13 2 0
+ 0 0 192988 17160 10748 212008 12 4 12 6468 345 73183 84 13 2 0
+ 0 0 192988 16848 10784 212212 76 0 92 7952 391 71346 77 20 2 0
+ 0 0 192988 17880 10812 211012 140 0 140 4016 323 69789 82 11 2 5
+ 0 0 192988 19516 10828 209344 12 0 12 6516 340 75272 84 16 0 0
+ 0 0 192988 16652 10840 212028 172 0 208 5428 367 62515 78 10 1 10
+ 0 0 192988 19072 10848 209428 172 0 176 3420 320 18049 51 4 24 20
+ 0 1 192988 18296 10848 209996 0 0 0 2584 242 11565 58 5 36 0
+ 0 0 192988 15796 10872 212680 0 20 0 116 230 73494 86 12 1 0
+ 0 0 192988 15984 10892 212472 0 0 4 10788 428 75366 81 19 0 0
+ 0 0 192988 17056 10916 211404 8 0 148 6212 346 72233 84 14 2 0
+ 0 0 192988 16032 10920 212424 0 0 0 0 204 73939 85 13 2 0
+ 0 0 192988 16096 10920 212360 8 52 8 52 217 73736 83 15 1 0
+ 0 1 192988 18612 10932 209308 16 0 20 22116 526 69887 81 16 0 3
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 192988 18772 9952 210640 0 0 0 5100 414 72997 86 12 2 0
+ 0 1 192988 16792 9960 209656 4 0 4 7764 238 73589 86 12 2 0
+ 0 0 192988 16148 10008 213204 0 0 16 5164 446 71683 81 16 3 0
+ 0 0 192988 18372 10032 211072 0 0 12 7104 358 73140 79 19 2 0
+ 0 0 192988 17764 10100 211532 88 0 248 5468 363 72455 89 9 2 0
+ 0 0 192988 18384 10132 210972 16 0 24 5820 337 72788 83 15 2 0
+ 0 2 192988 18268 10176 211044 0 0 16 10060 420 76050 89 11 0 0
+ 0 1 192988 18500 10192 209316 8 0 12 6356 277 73155 87 11 2 0
+ 0 1 192988 18744 10208 209468 24 0 64 6304 339 71427 83 15 0 1
+ 0 0 192988 16716 10228 212512 0 0 4 4160 366 73298 84 14 2 0
+ 0 1 193008 17436 10260 211764 12 416 44 8988 447 72393 89 9 2 0
+ 0 0 193008 15824 10308 213328 4 0 4 2376 265 73667 84 13 2 0
+ 0 0 193008 17096 10360 212356 20 0 44 11128 451 70584 85 13 2 0
+ 0 0 193008 18356 10396 211052 16 0 28 5792 340 72553 83 14 3 0
+ 0 0 193008 20316 10416 209548 8 0 16 6760 348 72824 85 13 0 2
+ 0 0 193008 16656 10436 213188 0 0 128 3752 354 74332 85 13 2 0
+ 0 0 193008 17264 10448 212568 0 0 0 7076 347 60913 78 20 2 0
+ 0 0 193008 16188 10460 213632 0 0 0 0 206 77186 85 15 0 0
+ 0 0 193008 16084 10456 213740 0 0 0 0 203 75070 85 12 2 0
+ 0 1 193008 22380 10488 206856 0 0 12 19664 570 71232 85 13 2 0
+ 0 1 193008 16764 10504 212956 20 0 36 10052 427 69599 81 16 0 2
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 193008 19144 10540 210568 0 0 0 5728 382 72618 85 13 2 0
+ 0 0 193008 20012 10596 209656 4 0 56 7976 390 71641 82 15 2 0
+ 0 0 193008 19856 10624 209724 60 0 288 5336 351 72884 84 13 2 0
+ 0 0 193008 16548 10644 213012 0 0 128 0 209 75313 87 11 2 0
+ 0 0 193008 17440 10652 212288 0 0 0 9980 399 72658 85 12 2 0
+ 0 0 193008 16976 10684 212720 0 0 32 11088 441 67303 84 14 1 0
+ 0 0 193008 15952 10684 213740 4 0 4 0 204 73858 88 10 2 0
+ 0 0 193008 16220 10684 213464 4 0 4 0 204 78542 87 13 0 0
+ 1 0 193036 16288 10708 213348 8 28 8 28 207 73633 87 11 2 0
+ 0 0 193036 22472 10716 206768 4 0 4 21220 614 59720 84 13 2 0
+ 0 0 193036 17056 10740 212156 4 0 4 9264 392 67798 83 15 2 0
+ 0 0 193036 15976 10764 213212 0 0 0 0 204 64696 86 12 2 0
+ 0 0 193036 15932 10772 213244 4 0 4 0 204 71374 84 13 3 0
+ 0 0 193076 17608 10780 211616 0 656 128 656 293 67018 88 10 0 2
+ 1 1 193076 22496 10788 206444 4 0 4 27020 692 62434 77 21 0 2
+ 0 0 193076 16080 10816 212812 32 0 44 5716 338 62842 78 13 1 7
+ 0 0 193076 15920 10832 212956 0 0 0 0 203 74675 86 12 1 0
+ 0 0 193076 23056 10840 205812 0 0 0 12852 448 73091 85 12 2 0
+ 0 0 193076 17312 10864 211528 4 0 4 0 204 76479 86 14 0 0
+ 0 0 193076 17436 10896 211720 0 0 0 9316 392 73988 84 14 1 0
+ 0 0 193076 16164 10912 212960 16 0 20 0 208 71042 88 10 2 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 193076 24304 10916 204552 264 0 264 13556 523 18134 23 9 0 67
+ 0 0 193076 18564 10940 210252 16 0 156 0 214 75816 82 17 0 0
+ 0 0 193076 16228 10952 212572 4 0 4 0 205 72702 84 14 2 0
+ 0 0 193076 18628 10976 210132 16 0 16 13392 459 69487 84 13 0 2
+ 0 0 193076 17400 10980 211056 300 0 300 0 279 23404 47 5 17 31
+ 1 0 193076 18376 10980 210036 44 0 44 0 214 170 51 1 43 5
+ 0 0 193076 16028 10984 212356 4 0 4 0 205 69748 85 11 4 0
+ 0 0 193076 16088 11000 212248 0 0 0 0 202 74007 86 12 1 0
+ 0 1 193076 21984 11012 205576 4 0 4 26460 686 70260 81 17 0 2
+ 0 0 193076 17392 11044 210772 0 0 4 3108 329 72396 87 10 2 0
+ 0 1 193076 19280 11068 207172 0 120 12 10268 348 72852 82 15 2 0
+ 0 1 193076 17468 11080 210772 4 0 132 180 295 74085 85 12 2 0
+ 1 1 193076 21020 10064 207792 8 0 8 13536 428 71540 79 18 2 0
+ 0 1 193076 17248 10080 211984 0 0 0 92 252 74703 84 14 2 0
+ 1 0 193076 17868 10104 211352 0 0 0 11404 440 73196 83 14 2 0
+ 0 1 193076 15796 10108 213660 4 108 4 108 222 74867 85 12 2 0
+ 0 1 193076 19376 9088 205936 4 0 4 13568 242 75804 84 16 0 0
+ 0 1 193076 18772 9120 211636 0 0 0 6532 562 72155 82 16 0 2
+ 0 1 193076 15888 9136 214504 0 0 20 0 208 70511 84 13 2 0
+ 0 1 193084 15836 9144 214760 0 104 4 104 225 68681 87 11 2 0
+ 0 2 193084 21144 9152 206204 0 0 132 17556 428 64338 80 18 2 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 1 193084 19344 9176 211256 8 0 8 268 358 72528 84 14 2 0
+ 0 2 193084 18160 9168 211436 16 0 16 13572 420 67604 85 13 2 0
+ 1 0 193084 15972 9184 214592 4 0 4 232 254 72031 83 15 2 0
+ 0 1 193084 16088 9216 214440 0 0 8 11768 442 69594 78 18 3 0
+ 0 1 193088 19676 9244 210992 0 36 0 7816 377 74961 84 14 0 2
+ 1 1 193088 16056 9268 214592 0 0 0 0 198 75979 83 15 2 0
+ 0 0 193088 15736 9300 214868 0 0 0 12632 440 66276 81 16 3 0
+ 0 1 193088 15796 9300 214804 4 0 4 0 204 68431 88 12 0 0
+ 0 0 193088 17896 9316 212684 0 0 128 9364 430 71910 84 13 0 2
+ 2 1 193088 18056 9340 212452 92 0 92 12860 496 70432 86 12 2 0
+ 0 0 193088 15864 9360 214620 0 0 4 4 205 67304 82 16 2 0
+ 0 1 193096 20728 9380 209720 4 604 4 11236 462 61439 81 17 2 0
+ 0 1 193096 18556 9380 210384 4 0 4 8476 280 67771 84 13 2 0
+ 0 0 193096 16040 9428 214424 0 0 0 5804 422 68741 81 17 2 0
+ 0 2 193096 16800 9452 210840 4 0 8 7500 240 61981 86 11 2 0
+ 0 1 193096 16040 9488 214268 8 0 8 4196 406 68513 86 13 1 0
+ 0 1 193096 17960 9524 212976 4 0 4 6728 347 71341 88 10 2 0
+ 0 0 193096 16040 9532 214880 8 0 136 0 210 73166 87 11 2 0
+ 0 2 193096 17640 9544 208492 4 0 16 14796 334 68724 86 13 0 0
+ 0 1 193096 17016 9572 213816 32 0 32 3896 477 71651 82 17 0 0
+ 0 0 193096 16028 9576 214788 4 0 4 0 205 69907 85 12 2 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 193096 20876 9592 209920 4 0 4 13344 453 70591 84 14 2 0
+ 0 2 193096 20580 9608 209536 4 0 4 8816 346 66422 84 14 2 0
+ 0 0 193096 16892 9624 213808 0 0 0 3820 321 68607 85 13 2 0
+ 3 1 193096 20288 9636 207328 0 0 0 9544 238 61780 84 14 2 0
+ 0 0 193096 18484 9672 212124 0 0 4 2228 405 67934 84 13 3 0
+ 0 0 193096 18376 9692 212212 0 0 0 7560 355 70470 83 14 3 0
+ 0 0 193096 16192 9704 214376 0 0 0 0 204 63506 86 12 1 0
+ 0 0 193096 21640 9720 208912 0 0 144 13428 461 61521 82 15 2 0
+ 0 0 193096 17248 9724 213300 0 0 0 0 204 71445 84 14 2 0
+ 0 0 193096 15984 9740 214548 0 0 0 0 205 74769 87 13 0 0
+ 0 0 193096 20840 9756 209648 0 0 32 18272 534 69122 81 17 2 0
+ 0 2 193096 18072 9780 210408 356 0 356 9104 353 61673 72 13 3 11
+ 0 0 193096 16368 9784 213736 0 0 0 1392 359 72840 86 12 2 0
+ 0 0 193096 17136 9792 212772 184 0 184 7756 407 69178 77 14 3 6
+ 0 0 193096 17344 9804 212328 220 0 220 5336 370 64886 77 12 4 6
+ 1 0 193096 18128 9812 211520 24 0 152 6032 339 69919 77 17 0 5
+ 1 0 193096 18092 9812 211520 36 0 36 0 225 192 57 2 37 4
+ 1 0 193096 16288 9816 213320 0 0 0 0 203 46657 73 10 17 0
+ 1 0 193096 16412 9844 213176 4 0 16 9472 402 70368 81 17 1 0
+ 1 0 193096 15948 9844 213632 4 0 4 0 205 74201 82 14 3 0
+ 1 0 193096 21280 9864 208280 0 0 0 14524 480 70168 81 16 3 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 1 1 193096 20428 9892 209092 4 0 20 8496 377 72263 85 13 0 1
+ 2 0 193096 16768 9916 213052 4 0 8 2796 268 72651 84 14 1 1
+ 3 0 193096 16236 9928 213572 0 0 0 0 206 77429 92 7 0 0
+ 1 0 193096 15996 9944 213788 8 0 136 0 209 73812 84 14 2 0
+ 0 2 193096 22716 9948 207052 0 0 16 19304 612 72118 79 18 2 0
+ 0 0 193096 16824 9964 212920 8 0 8 4 230 76038 86 12 2 0
+ 1 0 193096 16936 9992 212780 0 0 4 15528 495 74286 83 15 0 2
+ 0 0 193096 18228 10012 211468 0 0 12 6568 346 72882 87 11 2 0
+ 0 0 193096 16136 10032 213540 0 0 4 0 205 73678 86 12 2 0
+ 0 2 193096 18572 10076 211060 4 0 8 16284 535 71836 86 11 2 0
+ 0 1 193096 19640 10092 209632 12 0 32 5452 310 72762 83 14 2 0
+ 0 1 193096 15972 10148 213568 4 0 20 2856 287 62653 87 10 3 0
+ 0 0 193096 15776 10148 213760 4 0 4 0 206 72537 81 17 2 0
+ 0 0 193096 19108 10184 210384 8 0 152 17216 552 60996 85 12 2 1
+ 0 0 193096 16004 10200 213472 0 0 16 3184 281 72790 86 14 0 0
+ 0 0 193096 16760 10216 212680 12 0 16 5676 322 70252 87 13 0 0
+ 0 0 193096 16088 10228 213340 0 0 4 0 207 66946 84 13 2 0
+ 0 0 193096 16044 10236 213376 0 0 0 0 203 71776 87 11 2 0
+ 0 1 193096 23656 10268 205928 0 0 20 23736 635 63238 87 10 0 2
+ 0 0 193096 18756 10304 210804 0 0 16 6772 374 72939 82 16 1 0
+ 0 0 193096 18564 10328 210972 0 0 16 3700 293 71944 81 15 3 1
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 1 193096 19148 10356 210356 4 0 4 7124 353 71701 82 16 2 0
+ 0 0 193096 16348 10368 213140 4 0 136 0 211 67584 83 15 2 0
+ 0 0 193096 18960 10396 210500 0 0 4 14636 500 67711 82 16 2 0
+ 0 2 193096 18000 10408 209220 4 0 4 7332 245 70137 82 18 0 0
+ 0 2 193096 18824 10416 209516 4 0 28 6268 350 67469 82 16 0 2
+ 0 1 193096 16260 9596 213908 20 0 64 5868 442 63613 83 15 2 0
+ 0 0 193096 17488 9636 212556 20 0 32 4892 316 67790 85 13 2 0
+ 0 1 193096 17492 9680 212528 4 0 8 8820 393 67801 87 11 2 0
+ 0 0 193096 17560 9700 212436 0 0 4 3640 282 61874 81 16 2 0
+ 0 2 193096 17620 9712 211256 4 0 8 8416 332 67254 83 14 2 0
+ 0 1 193096 17052 9740 211864 8 0 148 7904 375 69334 87 10 2 0
+ 0 0 193096 18292 9784 211580 16 0 32 6720 403 70168 82 16 2 0
+ 0 1 193096 19844 9796 210012 4 0 4 5564 317 67646 86 12 2 0
+ 0 1 193096 16772 9808 213068 4 0 24 0 208 67960 85 12 2 0
+ 0 1 193096 20212 9832 209592 4 0 20 13208 470 72992 86 14 0 0
+ 0 0 193096 16200 9836 213596 0 0 4 0 208 68818 89 10 1 0
+ 0 2 193096 19816 9844 209180 4 0 4 11384 430 69305 80 17 3 0
+ 0 2 193096 20660 9872 209084 4 0 4 8236 472 68796 84 13 0 2
+ 0 1 193096 16224 9912 213488 4 0 28 7216 367 65699 88 10 2 0
+ 0 1 193096 16232 9908 213464 8 0 8 0 205 63540 87 10 2 0
+ 0 1 193096 20208 9920 205388 4 0 132 12896 273 65176 83 14 2 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 1 193096 18892 9964 210756 4 0 20 5384 502 67711 86 12 2 0
+ 0 0 193096 19316 10000 210292 0 0 16 7944 377 66782 82 14 3 0
+ 0 0 193096 15976 10020 213612 0 0 0 0 204 74383 89 9 1 0
+ 0 1 193096 15800 10028 213776 4 0 8 0 204 72995 86 12 2 0
+ 2 1 193096 21504 10028 205204 0 0 20 17460 466 68102 79 20 0 1
+ 0 0 193096 18136 10068 211384 4 0 136 7164 444 75398 84 16 0 0
+ 0 0 193096 17700 10076 211812 0 0 0 3176 273 5305 57 2 39 2
+ 0 2 193096 18380 10076 209728 8 0 8 3884 224 41976 72 8 18 2
+ 0 0 193096 16480 10116 212988 0 0 0 3280 345 72985 85 13 1 0
+ 0 0 193096 15876 10124 213584 0 0 0 0 203 74350 86 12 2 0
+ 0 2 193096 21316 10132 205024 4 0 44 14396 348 72056 80 17 2 0
+ 0 0 193096 18556 10164 210856 4 0 4 6320 466 73790 83 14 3 0
+ 0 0 193096 19524 10188 209864 0 0 0 6152 329 73759 81 17 1 0
+ 0 0 193096 16032 10212 213332 0 0 0 0 203 75027 88 12 0 0
+ 0 0 193096 15992 10220 213364 0 0 0 0 204 76208 85 14 1 0
+ 1 0 193096 15848 10228 213456 0 0 128 0 209 74169 83 15 2 0
+ 0 2 193096 26304 10244 202696 4 0 16 27252 683 69443 85 13 2 0
+ 0 0 193096 20176 10268 208808 0 0 0 112 218 74940 87 10 2 0
+ 0 1 193096 17356 10292 211604 4 0 8 8516 372 73791 82 15 2 0
+ 0 0 193096 16040 10300 212908 0 0 0 0 204 74255 82 15 3 0
+ 0 0 193096 22012 10308 206924 0 0 0 14124 472 73087 84 14 0 2
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 193096 17376 10324 211544 0 0 16 7800 364 73682 85 13 0 2
+ 1 1 193096 15896 10340 213012 0 0 132 0 204 74092 86 12 2 0
+ 3 0 193096 17824 10348 211028 8 0 8 9852 446 72565 85 12 2 0
+ 0 1 193096 17512 10372 211308 4 0 4 8796 380 73544 78 20 2 0
+ 1 0 193096 15896 10384 212908 4 0 4 0 205 77276 86 13 1 0
+ 0 0 193096 21296 10400 207500 0 0 0 13860 472 72188 82 18 0 0
+ 2 0 193108 17420 9568 212208 4 12 4 12 206 68682 84 13 3 0
+ 2 1 193108 21804 9580 207812 0 0 0 14376 470 71369 84 14 2 0
+ 0 1 193108 17684 9596 211912 4 0 12 4 208 64805 87 11 2 0
+ 0 0 193108 15924 9604 213652 4 0 4 0 205 65619 87 10 2 0
+ 0 1 193108 20840 9636 208700 8 0 144 18936 563 65550 86 11 0 2
+ 0 0 193108 16740 9660 212756 8 0 8 0 207 72664 84 14 1 0
+ 0 0 193108 16284 9660 213212 0 0 0 0 203 74324 82 16 2 0
+ 0 0 193108 21060 9696 208400 0 0 0 22512 627 62251 84 13 0 2
+ 0 0 193108 17204 9704 212248 0 0 0 0 203 70567 87 11 2 0
+ 0 0 193108 16968 9748 212428 0 0 48 12444 460 70827 84 14 2 0
+ 0 1 193108 17456 9380 212300 4 0 4 2764 262 74573 86 13 0 0
+ 0 2 193108 22024 9372 207364 4 0 4 9948 366 75176 90 10 0 0
+ 0 0 193108 18328 9380 211412 0 0 0 252 242 74989 89 10 0 0
+ 0 2 193108 22576 9400 206896 4 0 136 12416 434 73084 88 10 1 0
+ 0 0 193108 17252 9420 212444 0 0 0 4672 306 73535 83 15 2 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 193108 17212 9448 212416 36 0 80 4672 315 73056 80 18 2 0
+ 0 0 193108 21508 9460 208104 0 0 0 9888 399 66175 83 14 3 0
+ 0 0 193108 17620 9484 211968 0 0 128 8056 376 72529 82 16 2 0
+ 0 0 193108 15892 9500 213676 0 0 0 0 203 70422 85 13 2 0
+ 0 1 193108 17352 9532 212392 4 0 4 11612 437 61882 86 12 2 0
+ 0 1 193108 18752 9544 209652 0 0 0 8832 323 73282 85 12 3 0
+ 0 0 193108 16188 9564 213528 0 0 0 144 270 67927 84 13 2 0
+ 0 1 193108 18696 9576 206432 4 0 4 13300 247 70617 87 13 0 0
+ 0 1 193108 18584 9588 211176 0 0 0 5308 497 70858 90 9 0 0
+ 0 0 193108 15908 9596 213852 0 0 0 2184 274 71861 87 10 2 0
+ 0 1 193108 17044 9648 212660 8 0 32 11540 453 65352 89 8 0 2
+ 2 0 193108 17288 9664 212400 0 0 4 2604 263 68101 86 12 2 0
+ 2 0 193108 16160 9672 213516 0 0 128 0 207 67197 85 13 2 0
+ 0 0 193108 25100 9680 204564 0 0 0 15256 490 65424 84 13 2 0
+ 0 1 193108 18760 9704 210876 4 0 4 5444 368 58542 80 18 2 0
+ 0 0 193108 16236 9704 213392 8 0 8 0 209 73829 86 11 2 0
+ 0 0 193108 16052 9704 213576 0 0 128 0 206 66742 83 14 2 0
+ 1 0 193108 15980 9732 213588 0 0 0 0 204 75438 85 15 0 0
+ 2 0 193108 16180 9740 213312 0 0 136 0 208 73373 84 16 0 0
+ 0 1 193108 20512 9736 205232 0 0 0 28860 640 75158 80 18 2 0
+ 0 0 193108 18304 9756 211128 0 0 0 7780 513 72631 82 15 0 3
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 2 193108 16792 9784 210284 4 0 12 11172 209 72437 86 11 3 0
+ 0 1 193108 16176 9800 213204 4 0 4 256 422 71486 84 14 2 0
+ 0 2 193108 20312 9812 205392 4 0 8 12832 270 69536 83 15 2 0
+ 0 0 193108 20296 9840 209176 0 0 0 2060 429 49256 71 13 15 0
+ 1 0 193108 20292 9844 209176 0 0 0 2936 268 172 55 1 41 2
+ 0 1 193108 16192 9848 213268 4 0 4 0 203 69316 88 12 0 0
+ 0 2 193108 18336 9852 209372 4 0 132 13248 382 71242 86 11 2 0
+ 0 1 193108 16740 9884 212640 4 0 4 3884 390 71640 84 13 3 0
+ 0 0 193108 15812 9916 213532 0 0 16 3076 278 71668 83 14 2 0
+ 0 0 193108 16060 9916 213284 0 0 0 0 203 71160 88 11 1 0
+ 0 0 193108 21940 9932 207388 0 0 0 14440 475 70749 82 15 2 0
+ 0 1 193108 17560 9968 211348 0 0 0 9932 365 72366 81 17 2 0
+ 0 1 193108 16504 9984 211400 0 0 0 7988 348 70954 87 10 2 0
+ 0 2 193108 19496 10012 208616 4 0 8 6320 355 73995 83 16 0 0
+ 0 0 193108 16532 10032 212688 4 0 144 2008 309 71916 86 13 0 1
+ 0 0 193108 16920 9536 212792 0 0 4 6152 330 70300 85 12 1 2
+ 0 1 193108 16092 9548 213608 4 0 4 0 204 72524 83 15 2 0
+ 0 1 193108 20576 9564 209096 0 0 12 18568 532 69057 84 14 0 2
+ 0 2 193108 20296 9588 209324 4 40 16 6344 350 70906 80 17 3 0
+ 2 1 193324 18992 9592 209436 4 228 4 7532 285 63075 86 12 2 0
+ 2 0 194324 16748 9148 213432 0 1004 140 6256 447 64797 84 14 2 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 195112 15952 8776 214592 0 788 0 788 226 71578 88 10 2 0
+ 0 1 195112 19548 8864 210888 0 0 72 15400 509 69786 82 17 0 1
+ 0 2 195112 18488 8900 210684 4 0 36 7588 316 71708 89 11 0 0
+ 0 0 195112 16228 8952 214244 12 0 188 1148 322 70027 87 11 0 2
+ 0 1 195112 16944 8984 213496 4 0 16 8196 370 68722 81 17 2 0
+ 2 1 195112 19364 8988 207148 0 0 24 11004 260 64125 84 13 2 0
+ 2 0 195112 18272 9032 212120 0 0 12 5492 490 68075 85 12 2 0
+ 0 2 195112 18924 9056 210780 4 0 20 6776 307 71249 85 13 2 0
+ 0 0 195112 15996 9112 214320 0 0 40 2068 297 68944 83 14 2 0
+ 0 0 195112 17300 9120 212984 0 0 0 9284 393 69972 81 16 3 0
+ 1 1 195112 19400 9132 207700 0 0 4 9832 307 71511 86 13 0 1
+ 0 1 195112 16620 9180 213488 4 0 16 8560 583 72619 87 12 0 0
+ 0 1 195304 15792 9208 214512 4 1188 140 4752 365 68885 89 9 2 0
+ 0 0 195304 17844 9228 212436 4 0 16 8112 383 69879 84 14 2 0
+ 0 1 195304 17368 9260 212936 4 0 4 5328 314 68829 84 13 0 2
+ 0 0 195304 16716 9288 213560 0 0 24 11332 449 69594 86 11 2 0
+ 2 0 195304 18256 9304 213196 0 0 4 5992 332 70149 85 12 2 0
+ 0 0 195304 16048 9316 215384 4 0 4 2212 253 71735 84 14 2 0
+ 0 1 195304 21128 9356 210272 0 0 4 11872 440 66105 81 17 0 2
+ 0 1 195304 17552 9376 213824 4 0 20 7228 367 73348 86 13 0 0
+ 0 0 195304 17368 9408 213968 8 0 12 5308 321 68782 88 9 3 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 195304 18928 9432 212356 0 0 16 7608 367 69776 84 14 2 0
+ 1 1 195304 16088 9448 215292 4 0 4 0 203 65393 86 12 2 0
+ 0 0 195304 19056 9460 214216 8 0 136 9692 400 61489 83 15 0 2
+ 0 0 195304 15732 9488 217476 4 0 8 8300 373 62646 86 10 2 1
+ 3 0 195304 16096 9516 217080 4 0 8 0 199 70931 87 10 2 0
+ 0 2 195304 19204 9524 213820 4 0 20 14328 504 67818 84 14 0 2
+ 1 0 195304 19024 9560 213980 8 0 56 10760 443 59346 85 12 1 2
+ 1 0 195304 16128 9572 216864 4 0 24 2272 260 70525 86 14 0 0
+ 0 1 195304 22736 9584 209520 96 0 108 10480 385 66869 85 10 2 2
+ 0 1 195304 18916 9612 213244 688 0 692 6460 561 52167 66 9 2 23
+ 0 1 195304 19028 9632 212980 144 0 144 5136 350 64529 77 17 2 4
+ 0 0 195304 16192 9648 215792 4 0 4 3356 277 67204 85 11 3 0
+ 0 0 195304 15984 9672 215972 4 0 196 6600 347 71487 82 18 0 0
+ 0 0 195304 16540 9704 215220 164 0 168 8356 419 66116 78 19 2 1
+ 0 1 195304 17752 9732 213972 0 0 20 8140 391 68124 87 10 2 0
+ 2 0 195304 18384 9768 213316 0 0 0 8048 374 69100 86 12 2 0
+ 0 0 195304 16168 9796 215500 0 0 4 0 205 71020 85 12 2 0
+ 0 0 195304 16256 9796 215376 36 0 36 0 212 49950 73 9 12 6
+ 1 0 195304 16236 9796 215376 20 0 20 0 209 169 55 1 43 1
+ 2 0 195304 22528 9812 209072 0 0 4 15824 498 58731 86 11 3 0
+ 0 0 195304 17880 9836 213684 0 0 0 6928 349 69051 85 13 2 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 1 195304 19300 9848 208112 0 0 0 10496 231 69786 85 12 2 0
+ 0 0 195304 18084 9860 213448 8 0 136 212 393 69601 88 11 1 0
+ 1 0 195304 18388 9880 208952 60 0 84 13084 245 68966 85 13 2 0
+ 0 0 195304 17512 9892 213928 0 0 0 708 506 68578 84 13 2 0
+ 1 0 195304 17368 9908 214056 0 0 0 10284 411 72867 81 19 0 0
+ 0 0 195304 16096 9920 215316 0 0 4 0 205 69509 91 9 0 0
+ 0 0 195304 15892 9920 215512 0 0 0 0 203 70686 86 12 2 0
+ 0 1 195304 20780 9948 210560 0 0 16 25132 660 65960 86 12 0 2
+ 0 0 195304 17108 9988 214204 0 0 28 120 240 69603 90 8 2 0
+ 0 1 195304 17084 9996 214416 4 0 4 9776 397 68693 82 15 0 2
+ 0 1 195304 19524 10016 211944 0 0 12 10376 413 67678 84 14 0 2
+ 0 1 195304 18712 10044 212736 4 4 4 7176 357 70413 83 15 2 0
+ 0 0 195304 18284 10060 213148 0 0 72 5232 316 68708 85 15 0 0
+ 0 0 195304 15848 10096 215548 0 0 8 0 206 70099 87 13 0 0
+ 0 0 195304 18924 10132 212436 0 0 0 14108 485 68452 87 11 0 2
+ 0 2 195304 19848 10152 211484 0 0 16 9564 388 69307 85 14 1 0
+ 0 0 195304 16160 10176 215160 0 0 4 180 230 65785 86 12 2 0
+ 0 0 195304 19488 10200 211808 0 0 32 10188 411 61942 83 14 0 2
+ 2 0 195304 19828 10232 211432 0 0 0 11132 428 69649 85 13 2 0
+ 0 0 195304 16516 10264 214680 0 0 0 4400 298 67340 85 13 1 0
+ 0 0 195304 15724 10288 215428 0 0 4 0 204 69996 84 15 1 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 1 195304 15840 10292 215272 4 0 4 0 206 68968 89 11 0 0
+ 0 1 195304 19396 10304 200760 0 0 0 24452 242 55302 83 15 2 0
+ 0 1 195304 22884 10328 207204 0 0 8 5388 692 60454 88 10 0 2
+ 2 0 195304 18156 10352 212544 0 0 0 5096 372 64708 86 11 0 2
+ 0 0 195304 16140 10368 214536 0 0 0 0 203 70121 86 12 2 0
+ 0 0 195304 19556 10388 211100 0 0 8 12972 448 67785 80 17 2 0
+ 3 0 195304 16652 10396 214000 0 0 24 0 206 69344 89 9 2 0
+ 1 1 195304 18460 10424 212160 4 0 64 15748 518 66210 85 13 2 0
+ 0 0 195304 19424 10444 211136 0 0 64 9936 415 71443 88 12 0 0
+ 0 2 195304 15896 10488 214536 4 0 4 8060 372 69244 82 17 1 0
+ 0 0 195304 17896 10508 212480 0 0 100 4492 304 68276 84 14 2 0
+ 0 1 195304 18120 10520 210524 0 0 0 8044 273 64989 85 13 2 0
+ 0 1 195304 16196 10524 214128 4 0 4 236 302 63390 87 11 2 0
+ 0 1 195304 20028 10536 209924 0 0 0 14792 474 61121 83 15 2 0
+ 0 1 195304 16204 10564 214080 4 0 4 4440 327 67035 86 11 2 0
+ 2 0 195304 16124 10572 214148 4 0 4 0 206 69780 89 11 0 0
+ 0 0 195304 15928 10580 214332 0 0 0 0 203 63807 89 10 0 0
+ 0 1 195304 22888 10616 205392 0 0 4 21084 511 59335 78 19 2 1
+ 0 0 195304 18496 10636 211736 0 0 12 4932 438 63821 87 11 0 2
+ 0 0 195304 15920 10664 214276 0 0 12 0 206 64751 87 11 2 0
+ 0 1 195304 16020 10676 214164 4 0 56 0 209 69832 87 11 2 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 195304 15788 10688 214364 0 0 160 0 214 65456 87 10 2 0
+ 0 2 196328 24316 10104 201556 4 1024 16 30492 565 63756 81 17 0 2
+ 0 0 196328 22132 10140 208468 4 0 132 5708 500 69917 88 12 0 0
+ 1 0 196328 16744 10168 213832 0 0 0 10652 424 62309 86 12 2 0
+ 0 1 196328 20012 10180 210544 8 0 140 7576 365 60734 83 15 2 0
+ 0 1 196328 19116 10196 211408 16 0 44 4948 315 61319 83 14 2 0
+ 2 0 196328 15980 10208 214528 4 0 12 0 209 60047 86 12 2 0
+ 0 1 196328 17260 10240 213184 28 0 40 14412 532 60675 80 18 1 0
+ 0 1 196328 19336 10252 207496 4 0 32 9700 242 58523 84 14 2 0
+ 1 0 196328 17804 10272 212608 0 0 0 2840 420 56255 85 12 3 0
+ 0 0 196328 17804 10272 212608 0 0 0 0 204 148 55 1 44 0
+ 0 2 196328 16640 10284 210424 4 0 136 9528 243 49608 75 15 9 0
+ 0 2 196328 18040 10292 210656 4 0 8 7496 394 67990 84 14 2 0
+ 0 0 196328 16144 10328 214204 0 0 4 1028 347 69226 84 14 2 0
+ 2 1 196328 21748 10340 206492 92 0 96 12180 374 67030 84 13 2 0
+ 0 1 196328 18340 10380 211864 4 0 4 4936 391 69196 85 13 2 0
+ 0 1 196328 17652 10392 210396 0 0 0 9720 286 71954 87 12 0 1
+ 0 0 196328 15948 10400 214364 0 0 0 248 318 68861 85 14 1 0
+ 0 1 196328 18992 10436 211284 4 0 8 13900 486 68588 86 11 2 0
+ 0 0 196328 16016 10448 214244 0 0 128 0 208 69440 84 13 3 0
+ 0 0 196328 21104 10476 209124 4 0 8 11316 425 67812 79 18 0 2
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 2 196328 19056 10480 209688 4 0 4 10380 300 68903 86 12 2 0
+ 0 0 196840 15804 10320 214832 0 512 12 6836 462 63929 83 14 2 0
+ 0 1 196840 15764 10220 215736 4 0 8 0 203 69772 86 11 2 0
+ 2 0 196840 23528 10252 207940 0 0 12 13716 461 57548 87 12 1 0
+ 0 2 196840 18004 10260 213456 0 0 128 8612 376 65612 82 18 0 0
+ 0 0 196840 17840 10300 213572 8 0 24 8148 388 69245 77 20 2 0
+ 0 0 196840 16224 10324 215164 0 0 8 1632 243 70532 81 17 2 0
+ 0 1 196840 16264 10336 215108 4 0 8 7632 357 67934 85 13 2 0
+ 0 1 196840 17084 10352 214272 4 0 4 9264 388 63271 81 17 0 2
+ 0 0 196840 17412 10384 213908 0 0 20 5728 325 68579 85 13 2 0
+ 0 0 196840 16960 10436 214320 0 0 4 12416 473 64878 83 14 0 3
+ 0 2 196840 19036 10476 212460 4 0 16 6640 350 68618 87 10 2 0
+ 3 0 196840 16004 10500 215468 0 0 8 1068 226 71836 88 12 0 0
+ 0 0 196840 20732 10536 210704 0 0 132 11736 423 65341 88 10 2 0
+ 0 1 196840 19896 10560 210796 0 0 4 8840 339 62355 85 13 2 0
+ 0 0 196840 16156 10588 215348 0 0 12 5732 369 64006 84 13 2 0
+ 0 0 196840 17664 10624 213804 0 0 12 8024 372 59394 84 14 1 1
+ 0 0 196840 18016 10660 213392 24 0 36 7816 375 62770 84 14 2 0
+ 0 0 196840 18200 10708 213164 0 0 24 7620 370 64595 84 13 3 0
+ 0 0 196840 15824 10716 215532 0 0 0 0 203 60009 86 11 2 0
+ 0 1 196840 18268 10716 210772 0 0 0 13536 420 66062 88 12 0 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 1 196840 19792 10744 211544 0 0 0 9340 545 66254 85 13 0 2
+ 0 0 196840 16068 10760 215076 0 0 8 4 208 68274 81 16 2 0
+ 0 1 196840 19528 10788 212224 4 0 32 11592 443 61632 83 14 0 3
+ 0 1 196840 15972 10804 215752 4 0 140 0 210 60038 85 13 2 0
+ 0 0 196840 19724 10824 211984 0 0 4 15520 504 58577 84 14 0 2
+ 0 0 196840 15856 10844 215828 0 0 0 5552 316 60436 88 9 2 0
+ 0 1 196840 21124 10860 208104 0 0 4 10756 312 65429 85 13 0 2
+ 0 0 196840 18780 10896 212848 0 0 12 5460 430 69333 83 17 0 0
+ 0 2 196840 17152 10932 213376 4 0 16 9772 346 63010 87 11 2 0
+ 2 0 196840 15876 10952 215772 0 0 0 3272 337 62493 87 11 2 0
+ 0 1 196840 21188 10976 208500 0 0 16 9692 297 58966 87 10 2 0
+ 0 0 196840 18136 11012 213448 0 0 8 2956 365 64414 86 12 2 0
+ 0 0 196840 17852 11040 213700 0 0 152 12476 466 67532 86 12 0 2
+ 0 1 196840 15908 11056 215628 4 0 4 0 205 67989 83 14 2 0
+ 0 1 196840 20492 11076 211020 4 0 4 13900 479 68553 80 20 0 0
+ 0 0 196840 19848 11108 211628 0 0 12 6420 339 66683 83 15 2 0
+ 0 2 196840 18204 11116 211864 4 0 4 7928 298 65538 78 19 3 0
+ 2 0 196840 16064 11132 215384 0 0 0 216 275 67353 88 10 2 0
+ 0 0 196840 15884 11152 215540 0 0 0 0 203 66209 87 11 2 0
+ 0 0 196840 20716 11176 210664 0 0 0 17196 512 65038 87 10 0 3
+ 2 0 196840 15964 11196 215396 0 0 0 7460 364 68113 85 14 1 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 2 0 196840 16300 11232 215032 0 0 132 6456 350 68464 87 13 0 0
+ 0 1 196840 16304 11236 215016 4 0 4 0 204 67346 83 14 2 0
+ 1 0 196840 16164 11236 215152 8 0 8 0 206 67528 85 13 2 0
+ 1 1 196840 23900 11236 205920 0 0 0 20988 573 34708 45 10 0 45
+ 2 0 196840 23904 11252 205920 0 0 0 1848 331 174 50 1 30 18
+ 0 0 196840 21368 11252 209708 4 0 4 0 205 39248 71 10 19 0
+ 0 0 196840 16224 11268 214836 0 0 4 0 206 70461 88 10 2 0
+ 0 0 196840 17432 11284 213612 0 0 4 15436 487 69640 83 15 0 2
+ 0 0 196840 20648 11316 210300 0 0 4 9584 411 68662 81 16 3 0
+ 0 0 196840 16176 11340 214720 0 0 0 0 204 71227 86 12 2 0
+ 0 1 196840 21972 11376 208888 4 0 4 13152 450 63684 86 13 0 1
+ 0 1 196840 17316 11400 213480 4 0 168 7368 370 63511 83 15 2 0
+ 0 0 196840 19244 11424 211524 4 0 12 7184 354 62677 86 12 2 0
+ 0 0 196840 16156 11436 214600 0 0 0 5772 323 66315 80 18 1 1
+ 0 2 196840 22320 11448 206452 0 0 0 11228 334 67666 79 18 2 0
+ 0 1 196840 18224 11460 212496 4 0 4 232 296 62426 85 13 2 0
+ 2 0 196840 16972 11480 213728 4 0 20 9716 402 67246 86 11 2 0
+ 0 1 196840 15880 11484 214808 4 0 4 0 203 70224 84 13 2 0
+ 0 1 196840 16304 11580 212596 4 0 80 21220 541 61294 81 17 0 2
+ 2 0 196840 15956 11596 214560 0 0 0 188 336 66397 86 12 2 0
+ 2 0 196840 20292 11632 210192 0 0 4 13688 496 70790 85 15 0 0
+procs memory swap io system cpu
+ r b swpd free buff cache si so bi bo in cs us sy id wa
+ 0 0 196840 16024 11660 214420 0 0 0 3156 268 66533 84 13 2 0
+ 1 3 196840 15960 11744 213744 8 0 392 12524 443 69747 82 15 2 0
+ 0 0 196840 18996 11876 211224 0 0 232 7356 448 69463 84 14 0 2
+ 0 1 197864 18300 11432 212364 4 1024 4 5488 318 67436 84 14 2 0
+ 0 1 197864 19596 11440 211056 0 0 0 9832 396 66596 87 11 2 0
+ 0 1 197864 18236 11480 212376 0 0 4 9632 395 69350 85 13 0 2
+ 0 1 197864 19544 11496 208356 0 0 0 7200 246 67061 86 12 2 0
+ 1 0 197864 17144 11532 213420 0 0 4 2388 381 67768 92 8 0 0
+ 0 2 197864 18356 11536 212208 0 0 2