1 <?xml version="1.0" encoding="UTF-8"?>
   2 <!--   
   3    Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
   4    
   5    DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   6    
   7    The contents of this file are subject to the terms of either the Universal Permissive License 
   8    v 1.0 as shown at http://oss.oracle.com/licenses/upl
   9    
  10    or the following license:
  11    
  12    Redistribution and use in source and binary forms, with or without modification, are permitted
  13    provided that the following conditions are met:
  14    
  15    1. Redistributions of source code must retain the above copyright notice, this list of conditions
  16    and the following disclaimer.
  17    
  18    2. Redistributions in binary form must reproduce the above copyright notice, this list of
  19    conditions and the following disclaimer in the documentation and/or other materials provided with
  20    the distribution.
  21    
  22    3. Neither the name of the copyright holder nor the names of its contributors may be used to
  23    endorse or promote products derived from this software without specific prior written permission.
  24    
  25    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
  26    IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  27    FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
  28    CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  29    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  30    DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
  31    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
  32    WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  33 -->
  34 <pages>
  35         <page factory="org.openjdk.jmc.flightrecorder.ui.resultoverview"
  36                 id="org.openjdk.jmc.flightrecorder.ui.resultoverview">
  37                 <state>
  38                         <table sortColumn="score">
  39                                 <column id="score" sortAscending="false" width="70" />
  40                                 <column id="name" width="200" />
  41                                 <column id="shortDesc" width="400" />
  42                                 <column id="longDesc" width="165" />
  43                                 <column id="id" />
  44                                 <column id="page" />
  45                         </table>
  46                         <report>
  47                                 <showOk value="false" />
  48                         </report>
  49                 </state>
  50         </page>
  51         <page factory="org.openjdk.jmc.flightrecorder.ui.javaapplication"
  52                 id="org.openjdk.jmc.flightrecorder.ui.javaapplication">
  53                 <state>
  54                         <sash weights="2,3" />
  55                         <table sortColumn="profilingCount">
  56                                 <column id="itemhistogram.key" width="500" />
  57                                 <column id="profilingCount" sortAscending="false" width="120" />
  58                                 <column id="ioTime" sortAscending="false" width="120" />
  59                                 <column id="ioCount" sortAscending="false" width="120"
  60                                         hidden="true" />
  61                                 <column id="blockedTime" sortAscending="false" width="120" />
  62                                 <column id="blockedCount" sortAscending="false" width="120"
  63                                         hidden="true" />
  64                                 <column id="classloadingTime" sortAscending="false" width="120" />
  65                                 <column id="classloadingCount" sortAscending="false" width="120"
  66                                         hidden="true" />
  67                                 <column id="allocation" sortAscending="false" width="120" />
  68                                 <column id="exceptions" sortAscending="false" width="120" />
  69                 <column id="(thread).groupName" width="100" hidden="true" />
  70                 <column id="(thread).javaThreadId" width="70" hidden="true" />
  71                 <column id="threadStart" width="120" hidden="true" />
  72                 <column id="threadEnd" width="120" hidden="true" />
  73                 <column id="threadDuration" width="100" hidden="true" />
  74                         </table>
  75                         <chart selected="profilingCount">
  76                                 <checkedAction id="applicationPause" />
  77                                 <checkedAction id="machineTotal" />
  78                                 <checkedAction id="jvmTotal" />
  79                                 <checkedAction id="heapUsed" />
  80                                 <checkedAction id="profilingCount" />
  81                                 <checkedAction id="allocation" />
  82                                 <checkedAction id="exceptions" />
  83                                 <checkedAction id="threadActivityLanes"/>
  84                         </chart>
  85            <threadLane name="EJB">
  86                 <filter kind="OR">
  87                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/high/wls/EJB/EJB_Database_Access"/>
  88                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/EJB/EJB_Home_Remove"/>
  89                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/high/wls/EJB/EJB_Timer_Manager"/>
  90                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/EJB/EJB_Home_Create"/>
  91                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/high/wls/EJB/EJB_Pool_Manager_Remove"/>
  92                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/high/wls/EJB/EJB_Business_Method_Post_Invoke_Cleanup"/>
  93                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/EJB/EJB_Pool_Manager_Create"/>
  94                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/high/wls/EJB/EJB_Replicated_Session_Manager"/>
  95                 </filter>
  96             </threadLane>
  97             <threadLane name="EJB Business Method Invoke" enabled="true">
  98                 <filter kind="OR">
  99                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/EJB/EJB_Business_Method_Invoke"/>
 100                 </filter>
 101             </threadLane>
 102             <threadLane name="JDBC" enabled="true">
 103                 <filter kind="OR">
 104                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/JDBC/JDBC_Statement_Execute"/>
 105                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Data_Source_Get_Connection"/>
 106                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Driver_Connect"/>
 107                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Statement_Creation"/>
 108                 </filter>
 109             </threadLane>
 110             <threadLane name="JDBC Connection">
 111                 <filter kind="OR">
 112                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Connection_Reserve"/>
 113                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Connection_Create_Statement"/>
 114                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Connection_Commit"/>
 115                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Connection_Prepare"/>
 116                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Connection_Release"/>
 117                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/JDBC/JDBC_Connection_Rollback"/>
 118                 </filter>
 119             </threadLane>
 120            <threadLane name="JDBC Connection Close">
 121                 <filter kind="OR">
 122                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Connection_Close"/>
 123                 </filter>
 124             </threadLane>
 125             <threadLane name="Servlet Request Run" enabled="true">
 126                 <filter kind="OR">
 127                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Servlet/Servlet_Request_Run"/>
 128                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Servlet/Servlet_Request_Run_Begin"/>
 129                 </filter>
 130             </threadLane>
 131             <threadLane name="Web Application Load">
 132                 <filter kind="OR">
 133                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Servlet/Web_Application_Load"/>
 134                 </filter>
 135             </threadLane>
 136             <threadLane name="Servlet Execute">
 137                 <filter kind="OR">
 138                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Execute"/>
 139                 </filter>
 140             </threadLane>
 141            <threadLane name="Servlet Context Execute">
 142                 <filter kind="OR">
 143                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Context_Execute"/>
 144                 </filter>
 145             </threadLane>
 146             <threadLane name="Servlet Invocation">
 147                 <filter kind="OR">
 148                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Servlet/Servlet_Invocation"/>
 149                 </filter>
 150             </threadLane>
 151              <threadLane name="Servlet Filter">
 152                 <filter kind="OR">
 153                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Check_Access"/>
 154                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Filter"/>
 155                 </filter>
 156             </threadLane>
 157             <threadLane name="Servlet Request">
 158                 <filter kind="OR">
 159                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Request"/>
 160                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Request_Dispatch"/>
 161                 </filter>
 162             </threadLane>
 163             <threadLane name="Servlet Response Write Headers/Stale Resource">
 164                 <filter kind="OR">
 165                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Response_Write_Headers"/>
 166                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Stale_Resource"/>
 167                 </filter>
 168             </threadLane>
 169             <threadLane name="Servlet Response Send">
 170                 <filter kind="OR">
 171                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Response_Send"/>
 172                 </filter>
 173             </threadLane>
 174             <threadLane name="JAX-RPC">
 175                 <filter kind="OR">
 176                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Webservices/JAXRPC/Webservices_JAXRPC_Client_Response"/>
 177                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Webservices/JAXRPC/Webservices_JAXRPC_Client_Request"/>
 178                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Webservices/JAXRPC/Webservices_JAXRPC_Request"/>
 179                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Webservices/JAXRPC/Webservices_JAXRPC_Response"/>
 180                 </filter>
 181             </threadLane>
 182             <threadLane name="WebServices" enabled="true">
 183                 <filter kind="OR">
 184                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Webservices/JAXRPC/Webservices_JAXRPC_Dispatch"/>
 185                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Webservices/JAXWS/Webservices_JAXWS_Request"/>
 186                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Webservices/JAXWS/Webservices_JAXWS_Endpoint"/>
 187                 </filter>
 188             </threadLane>
 189             <threadLane name="DMS">
 190                 <filter kind="OR">
 191                     <filter kind="TYPE" type="http://www.oracle.com/dms-context/dms/ExecutionContext/span"/>
 192                     <filter kind="TYPE" type="http://www.oracle.com/dms-anonymous-phase/dms/AnonymousPhase/span"/>
 193                 </filter>
 194             </threadLane>
 195             <threadLane name="DMS execution context start">
 196                 <filter kind="OR">
 197                     <filter kind="TYPE" type="http://www.oracle.com/dms-context/dms/ExecutionContext/start"/>
 198                 </filter>
 199             </threadLane>
 200             <threadLane name="DMS HTTP">
 201                 <filter kind="OR">
 202                     <filter kind="TYPE" type="http://www.oracle.com/dms-http/dms/HttpRequest/span"/>
 203                     <filter kind="TYPE" type="http://www.oracle.com/dms-http/dms/HttpRequest/start"/>
 204                 </filter>
 205             </threadLane>
 206             <threadLane name="JavaFX Pulse" enabled="true">
 207                 <filter kind="OR">
 208                     <filter kind="TYPE" type="http://www.oracle.com/technetwork/java/javafx/index.html/javafx/pulse"/>
 209                 </filter>
 210             </threadLane>
 211             <threadLane name="JavaFX Input" enabled="true">
 212                 <filter kind="OR">
 213                     <filter kind="TYPE" type="http://www.oracle.com/technetwork/java/javafx/index.html/javafx/input"/>
 214                 </filter>
 215             </threadLane>
 216             <threadLane name="Java Latencies" enabled="true">
 217                 <filter kind="OR">
 218                     <filter kind="TYPE" type="jdk.JavaMonitorEnter"/>
 219                     <filter kind="TYPE" type="jdk.SocketRead"/>
 220                     <filter kind="TYPE" type="jdk.Compilation"/>
 221                     <filter kind="TYPE" type="jdk.ExecutionSampling"/>
 222                     <filter kind="TYPE" type="jdk.SocketWrite"/>
 223                     <filter kind="TYPE" type="jdk.ClassLoad"/>
 224                     <filter kind="TYPE" type="jdk.ThreadPark"/>
 225                     <filter kind="TYPE" type="jdk.FileWrite"/>
 226                     <filter kind="TYPE" type="jdk.ThreadSleep"/>
 227                     <filter kind="TYPE" type="jdk.JavaMonitorWait"/>
 228                     <filter kind="TYPE" type="jdk.FileRead"/>
 229                 </filter>
 230             </threadLane>
 231             <threadLane name="JVM Compiler">
 232                 <filter kind="OR">
 233                     <filter kind="TYPE" type="jdk.SweepCodeCache"/>
 234                     <filter kind="TYPE" type="jdk.CompilerPhase"/>
 235                 </filter>
 236             </threadLane>
 237           <threadLane name="Other Types" enabled="false" editable="false" isRestLane="true"/>
 238                 </state>
 239                 <page factory="org.openjdk.jmc.flightrecorder.ui.threads" id="org.openjdk.jmc.flightrecorder.ui.threads">
 240                         <state>
 241                         <sash weights="1,5" />
 242                         <threadLane name="EJB">
 243                 <filter kind="OR">
 244                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/high/wls/EJB/EJB_Database_Access"/>
 245                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/EJB/EJB_Home_Remove"/>
 246                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/high/wls/EJB/EJB_Timer_Manager"/>
 247                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/EJB/EJB_Home_Create"/>
 248                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/high/wls/EJB/EJB_Pool_Manager_Remove"/>
 249                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/high/wls/EJB/EJB_Business_Method_Post_Invoke_Cleanup"/>
 250                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/EJB/EJB_Pool_Manager_Create"/>
 251                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/high/wls/EJB/EJB_Replicated_Session_Manager"/>
 252                 </filter>
 253             </threadLane>
 254             <threadLane name="EJB Business Method Invoke" enabled="true">
 255                 <filter kind="OR">
 256                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/EJB/EJB_Business_Method_Invoke"/>
 257                 </filter>
 258             </threadLane>
 259             <threadLane name="JDBC" enabled="true">
 260                 <filter kind="OR">
 261                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/JDBC/JDBC_Statement_Execute"/>
 262                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Data_Source_Get_Connection"/>
 263                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Driver_Connect"/>
 264                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Statement_Creation"/>
 265                 </filter>
 266             </threadLane>
 267             <threadLane name="JDBC Connection">
 268                 <filter kind="OR">
 269                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Connection_Reserve"/>
 270                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Connection_Create_Statement"/>
 271                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Connection_Commit"/>
 272                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Connection_Prepare"/>
 273                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Connection_Release"/>
 274                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/JDBC/JDBC_Connection_Rollback"/>
 275                 </filter>
 276             </threadLane>
 277            <threadLane name="JDBC Connection Close">
 278                 <filter kind="OR">
 279                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/JDBC/JDBC_Connection_Close"/>
 280                 </filter>
 281             </threadLane>
 282             <threadLane name="Servlet Request Run" enabled="true">
 283                 <filter kind="OR">
 284                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Servlet/Servlet_Request_Run"/>
 285                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Servlet/Servlet_Request_Run_Begin"/>
 286                 </filter>
 287             </threadLane>
 288             <threadLane name="Web Application Load">
 289                 <filter kind="OR">
 290                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Servlet/Web_Application_Load"/>
 291                 </filter>
 292             </threadLane>
 293             <threadLane name="Servlet Execute">
 294                 <filter kind="OR">
 295                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Execute"/>
 296                 </filter>
 297             </threadLane>
 298            <threadLane name="Servlet Context Execute">
 299                 <filter kind="OR">
 300                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Context_Execute"/>
 301                 </filter>
 302             </threadLane>
 303             <threadLane name="Servlet Invocation">
 304                 <filter kind="OR">
 305                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Servlet/Servlet_Invocation"/>
 306                 </filter>
 307             </threadLane>
 308             <threadLane name="Servlet Filter">
 309                 <filter kind="OR">
 310                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Check_Access"/>
 311                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Filter"/>
 312                 </filter>
 313             </threadLane>
 314             <threadLane name="Servlet Request">
 315                 <filter kind="OR">
 316                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Request"/>
 317                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Request_Dispatch"/>
 318                 </filter>
 319             </threadLane>
 320             <threadLane name="Servlet Response Write Headers/Stale Resource">
 321                 <filter kind="OR">
 322                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Response_Write_Headers"/>
 323                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Stale_Resource"/>
 324                 </filter>
 325             </threadLane>
 326             <threadLane name="Servlet Response Send">
 327                 <filter kind="OR">
 328                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/medium/wls/Servlet/Servlet_Response_Send"/>
 329                 </filter>
 330             </threadLane>
 331             <threadLane name="JAX-RPC">
 332                 <filter kind="OR">
 333                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Webservices/JAXRPC/Webservices_JAXRPC_Client_Response"/>
 334                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Webservices/JAXRPC/Webservices_JAXRPC_Client_Request"/>
 335                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Webservices/JAXRPC/Webservices_JAXRPC_Request"/>
 336                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Webservices/JAXRPC/Webservices_JAXRPC_Response"/>
 337                 </filter>
 338             </threadLane>
 339             <threadLane name="WebServices" enabled="true">
 340                 <filter kind="OR">
 341                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Webservices/JAXRPC/Webservices_JAXRPC_Dispatch"/>
 342                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Webservices/JAXWS/Webservices_JAXWS_Request"/>
 343                     <filter kind="TYPE" type="http://www.oracle.com/wls/flightrecorder/low/wls/Webservices/JAXWS/Webservices_JAXWS_Endpoint"/>
 344                 </filter>
 345             </threadLane>
 346             <threadLane name="DMS">
 347                 <filter kind="OR">
 348                     <filter kind="TYPE" type="http://www.oracle.com/dms-context/dms/ExecutionContext/span"/>
 349                     <filter kind="TYPE" type="http://www.oracle.com/dms-anonymous-phase/dms/AnonymousPhase/span"/>
 350                 </filter>
 351             </threadLane>
 352             <threadLane name="DMS execution context start">
 353                 <filter kind="OR">
 354                     <filter kind="TYPE" type="http://www.oracle.com/dms-context/dms/ExecutionContext/start"/>
 355                 </filter>
 356             </threadLane>
 357             <threadLane name="DMS HTTP">
 358                 <filter kind="OR">
 359                     <filter kind="TYPE" type="http://www.oracle.com/dms-http/dms/HttpRequest/span"/>
 360                     <filter kind="TYPE" type="http://www.oracle.com/dms-http/dms/HttpRequest/start"/>
 361                 </filter>
 362             </threadLane>
 363             <threadLane name="JavaFX Pulse" enabled="true">
 364                 <filter kind="OR">
 365                     <filter kind="TYPE" type="http://www.oracle.com/technetwork/java/javafx/index.html/javafx/pulse"/>
 366                 </filter>
 367             </threadLane>
 368             <threadLane name="JavaFX Input" enabled="true">
 369                 <filter kind="OR">
 370                     <filter kind="TYPE" type="http://www.oracle.com/technetwork/java/javafx/index.html/javafx/input"/>
 371                 </filter>
 372             </threadLane>
 373             <threadLane name="Java Latencies" enabled="true">
 374                 <filter kind="OR">
 375                     <filter kind="TYPE" type="jdk.JavaMonitorEnter"/>
 376                     <filter kind="TYPE" type="jdk.SocketRead"/>
 377                     <filter kind="TYPE" type="jdk.Compilation"/>
 378                     <filter kind="TYPE" type="jdk.ExecutionSampling"/>
 379                     <filter kind="TYPE" type="jdk.SocketWrite"/>
 380                     <filter kind="TYPE" type="jdk.ClassLoad"/>
 381                     <filter kind="TYPE" type="jdk.ThreadPark"/>
 382                     <filter kind="TYPE" type="jdk.FileWrite"/>
 383                     <filter kind="TYPE" type="jdk.ThreadSleep"/>
 384                     <filter kind="TYPE" type="jdk.JavaMonitorWait"/>
 385                     <filter kind="TYPE" type="jdk.FileRead"/>
 386                 </filter>
 387             </threadLane>
 388             <threadLane name="JVM Compiler">
 389                 <filter kind="OR">
 390                     <filter kind="TYPE" type="jdk.SweepCodeCache"/>
 391                     <filter kind="TYPE" type="jdk.CompilerPhase"/>
 392                 </filter>
 393             </threadLane>
 394           <threadLane name="Other Types" enabled="false" editable="false" isRestLane="true"/>
 395                         </state>
 396                 </page>
 397                 <page factory="org.openjdk.jmc.flightrecorder.ui.heap" id="org.openjdk.jmc.flightrecorder.ui.heap">
 398                         <state>
 399                                 <chart>
 400                                         <checkedAction id="heapUsed" />
 401                                         <checkedAction id="gcPause" />
 402                                         <checkedAction id="allocation" />
 403                                 </chart>
 404                         </state>
 405                         <page factory="org.openjdk.jmc.flightrecorder.ui.memoryleak" id="org.openjdk.jmc.flightrecorder.ui.memoryleak">
 406                                 <state>
 407                                         <selectedLeakItemsFilter showFilter="false" showSearch="false" />
 408                                         <leakItemsByClassFilter showFilter="false" showSearch="false" />
 409                                         <mainSash weights="100,500"/>
 410                                         <leakItemsSash weights="500,500"/>
 411                                         <itemSash weights="500,500" horizontal="false"/>
 412                                         <chartSash weights="500,500"/>
 413                                         <histogram sortColumn="itemhistogram.count">
 414                                                 <column id="itemhistogram.key" hidden="false" width="200" />
 415                                                 <column id="itemhistogram.count" hidden="false" width="100" sortAscending="false" />
 416                                                 <column id="timestamp" hidden="true" width="100" />
 417                                                 <column id="thread" hidden="true" width="50" />
 418                                                 <column id="address" hidden="true" width="50" />
 419                                                 <column id="description" hidden="false" width="300" />
 420                                                 <column id="arraySize" hidden="false" width="50" />
 421                                         </histogram>
 422                                         <itemlist sortColumn="startTime">
 423                                                 <column id="class" hidden="false" width="100" />
 424                                                 <column id="startTime" hidden="false" width="120" />
 425                                                 <column id="sampledThread" hidden="false" width="100" />
 426                                                 <column id="arraySize" hidden="false" width="50" />
 427                                                 <column id="address" hidden="false" width="100" />
 428                                                 <column id="objectDescription" hidden="false" width="500" />
 429                                         </itemlist>
 430                                         <referenceTree sortColumn="count">
 431                                                 <column id="object" hidden="false" width="500" />
 432                                                 <column id="count" hidden="false" width="50" sortAscending="false"/>
 433                                                 <column id="description" hidden="false" width="300" />
 434                                         </referenceTree>
 435                                         <referenceTable classWidth="300" descWidth="500" arraySizeWidth="50" arrayIndexWidth="50"></referenceTable>
 436                                 </state>
 437                         </page>
 438                 </page>
 439                 <page factory="org.openjdk.jmc.flightrecorder.ui.lockinstances"
 440                         id="org.openjdk.jmc.flightrecorder.ui.lockinstances">
 441                         <state>
 442                                 <byClassTable sortColumn="duration">
 443                                         <column id="itemhistogram.key" hidden="false" width="512" />
 444                                         <column id="duration" hidden="false" width="125"
 445                                                 sortAscending="false" />
 446                                         <column id="maxDuration" hidden="true" width="125"/>
 447                                         <column id="avgDuration" hidden="true" width="125"/>
 448                                         <column id="stdDevDuration" hidden="true" width="125"/>
 449                                         <column id="klass" width="114" />
 450                                         <column id="eventThread" width="106" />
 451                                         <column id="itemhistogram.count" width="150" />
 452                                 </byClassTable>
 453                                 <byAddressTable sortColumn="duration">
 454                                         <column id="itemhistogram.key" hidden="false" width="512" />
 455                                         <column id="duration" hidden="false" width="125"
 456                                                 sortAscending="false" />
 457                                         <column id="maxDuration" hidden="true" width="125"/>
 458                                         <column id="avgDuration" hidden="true" width="125"/>
 459                                         <column id="stdDevDuration" hidden="true" width="125"/>
 460                                         <column id="klass" width="114" />
 461                                         <column id="eventThread" width="106" />
 462                                         <column id="itemhistogram.count" width="150" />
 463                                 </byAddressTable>
 464                                 <byThreadTable sortColumn="duration">
 465                                         <column id="itemhistogram.key" hidden="false" width="512" />
 466                                         <column id="duration" hidden="false" width="125"
 467                                                 sortAscending="false" />
 468                                         <column id="maxDuration" hidden="true" width="125"/>
 469                                         <column id="avgDuration" hidden="true" width="125"/>
 470                                         <column id="stdDevDuration" hidden="true" width="125"/>
 471                                         <column id="klass" width="114" />
 472                                         <column id="eventThread" width="106" />
 473                                         <column id="itemhistogram.count" width="150" />
 474                                 </byThreadTable>
 475                         </state>
 476                 </page>
 477                 <page factory="org.openjdk.jmc.flightrecorder.ui.fileio" id="org.openjdk.jmc.flightrecorder.ui.fileio">
 478                         <state>
 479                                 <table sortColumn="totalTime">
 480                                         <column id="itemhistogram.key" width="200" />
 481                                         <column id="totalTime" sortAscending="false" width="150" />
 482                                         <column id="maxTime" sortAscending="false" hidden="true" width="150" />
 483                                         <column id="avgTime" sortAscending="false" hidden="true" width="150" />
 484                                         <column id="stddevTime" sortAscending="false" hidden="true" width="150" />
 485                                         <column id="itemhistogram.count" width="160" />
 486                                         <column id="readCount" width="100" />
 487                                         <column id="writeCount" width="100" />
 488                                         <column id="readSize" width="100" />
 489                                         <column id="writeSize" width="100" />
 490                                 </table>
 491                                 <eventList sortColumn="startTime">
 492                                         <column id="startTime" sortAscending="true" width="180" />
 493                                         <column id="path" width="500" />
 494                                         <column id="duration" sortAscending="false" width="120" />
 495                                         <column hidden="true" id="(endTime)" width="120" />
 496                                         <column id="bytesRead" sortAscending="false" width="120" />
 497                                         <column id="bytesWritten" sortAscending="false" width="120" />
 498                                         <column id="eventThread" width="120" />
 499                                         <column id="endOfFile" width="80" />
 500                                 </eventList>
 501                         </state>
 502                 </page>
 503                 <page factory="org.openjdk.jmc.flightrecorder.ui.socketio" id="org.openjdk.jmc.flightrecorder.ui.socketio">
 504                         <state>
 505                                 <socketTable sortColumn="totalTime">
 506                                         <column id="itemhistogram.key" width="200" />
 507                                         <column id="totalTime" sortAscending="false" width="150" />
 508                                         <column id="maxTime" sortAscending="false" hidden="true" width="150" />
 509                                         <column id="avgTime" sortAscending="false" hidden="true" width="150" />
 510                                         <column id="stddevTime" sortAscending="false" hidden="true" width="150" />
 511                                         <column id="itemhistogram.count" width="160" />
 512                                         <column id="readCount" width="100" />
 513                                         <column id="writeCount" width="100" />
 514                                         <column id="readSize" width="100" />
 515                                         <column id="writeSize" width="100" />
 516                                 </socketTable>
 517                                 <secondarySocketTable sortColumn="totalTime">
 518                                         <column id="itemhistogram.key" width="200" />
 519                                         <column id="totalTime" sortAscending="false" width="150" />
 520                                         <column id="maxTime" sortAscending="false" hidden="true" width="150" />
 521                                         <column id="avgTime" sortAscending="false" hidden="true" width="150" />
 522                                         <column id="stddevTime" sortAscending="false" hidden="true" width="150" />
 523                                         <column id="itemhistogram.count" width="160" />
 524                                         <column id="readCount" width="100" />
 525                                         <column id="writeCount" width="100" />
 526                                         <column id="readSize" width="100" />
 527                                         <column id="writeSize" width="100" />
 528                                 </secondarySocketTable>
 529                                 <eventList sortColumn="startTime">
 530                                         <column id="startTime" sortAscending="true" width="180" />
 531                                         <column id="address" width="300" />
 532                                         <column hidden="true" id="host" width="450" />
 533                                         <column id="port" width="100" />
 534                                         <column id="duration" sortAscending="false" width="150" />
 535                                         <column hidden="true" id="(endTime)" width="120" />
 536                                         <column id="bytesRead" sortAscending="false" width="100" />
 537                                         <column id="bytesWritten" sortAscending="false" width="100" />
 538                                         <column id="eventThread" width="120" />
 539                                         <column id="endOfStream" width="80" />
 540                                         <column id="timeout" width="50" />
 541                                 </eventList>
 542                         </state>
 543                 </page>
 544                 <page factory="org.openjdk.jmc.flightrecorder.ui.methodprofiling" id="org.openjdk.jmc.flightrecorder.ui.methodprofiling">
 545                <state>
 546             <sash weights="500,500"/>
 547             <packageTable sortColumn="itemhistogram.count">
 548                 <column hidden="false" id="itemhistogram.key" width="500"/>
 549                 <column hidden="false" id="itemhistogram.count" sortAscending="false" width="120"/>
 550             </packageTable>
 551             <classTable sortColumn="itemhistogram.count">
 552                 <column hidden="false" id="itemhistogram.key" width="500"/>
 553                 <column hidden="false" id="itemhistogram.count" sortAscending="false" width="120"/>
 554             </classTable>
 555                 </state>
 556                 </page>
 557                 
 558                 <page factory="org.openjdk.jmc.flightrecorder.ui.exceptions" id="org.openjdk.jmc.flightrecorder.ui.exceptions">
 559                         <state histogramType="HOST">
 560                                 <exceptionsTable sortColumn="itemhistogram.count">
 561                                         <column id="itemhistogram.key" hidden="false" width="500" />
 562                                         <column id="itemhistogram.count" hidden="false" width="200" sortAscending="false" />
 563                                 </exceptionsTable>
 564                                 <secondaryExceptionsTable sortColumn="itemhistogram.count">
 565                                         <column id="itemhistogram.key" hidden="false" width="500" />
 566                                         <column id="itemhistogram.count" hidden="false" width="200" sortAscending="false" />
 567                                 </secondaryExceptionsTable>
 568                                 <eventList sortColumn="startTime">
 569                                         <column id="startTime" sortAscending="true" width="180" />
 570                                         <column id="thrownClass" width="300" />
 571                                         <column id="message" width="500" />
 572                                         <column id="eventThread" width="200" />
 573                                         <column id="(endTime)" hidden="true" sortAscending="true" width="180" />
 574                                         <column id="(eventType)" hidden="true" width="150" />
 575                                 </eventList>
 576                         </state>
 577                 </page>
 578                 <page factory="org.openjdk.jmc.flightrecorder.ui.threaddumps" id="org.openjdk.jmc.flightrecorder.ui.threaddumps">
 579                     <state>
 580                         <sash weights="2,3" horizontal="true"/>
 581                     </state>
 582                 </page>
 583         </page>
 584         <page factory="org.openjdk.jmc.flightrecorder.ui.jvminformation"
 585                 id="org.openjdk.jmc.flightrecorder.ui.jvminternals">
 586                 <state>
 587                         <jvmFlags sortColumn="name:text">
 588                                 <column id="name:text" width="200" />
 589                                 <column id="value" width="110" />
 590                                 <column id="origin:text" width="110" />
 591                         </jvmFlags>
 592                         <jvmFlagsFilter showFilter="false" showSearch="true" />
 593                 </state>
 594                 <page factory="org.openjdk.jmc.flightrecorder.ui.garbagecollections"
 595                         id="org.openjdk.jmc.flightrecorder.ui.garbagecollections">
 596                         <state>
 597                                 <gcs sortColumn="gcId">
 598                                         <column id="gcId" width="90" />
 599                                         <column id="cause" width="150" />
 600                                         <column id="name" width="150" />
 601                                         <column id="longestPause" sortAscending="false" width="120" />
 602                                         <column id="sumOfPauses" sortAscending="false" width="120" />
 603                                         <column id="ReferenceStatisticsType-FINAL" sortAscending="false"
 604                                                 width="130" />
 605                                         <column id="ReferenceStatisticsType-WEAK" sortAscending="false"
 606                                                 width="130" />
 607                                         <column id="ReferenceStatisticsType-SOFT" sortAscending="false"
 608                                                 width="130" />
 609                                         <column id="ReferenceStatisticsType-PHANTOM" sortAscending="false"
 610                                                 width="130" />
 611                                 </gcs>
 612                                 <chart>
 613                                         <checkedAction id="heapUsed" />
 614                                         <checkedAction id="metaspace:used" />
 615                                         <checkedAction id="longestPause" />
 616                                         <checkedAction id="sumOfPauses" />
 617                                 </chart>
 618                         </state>
 619                 </page>
 620                 <page factory="org.openjdk.jmc.flightrecorder.ui.gcconfiguration"
 621                         id="org.openjdk.jmc.flightrecorder.ui.gcconfiguration">
 622                 </page>
 623                 <page factory="org.openjdk.jmc.flightrecorder.ui.compilations" id="org.openjdk.jmc.flightrecorder.ui.compilations">
 624                         <state>
 625                                 <compilationsTable sortColumn="duration">
 626                                         <column hidden="false" id="compileID" width="100" />
 627                                         <column hidden="false" id="method" width="500" />
 628                                         <column hidden="false" id="duration" width="100" sortAscending="false" />
 629                                         <column hidden="false" id="codeSize" />
 630                                         <column hidden="false" id="inlinedBytes" />
 631                                 </compilationsTable>
 632                                 <fCompilationsTable>
 633                                         <column hidden="false" id="compileId" width="100" />
 634                                         <column hidden="false" id="failureMessage" width="300" />
 635                                         <column hidden="false" id="(endTime)" width="200" />
 636                                         <column hidden="false" id="eventThread" width="175" />
 637                                 </fCompilationsTable>
 638                         </state>
 639                         <page factory="org.openjdk.jmc.flightrecorder.ui.codecache" id="org.openjdk.jmc.flightrecorder.ui.codecache">
 640                                 <state>
 641                                         <sash weights="300,200" />
 642                                         <codeSweepTable sortColumn="startTime">
 643                                                 <column hidden="false" id="startTime" sortAscending="true"
 644                                                         width="125" />
 645                                                 <column hidden="false" id="sweepIndex" width="80" />
 646                                                 <column hidden="false" id="sweepFractionIndex" width="80" />
 647                                                 <column hidden="false" id="duration" width="100" />
 648                                                 <column hidden="false" id="flushedCount" width="100" />
 649                                                 <column hidden="false" id="markedCount" width="100" />
 650                                                 <column hidden="false" id="sweptCount" width="100" />
 651                                                 <column hidden="false" id="zombifiedCount" width="100" />
 652                                                 <column hidden="false" id="eventThread" width="175" />
 653                                         </codeSweepTable>
 654                                         <chart>
 655                                                 <series id="entryCount" />
 656                                                 <series id="methodCount" />
 657                                                 <series id="adaptorCount" />
 658                                                 <series id="totalMethodsSwept" />
 659                                                 <series id="totalMethodsFlushed" />
 660                                                 <series id="totalMethodsReclaimed" />
 661                                                 <series id="totalMethodsZombified" />
 662                                                 <series id="codeCacheSweeps" />
 663                                         </chart>
 664                                 </state>
 665                         </page>
 666                 </page>
 667                 <page factory="org.openjdk.jmc.flightrecorder.ui.classloading" id="org.openjdk.jmc.flightrecorder.ui.classloading">
 668            <state>
 669                 <sash weights="250,200,200"/>
 670                 <histogram sortColumn="loadedCount">
 671                     <column id="itemhistogram.key" width="250"/>
 672                     <column id="loadedCount" sortAscending="false" width="120"/>
 673                     <column id="unloadedCount" sortAscending="false" width="120"/>
 674                 </histogram>
 675                 <classLoadingTable sortColumn="duration">
 676                     <column hidden="false" id="loadedClass" width="400"/>
 677                     <column hidden="false" id="duration" sortAscending="false" width="150"/>
 678                     <column hidden="false" id="definingClassLoader" width="250"/>
 679                     <column hidden="false" id="initiatingClassLoader" width="250"/>
 680                     <column hidden="false" id="eventThread" width="150"/>
 681                     <column hidden="true" id="startTime" width="120"/>
 682                     <column hidden="false" id="(endTime)" width="120"/>
 683                 </classLoadingTable>
 684                 <classUnloadingTable sortColumn="(endTime)" sortAscending="true">
 685                         <column hidden="false" id="(endTime)" width="150"/>
 686                     <column hidden="false" id="unloadedClass" width="400"/>
 687                     <column hidden="false" id="definingClassLoader" width="250"/>
 688                     <column hidden="true" id="eventThread" width="150"/>
 689                 </classUnloadingTable>
 690                 <classDefineTable sortColumn="startTime" sortAscending="true">
 691                     <column hidden="false" id="startTime" width="150"/>
 692                         <column hidden="false" id="definingClassLoader" width="250"/>
 693                         <column hidden="false" id="definedClass" width="400"/>
 694                         <column hidden="true" id="eventThread" width="150"/>
 695                 </classDefineTable>
 696                 <classLoaderStatisticsTable sortColumn="startTime">
 697                         <column hidden="false" id="startTime" width="150"/>
 698                         <column hidden="false" id="classLoader" width="250"/>
 699                         <column hidden="false" id="anonymousBlockSize" width="150"/>
 700                         <column hidden="false" id="anonymousChunkSize" width="150"/>
 701                         <column hidden="false" id="anonymousClassCount" width="150"/>
 702                         <column hidden="false" id="blockSize" width="150"/>
 703                         <column hidden="false" id="chunkSize" width="150"/>
 704                         <column hidden="false" id="classCount" width="150"/>
 705                         <column hidden="false" id="classLoaderData" width="250"/>
 706                         <column hidden="false" id="parentClassLoader" width="250"/>
 707                 </classLoaderStatisticsTable>
 708                 <chart>
 709                     <checkedAction id="loadedClassCount"/>
 710                     <checkedAction id="unloadedClassCount"/>
 711                     <checkedAction id="classLoad"/>
 712                     <checkedAction id="classUnload"/>
 713                 </chart>
 714             </state>
 715                 </page>
 716                 <page factory="org.openjdk.jmc.flightrecorder.ui.vmoperations" id="org.openjdk.jmc.flightrecorder.ui.vmoperations">
 717                         <state>
 718                                 <vmOperationsTable sortColumn="maxDuration">
 719                                         <column id="itemhistogram.key" width="230" />
 720                                         <column id="maxDuration" hidden="false" width="130" sortAscending="false"/>
 721                                         <column id="totalDuration" hidden="false" width="100"/>
 722                                         <column id="stddev" hidden="false" width="175" />
 723                                         <column id="itemhistogram.count" hidden="false" width="100"/>
 724                                 </vmOperationsTable>
 725                                 <eventList sortColumn="startTime">
 726                                         <column id="startTime" sortAscending="true" width="180" />
 727                                         <column id="operation" hidden="false" width="250" />
 728                                         <column id="blocking" hidden="false" width="100" />
 729                                         <column id="safepoint" hidden="false" width="100" />
 730                                         <column id="duration" hidden="false" sortAscending="false" width="120" />
 731                                         <column id="(endTime)" hidden="true" width="120" />
 732                                         <column id="eventThread" hidden="true" width="136" />
 733                                         <column id="caller" hidden="false" width="200" />
 734                                 </eventList>
 735                         </state>
 736                 </page>
 737                 <page factory="org.openjdk.jmc.flightrecorder.ui.tlab" id="org.openjdk.jmc.flightrecorder.ui.tlaballocations">
 738                         <state>
 739                                 <sash weights="2,1" />
 740                                 <table sortColumn="totalOutsideSize">
 741                                         <column id="itemhistogram.key" width="500" />
 742                                         <column id="itemhistogram.count" sortAscending="false" width="120" />
 743                                         <column id="insideCount" sortAscending="false" width="120"
 744                                                 hidden="true" />
 745                                         <column id="outsideCount" sortAscending="false" width="120"
 746                                                 hidden="true" />
 747                                         <column id="averageInsideSize" sortAscending="false" width="120" />
 748                                         <column id="averageOutsideSize" sortAscending="false" width="120" />
 749                                         <column id="totalInsideSize" sortAscending="false" width="120" />
 750                                         <column id="totalOutsideSize" sortAscending="false" width="120" />
 751                                 </table>
 752                                 <chart>
 753                                         <checkedAction id="insideSize" />
 754                                         <checkedAction id="outsideSize" />
 755                                 </chart>
 756                         </state>
 757                 </page>
 758         </page>
 759         <page factory="org.openjdk.jmc.flightrecorder.ui.system" id="org.openjdk.jmc.flightrecorder.ui.environment">
 760                 <page factory="org.openjdk.jmc.flightrecorder.ui.processes" id="org.openjdk.jmc.flightrecorder.ui.processes">
 761                         <state>
 762                                 <processesTable sortColumn="commandLine:text">
 763                                         <column id="pid:text" hidden="false" width="150" />
 764                                         <column id="commandLine:text" hidden="false" width="400" />
 765                                         <column id="firstSample" hidden="false" width="150" />
 766                                         <column id="lastSample" hidden="false" width="150" />
 767                                 </processesTable>
 768                                 <processesFilter showFilter="false" showSearch="true" />
 769                         </state>
 770                 </page>
 771                 <page factory="org.openjdk.jmc.flightrecorder.ui.environmentvariables"
 772                         id="org.openjdk.jmc.flightrecorder.ui.environmentvariables">
 773                         <state>
 774                                 <table sortColumn="key:text">
 775                                         <column id="key:text" width="200" sortAscending="true">
 776                                         </column>
 777                                         <column id="value:text" width="600">
 778                                         </column>
 779                                         <filterColumn id="key:text">
 780                                         </filterColumn>
 781                                 </table>
 782                                 <filter showFilter="false" showSearch="true" />
 783                         </state>
 784                 </page>
 785                 <page factory="org.openjdk.jmc.flightrecorder.ui.systemproperties"
 786                         id="org.openjdk.jmc.flightrecorder.ui.systemproperties">
 787                         <state>
 788                                 <table sortColumn="key:text">
 789                                         <column id="key:text" width="230" sortAscending="true" />
 790                                         <column id="value:text" width="550" />
 791                                 </table>
 792                                 <filter showFilter="false" showSearch="true" />
 793                         </state>
 794                 </page>
 795                 <page factory="org.openjdk.jmc.flightrecorder.ui.nativelibrary"
 796                         id="org.openjdk.jmc.flightrecorder.ui.nativelibrary">
 797                         <state>
 798                                 <table sortColumn="name:text">
 799                                         <column id="name:text" sortAscending="true" width="420" />
 800                                         <column id="baseAddress:address" width="100" />
 801                                         <column id="topAddress:address" width="100" />
 802                                         <column id="Count" width="70" hidden="true" />
 803                                 </table>
 804                                 <filter showFilter="false" showSearch="true" />
 805                         </state>
 806                 </page>
 807                 <page factory="org.openjdk.jmc.flightrecorder.ui.recording" id="org.openjdk.jmc.flightrecorder.ui.recording">
 808                         <state>
 809                                 <sash weights="27,20,70" />
 810                                 <eventSettingsSash weights="1,1" />
 811                                 <concurrentRecordings>
 812                                         <column id="name:text" width="270" />
 813                                         <column id="id:number" width="90" />
 814                                         <column id="recordingStart:timestamp" width="150" />
 815                                         <column id="recordingDuration:timespan" width="150" />
 816                                         <column id="maxSize:memory" width="100" hidden="true"/>
 817                                         <column id="maxAge:timespan" width="100" hidden="true"/>
 818                                         <column id="destination:text" width="200" hidden="true"/>
 819                                 </concurrentRecordings>
 820                                 <eventSettings sortColumn="name:text">
 821                                         <column id="settingFor:labeledIdentifier" width="280" />
 822                                         <column id="name:text" width="200" />
 823                                         <column id="value:text" width="140" />
 824                                         <column id="(endTime):timestamp" hidden="true" width="140" />
 825                                 </eventSettings>
 826                                 <eventSettingsFilter showFilter="false" showSearch="true" />
 827                         </state>
 828                 </page>
 829         </page>
 830         <page factory="org.openjdk.jmc.flightrecorder.ui.eventbrowser" id="org.openjdk.jmc.flightrecorder.ui.eventbrowser">
 831                 <state>
 832            <treeSash horizontal="true" weights="3,7"/>
 833                 </state>
 834         </page>
 835 </pages>