<docbook><section><title>VirtTipsAndTricksVirtuosoDataCenterPerfrm</title><title>What are the specifics for Performance metrics?</title>What are the specifics for Performance metrics?
<para>Interleaving online operations and data loading is not a problem.
 One can count 10K triples load rate per core if operating in memory.
 For example loading on one core and doing online queries on 7 cores should present no problem.</para>
<para>The system keeps a running count of different database operations performed on each connection, e.g.
 random index access, sequential index access, disk read etc.
 These can be programmatically accessed using the <ulink url="http://docs.openlinksw.com/virtuoso/databaseadmsrv.html#clientlevelresourceaccounting">db_activity ()</ulink> SQL function.</para>
<bridgehead class="http://www.w3.org/1999/xhtml:h2">Related</bridgehead>
<itemizedlist mark="bullet" spacing="compact"><listitem><ulink url="VirtTipsAndTricksVirtuosoDataCenter">Virtuoso Data Center Tips and Tricks</ulink> </listitem>
<listitem><ulink url="VirtTipsAndTricksGuide">Virtuoso Tips and Tricks Collection</ulink></listitem>
</itemizedlist></section></docbook>