AquaLogic Interaction Administrator Guide

     Previous Next  Open TOC in new window   View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Key Performance Counters

The Counter Monitoring System collects information from various performance counters for portal applications and exposes them for diagnosis and review. This system can be used to examine counters from any AquaLogic User Interaction application that resides on a remote host, provided the two machines are on a network in which they can reach each other via UDP.

The following table lists the key counters provided with the portal. Each category of performance has one or more instances. Each instance in a category can be monitored with the counters for that category.
Note: You can get a complete list of available counters using the info command in the Counter Monitoring console. See Running the Counter Monitoring Console.
Category Instances Counters
Cache

Many UI objects and pages have their own individual cache systems. Cache counters track each individual cache.

CommunityInfoCache - The cache for a PT Community

GuestLoginInfoCache - The cache for a Guest Login

HTTP_CACHE - The cache for HTTP requests, for remote portlets or web services

PreferenceCache - The cache for any preference page

SubportalInfoCache - The cache for any experience definition

Size - The number of items currently in the cache

MaxSize - The maximum number of items in the cache before it gets flushed

NumSearches - Increments every time the cache is accessed

NumHits - Increments every time a cache is accessed and cached contents are found

NumInserts - Increments every time a cache is accessed and no cached contents are found

Opendb_SQLstats

Database statistics for OpenDB

SQLSelectStats - SQL queries that are “SELECT” statements NumOperations - The number of SQL operations that occurred
OpenHTTPLowLevelNetworkCounter

Basic HTTP information, including usage, connections, transactions

Total - There is one instance per remote host. Total aggregates all of the statistics. BytesReceived - Number of bytes received from the remote host

BytesSent - Number of bytes sent to the remote host

OpenConnections - The number of open connections to remote hosts

OpenHTTPHttpLevelstatistics

HTTP requests statistics

Total - There is one instance per remote host. Total aggregates all of the statistics. RequestsActive - The number of HTTP requests that are active

RequestsProcessed - The number of HTTP requests that have been processed

portalpages

Statistics related to portal pages

NA - Single instance CommunityPages - How many times a community page was hit

LoginsFailure - How many times a user login attempt failed

LoginsSuccessful - How many times users logged in

MyPages - How many times a My Page was hit

TotalHits - How many times any portal page was hit

TotalOpensessions - How many open sessions there are currently


  Back to Top      Previous Next