Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The table below describes which tasks can be performed in each tab.

Table 2- 1 Precise for Sybase tabs

TabDescription
DashboardAllows you to quickly identify which Sybase instance has a performance problem, providing the first glimpse into where the problem lies.
CurrentAllows you to solve the performance problems that are happening now.
ActivityAllows you to examine the application's performance over time and helps locate performance bottlenecks in its behavior.
ObjectsAllows you to identify which Sybase tables are used inefficiently by the application, and their effect on the application components.
StatisticsAllows you to identify performance bottlenecks in the way Sybase instance resources are used.
SQLAllows you to tune problematic SQL statements.

Anchor
Howmosttabsarestructured
Howmosttabsarestructured
How most tabs are structured

...

The following figure provides a description of the common key elements in the Current tab and what happens when you drill down to a specific entity.

Figure 2- 1 How a typical tab is structured

...

The Precise bar enables you to keep track of where you have been and provides various controls. The table below describes the function of each of the toolbar buttons.

Table 2- 2 Precise bar functions

IconNameDescription
Image Modified
Back

During a work session, keeps track of where you have navigated to. The Back and History buttons enable you to navigate between previously visited views.

The Back control displays your previous view.

Image Modified
ForwardEnables you to navigate to the next view. This button is only enabled if you clicked Back or if you chose a history option.
Image Modified
AdminPointLaunches Precise AdminPoint.
Image Modified
HomeNavigates to the highest level entity, usually the instance or Tier (all instances). The time frame settings remain the same.
Image Modified
StopStops a request for information from the server.
Image Modified
RefreshUpdates the data currently displayed.
Image Modified
FavoritesEnables you to add or remove favorites in your Favorites list.
Image Modified
SendOpens a new email message in your email program with the link to the current application in context.
Image Modified
SettingsOpens the General Settings, Transactions & Users Settings, and Time Frame Settings dialog boxes.
HelpHelpOpens the online help in context.

About the Main area

The Main area displays general information on the selected entity. The structure of this area depends on the selected entity and tab.

...

The table below describes the duration value for each type of entity.

Table 2- 3 Duration values for entities

EntityDescription
Current SessionThe time that has elapsed since the session started (login time). This is not the time the session was active executing statements. For example, if a session was connected to Sybase for one hour without executing any statement, the duration will still be one hour.
Programs (Logins, Machines, DB Users, Databases, Time Units, and so on.)

The elapsed time of the sessions executing the program.

The time is not measured from the login time (as it is in the Current session entity), but from the moment the Collector agent started.

The average duration counter displays the average time each program has been running.

Statement (batch)

The time that elapsed while the statement was executed. This is very similar to the duration of programs (see above); but since the statement is almost always active, this duration also indicates the time the statement was active.

The average duration counter displays the average execution time of the statement.

About session states

Sybase provides reporting on many different types of events. Precise for Sybase groups events according to logical relationships to enable you to easily pinpoint heavy resource consumers.

...

The In Sybase session states signify that the session is performing activities in Sybase. The table below describes the In Sybase session states.

Table 2- 4 In Sybase session states

IconIn Sybase StateDescription
Image Modified
Using CPUThe session is currently executing and is not waiting for any other event. For versions lower than version 12.5.0.3, the Using CPU state is usually identified by sysprocesses status = Runnable/Running. For version 12.5.0.3 and higher, this state is identified by the monProcess WaitEventID field containing a value in Wait Class 1 (waiting to be scheduled). Usually this state is an ideal state, but verify that the amount of CPU usage is reasonable compared to the transaction being performed. In addition monitor this state over time and verify that a growth in the CPU usage is a result of a growth in load and not a result of any change that caused the performance to degrade.
Image Modified
I/O WaitThis state indicates the session is waiting for an I/O operation to terminate. For versions lower than version 12.5.0.3, this state is usually identified by sysprocesses status = sleeping, unless the cmd field = COMMIT/ROLLBACK/LOG SUSPEND. For version 12.5.0.3 and higher, this state is identified by the monProcess WaitEventID field containing a value in Wait Classes 2 or 3 (waiting for a disk read / write to complete).
Image Modified
Lock Wait

The session is waiting for a lock to be released. The lock is held by another session.

For versions lower than version 12.5.0.3, this state is identified by sysprocesses status = lock sleep. For version 12.5.0.3 and higher, this state is identified by the monProcess WaitEventID field containing a value in Wait Class 5 (waiting to take a lock).

Image Modified
Log Full Wait

The session is waiting for an operation of the log file to terminate. This state is generally encountered during a transaction log full.

For versions lower than version 12.5.0.3, this state is identified by sysprocesses cmd = LOG SUSPEND. For version 12.5.0.3 and higher, this state is identified by the  monProcess WaitEventID field containing a value of 259.

Image Modified
Log Wait

The session is waiting for an operation of the log file to terminate. This state is generally encountered during a commit or rollback operation.

For versions lower than version 12.5.0.3, this state is identified by sysprocesses status = sleeping, and the cmd field is COMMIT or ROLLBACK. For version 12.5.0.3 and higher, this state is identified by the monProcess WaitEventID field containing a value of 283.

Image Modified
Buffer Wait

The session is waiting to access a user log cache. For versions lower than version 12.5.0.3, this state is identified by sysprocesses status = PLC sleep. For version 12.5.0.3 and higher, this state is identified by the monProcess WaitEventID field containing a value in Wait Class 6 (waiting for memory or a buffer).

Image Modified
Latch Wait

The session is waiting for an internal lock to be released.

Latches are short term light weight synchronization objects. Latches are not held for the duration of a transaction. Latches are used for datapage and datarow locking, including OAM and allocation pages, but not for allpages locking. They mostly occur in SMP applications. For versions lower than version 12.5.0.3, this state is identified by sysprocesses status = latch sleep. For version 12.5.0.3 and higher, this state is identified by the monProcess WaitEventID field containing a value in Wait Class 9 (waiting for internal system event).

Image Modified
Remote WaitThe session is waiting for a remote query to terminate. For all versions, this state is identified by sysprocesses status = remote I/O.
Image Modified
Network I/O Wait

The session is completing a network I/O operation. Network I/O occurs if results from a large result set are transferred to the client using shared memory netlibs or TCP/IP.

For versions lower than version 12.5.0.3, this status is identified by a status of send sleep or recv sleep. For version 12.5.0.3 and higher, this state is identified by the monProcess WaitEventID field containing a value in Wait Classes 7 or 8 (waiting for network input/output).

Understanding Non-In Sybase session states

The table below describes the Non-In Sybase session states.

Table 2- 5 Non-In Sybase session states

IconStateDescription
Image Modified
Request Wait

The session is waiting for the client to issue a request.

For versions lower than version 12.5.0.3, this state is identified by sysprocesses cmd = AWAITING COMMAND. For version 12.5.0.3 and higher, this state is identified by the monProcess WaitEventID field containing a value of 250.

Image Modified
Other WaitSessions waiting in states not described here are assigned the Other wait state.
Image Modified
Waitfor Command

The session is executing the WAITFOR DELAY command.

For versions lower than version 12.5.0.3, this state is identified by sysprocesses status = alarm sleep. For version 12.5.0.3 and higher, this state is identified by the monProcess WaitEventID field containing values of 260-263.

Image Modified
Parallel Sync Wait

The session is waiting for a synchronization message from another process in the family.

For versions lower than version 12.5.0.3, this state is identified by sysprocesses status = sync sleep. For version 12.5.0.3 and higher, this state is identified by the monProcess WaitEventID field containing values of 152, 307 or 308.

About Statement identifiers

...

  1. Type the address of the StartPoint user interface into the Address bar of your browser and click Enter.
    The Precise login page opens. The login page provides secure access to Precise and to your specific product.
  2. Specify your authorized role name and password.
    By default, both role name and password are admin. For more information about role names, see the Precise Administration Guide.
  3. Click Login.
    The StartPoint page opens. This is the Precise home page.
  4. On the Product Selection bar, from the drop-down list, select the product you want to launch.
Precise. Performance intelligence from click to storage. Learn more > >

 

 

 

 

 

 

...