{"id":10822,"date":"2018-02-12T20:32:28","date_gmt":"2018-02-12T19:32:28","guid":{"rendered":"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/"},"modified":"2018-02-12T20:32:28","modified_gmt":"2018-02-12T19:32:28","slug":"vmystat-delta-values","status":"publish","type":"post","link":"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/","title":{"rendered":"V$MYSTAT delta values"},"content":{"rendered":"<h2>By Franck Pachot<\/h2>\n<p>.<br \/>\nHere is a little script I use from time to time to look at V$MYSTAT values and displaying on one line a set of statistics with their delta value between two calls.<br \/>\n<!--more--><br \/>\nThe first script, _mystat_init.sql, initializes the variables. The second one displays the values, such as:<\/p>\n<pre><code>\nSQL&gt; @ _mystat_diff.sql\n&nbsp;\ndb block changes        redo size undo change vector size     redo entries\n---------------- ---------------- ----------------------- ----------------\n          57,371       15,445,852               6,111,608           37,709\n<\/code><\/pre>\n<p>Those two scripts are generated by defining the statistics:<\/p>\n<pre><code>\ndefine names=\"'redo size','redo entries','undo change vector size','db block changes'\"\n<\/code><\/pre>\n<p>abd running the following to spool the two scripts:<\/p>\n<pre><code>\nsqlplus -s \/ as sysdba &lt;&lt;&#039;END&#039;\nset pagesize 0 feedback off linesize 1000 trimspool on verify off echo off\nwith stats as (\n  select rownum n,stat_id,name from (select stat_id,name from v$statname where name in (&amp;names) order by stat_id)\n)\nselect &#039;define LAG&#039;||stat_id||&#039;=0&#039; from stats\nunion all\nselect &#039;column &quot;CUR&#039;||stat_id||&#039;&quot; new_value &#039;||&#039;LAG&#039;||stat_id||&#039; noprint&#039; from stats\nunion all\nselect &#039;column &quot;DIF&#039;||stat_id||&#039;&quot; heading &#039;&#039;&#039;||name||&#039;&#039;&#039; format 999G999G999G999&#039; from stats\n.\nspool _mystat_init.sql\n\/\nspool off\nwith stats as (\n  select rownum n,stat_id,name from (select stat_id,name from v$statname where name in (&amp;names) order by stat_id)\n)\nselect &#039;set termout off verify off&#039; from dual\nunion all\nselect &#039;select &#039; from dual\nunion all\nselect &#039;   &#039;||decode(n,1,&#039; &#039;,&#039;,&#039;)||&#039;&quot;CUR&#039;||stat_id||&#039;&quot; - &#039;||&#039;&amp;&#039;||&#039;LAG&#039;||stat_id||&#039; &quot;DIF&#039;||stat_id||&#039;&quot;&#039; from stats\nunion all\nselect &#039;   &#039;||&#039;,nvl(&quot;CUR&#039;||stat_id||&#039;&quot;,0) &quot;CUR&#039;||stat_id||&#039;&quot;&#039; from stats\nunion all\n--select &#039;,&#039;&#039;&#039;||&#039;&amp;&#039;||&#039;1&#039;&#039; comments&#039; from dual\n--union all\nselect q&#039;[from (select stat_id,value from v$mystat join v$statname using(statistic#) where name in (&amp;names)) pivot (avg(value)for stat_id in (]&#039; from dual\nunion all\nselect &#039;   &#039;||decode(n,1,&#039; &#039;,&#039;,&#039;)||stat_id||&#039; as &quot;CUR&#039;||stat_id||&#039;&quot;&#039; from stats\nunion all\nselect &#039;))&#039; from dual\nunion all\nselect &#039;.&#039; from dual\nunion all\nselect &#039;set termout on&#039; from dual\nunion all\nselect &#039;\/&#039; from dual\n.\nspool _mystat_diff.sql\n\/\nspool off\nEND\n<\/code><\/pre>\n<p>Then, in sqlplus or SQLcl, you run:<\/p>\n<pre><code>\nSQL&gt; _mystat_init.sql\n<\/code><\/pre>\n<p>to initialize the values to 0 and:<\/p>\n<pre><code>\nSQL&gt; @ _mystat_diff.sql\n<\/code><\/pre>\n<p>each time you want to display the difference from last call.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>By Franck Pachot . Here is a little script I use from time to time to look at V$MYSTAT values and displaying on one line a set of statistics with their delta value between two calls.<\/p>\n","protected":false},"author":27,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[59],"tags":[96,255],"type_dbi":[],"class_list":["post-10822","post","type-post","status-publish","format-standard","hentry","category-oracle","tag-oracle","tag-statistics"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.2 (Yoast SEO v27.2) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>V$MYSTAT delta values - dbi Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"V$MYSTAT delta values\" \/>\n<meta property=\"og:description\" content=\"By Franck Pachot . Here is a little script I use from time to time to look at V$MYSTAT values and displaying on one line a set of statistics with their delta value between two calls.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/\" \/>\n<meta property=\"og:site_name\" content=\"dbi Blog\" \/>\n<meta property=\"article:published_time\" content=\"2018-02-12T19:32:28+00:00\" \/>\n<meta name=\"author\" content=\"Oracle Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Oracle Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/\"},\"author\":{\"name\":\"Oracle Team\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"headline\":\"V$MYSTAT delta values\",\"datePublished\":\"2018-02-12T19:32:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/\"},\"wordCount\":99,\"commentCount\":0,\"keywords\":[\"Oracle\",\"Statistics\"],\"articleSection\":[\"Oracle\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/\",\"name\":\"V$MYSTAT delta values - dbi Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\"},\"datePublished\":\"2018-02-12T19:32:28+00:00\",\"author\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.dbi-services.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"V$MYSTAT delta values\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#website\",\"url\":\"https:\/\/www.dbi-services.com\/blog\/\",\"name\":\"dbi Blog\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee\",\"name\":\"Oracle Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g\",\"caption\":\"Oracle Team\"},\"url\":\"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"V$MYSTAT delta values - dbi Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/","og_locale":"en_US","og_type":"article","og_title":"V$MYSTAT delta values","og_description":"By Franck Pachot . Here is a little script I use from time to time to look at V$MYSTAT values and displaying on one line a set of statistics with their delta value between two calls.","og_url":"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/","og_site_name":"dbi Blog","article_published_time":"2018-02-12T19:32:28+00:00","author":"Oracle Team","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Oracle Team","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/#article","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/"},"author":{"name":"Oracle Team","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"headline":"V$MYSTAT delta values","datePublished":"2018-02-12T19:32:28+00:00","mainEntityOfPage":{"@id":"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/"},"wordCount":99,"commentCount":0,"keywords":["Oracle","Statistics"],"articleSection":["Oracle"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/","url":"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/","name":"V$MYSTAT delta values - dbi Blog","isPartOf":{"@id":"https:\/\/www.dbi-services.com\/blog\/#website"},"datePublished":"2018-02-12T19:32:28+00:00","author":{"@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee"},"breadcrumb":{"@id":"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.dbi-services.com\/blog\/vmystat-delta-values\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.dbi-services.com\/blog\/"},{"@type":"ListItem","position":2,"name":"V$MYSTAT delta values"}]},{"@type":"WebSite","@id":"https:\/\/www.dbi-services.com\/blog\/#website","url":"https:\/\/www.dbi-services.com\/blog\/","name":"dbi Blog","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.dbi-services.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.dbi-services.com\/blog\/#\/schema\/person\/66ab87129f2d357f09971bc7936a77ee","name":"Oracle Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f711f7cd2c9b09bf2627133755b569fb5be0694810cfd33033bdd095fedba86d?s=96&d=mm&r=g","caption":"Oracle Team"},"url":"https:\/\/www.dbi-services.com\/blog\/author\/oracle-team\/"}]}},"_links":{"self":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10822","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/comments?post=10822"}],"version-history":[{"count":0,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/posts\/10822\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/media?parent=10822"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/categories?post=10822"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/tags?post=10822"},{"taxonomy":"type","embeddable":true,"href":"https:\/\/www.dbi-services.com\/blog\/wp-json\/wp\/v2\/type_dbi?post=10822"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}