Intel AS/400 RISC Server Manual do Utilizador Página 111

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 368
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 110
To enable the servlet that will display the contents of the cache, first add the following segments to the
Webfaced application’s web.xml.
<servlet>
<servlet-name>CacheDumper</servlet-name>
<display-name>CacheDumper</display-name>
<servlet-class>com.ibm.etools.iseries.webfacing.diags.CacheDumper</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>CacheDumper</servlet-name>
<url-pattern>/CacheDumper</url-pattern>
</servlet-mapping>
This servlet can then be invoked with a URL like: http://<server>:<port>/<webapp>/CacheDumper.
Then a Web page like that shown below will be displayed. Notice that the total number of cache hits and
misses are displayed, as are the hits for each record definition.
Refer to the following table for the functionality provided by the Cache Viewer servlet.
Cache Viewer Button operations
IBM i 6.1 Performance Capabilities Reference - January/April/October 2008
© Copyright IBM Corp. 2008 Chapter 6 - Web Server and WebSphere 111
Vista de página 110
1 2 ... 106 107 108 109 110 111 112 113 114 115 116 ... 367 368

Comentários a estes Manuais

Sem comentários