Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 10747 invoked from network); 17 Oct 2006 11:50:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Oct 2006 11:50:52 -0000 Received: (qmail 9783 invoked by uid 500); 17 Oct 2006 11:50:51 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 9712 invoked by uid 500); 17 Oct 2006 11:50:51 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 9701 invoked by uid 99); 17 Oct 2006 11:50:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 04:50:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Oct 2006 04:50:50 -0700 Received: from ajax.apache.org (localhost [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 67FE1D49BD for ; Tue, 17 Oct 2006 12:50:29 +0100 (BST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: derby-commits@db.apache.org Date: Tue, 17 Oct 2006 11:50:29 -0000 Message-ID: <20061017115029.6823.26553@ajax.apache.org> Subject: [Db-derby Wiki] Update of "Derby1961ResourceUsage" by KnutAndersHatlen X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Db-derby Wiki" for change notification. The following page has been changed by KnutAndersHatlen: http://wiki.apache.org/db-derby/Derby1961ResourceUsage ------------------------------------------------------------------------------ ==== Object allocation per module ==== - These results have been found by running the JVM with the `-agentlib:hprof=heap=sites,...` option and analysing the stack traces that were dumped. + These results have been found by running the JVM (Java SE 6.0 - build + 1.6.0-rc-b102) with the `-agentlib:hprof=heap=sites,...` option and + analysing the stack traces that were dumped. The numbers are not very + accurate (in particular the join results), but they should at least give + an impression of how much memory each module allocates. || '''Module''' ||<-2> '''Single-record select (20 clients)''' ||<-2> '''Single-record update (10 clients)''' ||<-2> '''Join (4 clients)''' || - || Network server || 905 B/tx || 15 objs/tx || 586 B/tx || 13 objs/tx || || || + || Network server || 905 B/tx || 15 objs/tx || 586 B/tx || 13 objs/tx || 68 B/tx || 4 objs/tx || - || JDBC || 416 B/tx || 5 objs/tx || || || || || - || Execution || 1265 B/tx || 21 objs/tx || 2041 B/tx || 33 objs/tx || || || - || Access || 840 B/tx || 25 objs/tx || 921 B/tx || 28 objs/tx || || || + || JDBC || 416 B/tx || 5 objs/tx || || || 176 B/tx || 3 objs/tx || + || Execution || 1265 B/tx || 21 objs/tx || 2041 B/tx || 33 objs/tx || 1625 B/tx || 24 objs/tx || + || Access || 840 B/tx || 25 objs/tx || 921 B/tx || 28 objs/tx || 110756 B/tx || 4093 objs/tx || - || Lock manager || 579 B/tx || 23 objs/tx || 707 B/tx || 29 objs/tx || || || + || Lock manager || 579 B/tx || 23 objs/tx || 707 B/tx || 29 objs/tx || 42874 B/tx || 1774 objs/tx|| || Buffer manager || || || || || || || || Logging || || || 93 B/tx || 3 objs/tx || || || - || Data store || 1099 B/tx || 30 objs/tx || 1327 B/tx || 36 objs/tx || || || + || Data store || 1099 B/tx || 30 objs/tx || 1327 B/tx || 36 objs/tx || 92658 B/tx || 22960 objs/tx || - || Transaction control || 80 B/tx || 3 objs/tx || 136 B/tx || 6 objs/tx || || || + || Transaction control || 80 B/tx || 3 objs/tx || 136 B/tx || 6 objs/tx || 80 B/tx || 3 objs/tx || More to come...