File: statendp.vspx

package info (click to toggle)
virtuoso-opensource 6.1.6%2Bdfsg2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 260,992 kB
  • ctags: 125,220
  • sloc: ansic: 652,748; sql: 458,419; xml: 282,834; java: 61,031; sh: 40,031; cpp: 36,890; cs: 25,240; php: 12,692; yacc: 9,523; lex: 7,018; makefile: 6,157; jsp: 4,484; awk: 1,643; perl: 1,013; ruby: 1,003; python: 326
file content (166 lines) | stat: -rw-r--r-- 9,287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<?xml version="1.0"?>
<!--
 -
 -  $Id$
 -  
 -  This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
 -  project.
 -  
 -  Copyright (C) 1998-2012 OpenLink Software
 -  
 -  This project is free software; you can redistribute it and/or modify it
 -  under the terms of the GNU General Public License as published by the
 -  Free Software Foundation; only version 2 of the License, dated June 1991.
 -  
 -  This program is distributed in the hope that it will be useful, but
 -  WITHOUT ANY WARRANTY; without even the implied warranty of
 -  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 -  General Public License for more details.
 -  
 -  You should have received a copy of the GNU General Public License along
 -  with this program; if not, write to the Free Software Foundation, Inc.,
 -  51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 -  
 -  
-->
<v:page name="statendp_page" decor="bpel_decor.vspx" style="bpel_style.xsl" xmlns:v="http://www.openlinksw.com/vspx/" xmlns:vm="http://www.openlinksw.com/vspx/macro">
<v:method name="do_redirect" arglist="in url varchar"><![CDATA[
  url := vspx_uri_add_parameters (url, sprintf ('sid=%s&realm=%s',self.sid,self.realm));
  http_request_status ('HTTP/1.1 302 Found');
  http_header ('Location: '||url||'\r\n');
  ]]>
</v:method>
<v:on-init>
    set isolation='committed';
</v:on-init>
<vm:pagewrapper>
  <v:variable persist="temp" name="r_count" type="integer" default="0"/>
  <vm:pagetitle>OpenLink BPEL Process Manager Process Statistics</vm:pagetitle>
  <vm:pagebody>
      <table width="100%" border="0" cellpadding="0" cellspacing="0" id="content">
        <tr>
          <th class="info" colspan="2">Details</th>
        </tr>
        <tr>
          <td colspan="2">
            <?vsp http(sprintf('<a target="_blank" href="help.vspx?id=statendp&sid=%s&realm=%s\r\n"><img alt="Help" title="Help" src="i/help_24.gif" border="0" /></a>', self.sid ,self.realm));?>
            <?vsp http(sprintf('<a target="_blank" href="help.vspx?id=statendp&sid=%s&realm=%s\r\n"> Help</a>', self.sid ,self.realm));?>
          </td>
        </tr>
        <v:form name="upl" type="simple" method="POST" enabled="--case when BPEL..get_conf_param('Statistics',0) = 0 then 1 else 0 end">
          <tr>
            <td width="20%" nowrap="nowrap" align="right">Statistics gathering is not enabled</td>
            <td>
              <v:button action="simple" value="Enable Statistics" name="enbl" xhtml_class="m_e">
                <v:on-post>
                  BPEL.BPEL.reset_statistics();
                  BPEL..set_conf_param ('Statistics', 1);
                  self.do_redirect ('statendp.vspx');
                </v:on-post>
              </v:button>
            </td>
          </tr>
        </v:form>
        <v:form name="st" type="simple" method="POST" enabled="--case when BPEL..get_conf_param('Statistics',0) = 1 then 1 else 0 end">
          <tr>
            <td width="20%" nowrap="nowrap" align="right">Statistics gathering is enabled</td>
            <td nowrap="1">
              <v:button action="simple" value="Stop Statistics gathering" name="stop" xhtml_class="m_e">
                <v:on-post>
                  BPEL..set_conf_param ('Statistics', 0);
                  self.do_redirect ('statendp.vspx');
                </v:on-post>
              </v:button>
              <v:button action="simple" value="Reset Statistics" name="reset" xhtml_class="m_e">
                <v:on-post>
                  BPEL.BPEL.reset_statistics();
                  self.do_redirect ('statendp.vspx');
                </v:on-post>
              </v:button>
            </td>
          </tr>
        </v:form>
        <tr>
           <td colspan="2">
             <table width="100%" border="0" cellpadding="0" cellspacing="0" id="contentlist">
               <v:data-set name="ds"
                 sql="select bs_name, bos_process, bos_plink, bos_op, BPEL.BPEL.endp_activity(bos_process, bos_plink, bos_op) inv,
                        BPEL.BPEL.avg_process(bos_cum_wait,bos_n_invokes + bos_n_receives,bos_n_errors) av,
                        bos_cum_wait, bos_n_invokes, bos_n_receives,bos_n_errors
                        from BPEL.BPEL.script, BPEL.BPEL.op_stat
                       where bs_id = bos_process
                       order by bos_cum_wait desc" nrows="10" scrollable="1" cursor-type="keyset" edit="1">
                 <v:column name="bs_name" />
                 <v:column name="bos_process" />
                 <v:column name="bos_plink" />
                 <v:column name="bos_op" />
                 <v:column name="inv" />
                 <v:column name="av" />
                 <v:column name="bos_cum_wait" />
                 <v:column name="bos_n_invokes" />
                 <v:column name="bos_n_receives" />
                 <v:column name="bos_n_errors" />
                 <v:template type="simple" name-to-remove="table" set-to-remove="bottom" name="ds_header_template">
                   <tr>
                    <th>Process name</th>
                     <th>Partner link name</th>
                     <th>Operation</th>
                     <th>Activity type</th>
                     <th>Average wait time</th>
                     <th>Total wait time</th>
                     <th>Total Invokes</th>
                     <th>Total Receives</th>
                     <th>Total Errors</th>
                   </tr>
                 </v:template>
                 <v:template type="repeat" name-to-remove="" set-to-remove="" name="ds_repeat_template">
                   <v:template type="if-not-exists" name-to-remove="table" set-to-remove="both" name="ds_if_not_exists_template">
                     <tr>
                       <td colspan="8">
                         No data available
                       </td>
                     </tr>
                   </v:template>
                   <v:template type="browse" name-to-remove="table" set-to-remove="both" name="ds_browse_template">
                     <?vsp
                       self.r_count := self.r_count + 1;
                       http (sprintf ('<tr bgcolor="%s">', case when mod (self.r_count, 2) then '#fefefe' else '#efefef' end));
                     ?>
                       <td nowrap="nowrap" align="right"><v:url name="prc" value="--(control.vc_parent as vspx_row_template).te_rowset[0]"
                         url="--sprintf('%s?id=%d','process.vspx',(control.vc_parent as vspx_row_template).te_rowset[1])"/>
                       </td>
                       <td nowrap="nowrap" align="right">
                         <v:url name="plt" value="--(control.vc_parent as vspx_row_template).te_rowset[2]"
                         url="--sprintf('%s?id=%d&pl=%s','plinks_props.vspx',(control.vc_parent as vspx_row_template).te_rowset[1],(control.vc_parent as vspx_row_template).te_rowset[2])"/>
                       </td>
                       <td nowrap="nowrap" align="right"><v:label name="label3" value="--(control.vc_parent as vspx_row_template).te_rowset[3]" format="%s"/></td>
                       <td nowrap="nowrap" align="right"><v:label name="label4" value="--(control.vc_parent as vspx_row_template).te_rowset[4]" format="%s"/></td>
                       <td nowrap="nowrap" align="right"><v:label name="label5" value="--(control.vc_parent as vspx_row_template).te_rowset[5]" format="%d"/> ms</td>
                       <td nowrap="nowrap" align="right"><v:label name="label6" value="--(control.vc_parent as vspx_row_template).te_rowset[6]" format="%d"/> ms</td>
                       <td nowrap="nowrap" align="right"><v:label name="label7" value="--(control.vc_parent as vspx_row_template).te_rowset[7]" format="%d"/></td>
                       <td nowrap="nowrap" align="right"><v:label name="label8" value="--(control.vc_parent as vspx_row_template).te_rowset[8]" format="%d"/></td>
                       <td nowrap="nowrap" align="right"><v:label name="label9" value="--(control.vc_parent as vspx_row_template).te_rowset[9]" format="%d"/></td>
                     <?vsp
                       http('</tr>');
                     ?>
                   </v:template>
                 </v:template>
                 <v:template type="simple" name-to-remove="table" set-to-remove="top" name="ds_footer_template">
                   <tr>
                     <td colspan="8" align="center">
                       <!--<v:button action="simple" value="i/first_24.png" name="ds_first" xhtml_title="First" xhtml_alt="First" style="image"/>
                       <v:button action="simple" value="i/previous_24.png" name="ds_prev"  xhtml_title="Previous" xhtml_alt="Previous" style="image"/>
                       <v:button action="simple" value="i/next_24.png" name="ds_next" xhtml_title="Next" xhtml_alt="Next" style="image"/>
                       <v:button action="simple" value="i/last_24.png" name="ds_last" xhtml_title="Last" xhtml_alt="Last" style="image"/>-->
                       <vm:ds-navigation data-set="ds"/>
                     </td>
                   </tr>
               </v:template>
               </v:data-set>
             </table>
           </td>
         </tr>
      </table>
  </vm:pagebody>
</vm:pagewrapper>
</v:page>