Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000740.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 5.2.3" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml" />
11
12    <title>Status for Andrew DeFaria: Slow access on Unix UCM commands</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/000735.html" title="View clean up" />
16    <link rel="next" href="http://defaria.com/blogs/Status/archives/000742.html" title="Starting a process without the DOS box" />
17
18    <!--
19 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
21          xmlns:dc="http://purl.org/dc/elements/1.1/">
22 <rdf:Description
23     rdf:about="http://defaria.com/blogs/Status/archives/000740.html"
24     trackback:ping="http://defaria.com/mt/mt-tb.cgi/107"
25     dc:title="Slow access on Unix UCM commands"
26     dc:identifier="http://defaria.com/blogs/Status/archives/000740.html"
27     dc:subject="General Electric"
28     dc:description="Found certain UCM commands to be 11-13 times slower on Unix than on Windows. Even though the registry host is the same host I was executing the commands on! Windows:time scm lsstream -short -invob \\p_cesb &gt; /dev/null real 0m1.198s user..."
29     dc:creator=""
30     dc:date="2010-08-02T18:48:43-06:00" />
31 </rdf:RDF>
32 -->
33
34
35    
36
37    <script type="text/javascript" src="http://defaria.com/blogs/Status/mt-site.js"></script>
38 </head>
39 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
40    <div id="container">
41       <div id="container-inner" class="pkg">
42
43          <div id="banner">
44             <div id="banner-inner" class="pkg">
45                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
46                <h2 id="banner-description">Searchable status reports and work log</h2>
47             </div>
48          </div>
49
50          <div id="pagebody">
51             <div id="pagebody-inner" class="pkg">
52                <div id="alpha">
53                   <div id="alpha-inner" class="pkg">
54
55                      <p class="content-nav">
56                         <a href="http://defaria.com/blogs/Status/archives/000735.html">&laquo; View clean up</a> |
57                         <a href="http://defaria.com/blogs/Status/">Main</a>
58                         | <a href="http://defaria.com/blogs/Status/archives/000742.html">Starting a process without the DOS box &raquo;</a>
59                      </p>
60
61                      <a id="a000740"></a>
62                      <div class="entry" id="entry-740">
63                         <h3 class="entry-header">Slow access on Unix UCM commands</h3>
64                         <div class="entry-content">
65                            <div class="entry-body">
66                               <p>Found certain UCM commands to be 11-13 times slower on Unix than on Windows. Even though the registry host is the same host I was executing the commands on!</p>
67
68 <div class=code><pre>
69 Windows:time scm lsstream -short -invob \\p_cesb > /dev/null
70 real    0m1.198s
71 user    0m0.093s
72 sys     0m0.123s
73 Windows:time scm lsstream -short -invob \\p_ce > /dev/null
74 real    0m9.526s
75 user    0m0.045s
76 sys     0m0.123s
77 Windows:time scm lsact -short -invob $PVOB > /dev/null
78 real    0m38.788s
79 user    0m0.155s
80 sys     0m0.233s
81
82 Unix:time scm lsstream -short -invob /vobs/p_cesb > /dev/null
83 real    0m13.649s
84 user    0m0.152s
85 sys     0m0.203s
86 Unix:time scm lsstream -short -invob /vobs/p_ce > /dev/null
87 real    2m6.191s
88 user    0m0.832s
89 sys     0m1.501s
90 Unix:time scm lsact -short -invob $PVOB > /dev/null
91 real    8m52.516s
92 user    0m3.647s
93 sys     0m6.986s
94 </pre></div>
95
96 <p>Why is the Unix machine 11 – 13 times slower at getting information out of the Clearcase registry than a Windows client? Note the same does not hold true for other Clearcase registry queries (e.g. lsview takes the same amount of time on both platforms) but querying UCM stream information on the Unix system is vobdog slow! It’s not slow for projects or baselines but just streams… and activities.</p>
97
98                            </div>
99                            <div id="more" class="entry-more">
100                               
101                            </div>
102                         </div>
103                         <p class="entry-footer">
104                            <span class="post-footers">Posted by  on August  2, 2010  6:48 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000740.html">Permalink</a>
105                         </p>
106                      </div>
107
108                      
109                      <div class="trackbacks">
110                         <h3 id="trackback" class="trackbacks-header">TrackBack</h3>
111                         <div id="trackbacks-info">
112                            <p>TrackBack URL for this entry:<br />http://defaria.com/mt/mt-tb.cgi/107</p>
113                         </div>
114                         <div class="trackbacks-content">
115                            
116                         </div>
117                      </div>
118                      
119
120                      
121                   </div>
122                </div>
123             </div>
124          </div>
125       </div>
126    </div>
127 </body>
128 </html>