Versions Compared

Key

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

...

The Activity tab was designed to answer questions such as, "What happened yesterday, as well as a month ago and a year ago?" and "What has been the performance level of my applications over time.".

Anchor
HowtheActivitytabisstructured
HowtheActivitytabisstructured
How the Activity tab is structured

...

Displays instance grouping information for the selected Sybase Tier. It is possible to categorize instances into groups and observe their tuning counters, such as their In Sybase breakdown, according to the groups you defined. This option is useful if there are many instances in the same application. For an explanation on how to define instance groups, see the Precise Administration Guide.

About Instance and Collector entities

...

Collector EntityDescription
DatabaseDisplays information on an activity in reference to a specific database.
ProgramDisplays information on an activity generated from a specific program. Displays 'N/A' if the program_name column in sysprocesses is null.
LoginDisplays information on an activity generated by a specific login. Displays 'N/A' if the suid column in sysprocesses holds a number for which the user name is null.
UserDisplays information on an activity generated by a specific user in the database in use.
MachineDisplays information on an activity generated from a specific workstation. If the hostname column in sysprocesses is null, displays the IP Address of the workstation for instances of version 12.5 or later, or 'N/A' for instances of earlier versions.

See Precise for Sybase agents on page 13.

The following views are available for the Instance and Collector entities:

...

  • Load. Displays information on the following session-related items:
    • Sessions. Number of sessions that occurred during the specified time period of the selected collector entity. For example, if you are viewing the Login entity, this value represents the number of sessions that are connected to the selected Login.
    • Duration (Avg). Average duration for a single session, in the selected collector entity during the selected time frame, calculated by dividing the Duration by the number of Sessions.
    • Duration (Summed). Total amount of time that elapsed for all of the selected collector entity's sessions during the selected time frame.
    • Statement Executions. Number of statements executed during the selected time frame that were generated by the selected collector entity's sessions.
    • Statement Duration (Avg). Average duration for a single statement execution, in the selected collector entity during the selected time frame. This value is calculated by dividing the Duration (Summed) parameter by the number of statement executions.
  • Statistics. Displays the following session-related statistics:
    • CPU Time. Cumulative CPU time for the collector entity or instance during the selected time frame.
    • Physical I/O Operations. Total number of physical I/O operations performed by all sessions connected to the database during the selected time frame.
  • In Sybase Breakdown. Displays collector entity resource consumption (table format) and shows instance breakdown during the selected time frame. The table displays the following information:
    • State. Displays the In Sybase state.
    • In Sybase. Displays a graphical representation of the Time column.
    • Time. Amount of time the selected collector entity was in this state.
    • %. Percentage of time the selected collector entity was in this state

See About session states on page 25.

About viewing Instance and Collector In Sybase data

The In Sybase view displays the resource consumption of the selected collector entity during the selected time frame. This graph enables you to analyze performance trends for the collector entity, over time.

See “Understanding Understanding In Sybase session states” on page 25. See “Focusing states and Focusing on information in overtime graphs” on page 22graphs.

About viewing Instance and Collector locking data

...

  • Locks. Displays which sessions were involved in a blocking situation (either locking or blocking). It is important to understand which sessions are involved in each blocking chain, as there may be several sessions involved at the same time. It is then important to determine which session is blocking others, which object is being blocked, and what type of lock has been applied.
    A yellow lock indicates that the session is currently blocking another session but is not itself blocked.
    A red lock indicates the session is currently blocked by another session. Note that a session may also block other sessions while being blocked by a different session.
  • Lock wait graph. The Lock Wait graph shows a breakdown of the Lock Waits and when they occurred over the selected time period.

See Focusing on information in overtime graphs on page 22.

About viewing Instance and Collector overall activity

...

  • Waitfor Command. The amount of time applications were waiting for a Waitfor command.
  • Parallel Sync Wait. The amount of time applications were waiting on a synchronization message from another process in the family.
  • Request Wait. The amount of time applications were in a Request Wait state, defined as the state wherein the server is waiting for a client request.
  • Other Wait. The amount of time applications were in Other states.
  • In Sybase. Represents total amount of time spent in Sybase.

See See Focusing on information in overtime graphs on page 22.

About viewing Instance and Collector scalability

...

  • In Sybase (Avg) vs. Sessions. Compares the average In Sybase time of the selected collector entity with the number of sessions during the selected time frame. For example, if the selected collector entity is Login, the graph will show the number of sessions connected with the selected login versus the average In Sybase time of each session over time. Use this graph to analyze if the average session In Sybase time increases when the number of sessions increase.

See See Focusing on information in overtime graphs on page 22.

Instance and Collector entities Association area

...

The In Sybase tab contains the In Sybase counter and the breakdown of the In Sybase into its states. The In Sybase is displayed with a normalized view while all the other counters display the time spent in each state.

See See Understanding In Sybase session states on page 25.

Anchor
AboutStatementBatchCollapsedStatementandCollapsedBatchentities
AboutStatementBatchCollapsedStatementandCollapsedBatchentities
About Statement, Batch, Collapsed Statement, and Collapsed Batch entities

...

EntityDescription
Statement

Displays information on the activity of a specific TSQL statement. A statement is always part of a batch.

When an encrypted stored procedure is encountered the statement will display Encrypted Text.

BatchDisplays information on the activity of a specific batch. A batch can either be a stored procedure, stored function, trigger, or a detailed batch. If it is a stored object, the name of the stored object is displayed.
Collapsed StatementRepresents similar statements that differ in their parameters (literals). In a collapsed statement, the literals are replaced with parameter markers. The collapsed statement lets you analyze the overall resource consumption of similar statements.
Collapsed BatchSimilar to collapsed statement a collapsed batch represents similar batches that differ in their parameters (literals). In a collapsed batch, the literals are replaced with parameter markers. The collapsed batch lets you analyze the overall resource consumption of similar batches.

See How information is collected on page 25.

The following views are available for the Statement, Batch, Collapsed Statement and Collapsed Batch entities:

...

The In Sybase view displays the resource consumption of the selected entity during the selected time frame. This graph enables you to analyze performance trends for the entity, over time.

See See Focusing on information in overtime graphs on page 22.

About viewing Statement, Collapsed Statement, Batch and Collapsed Batch entities locking

...

  • Lock wait graph. The Lock Wait graph shows a breakdown of the Lock Waits and when they occurred over the selected time period.

See See Focusing on information in overtime graphs on page 22.

About viewing scalability for Statement, Collapsed Statement, Batch and Collapsed Batch entities

...

Info

The graph displays data in time slices.

See See Understanding In Sybase session states on page 25. See  and Focusing on information in overtime graphs on page 22.

About viewing Session and Blocker Session locking

The Locking view displays the blocking tree and the lock wait duration broken down into lock levels (such as, Table, Page, and Key) for the selected entity, over the selected time period. The following information is displayed:

...

Info

The graph displays data in time slices.

See See Focusing on information in overtime graphs on page 22.

Session and Blocker Session entities Association area

...

ColumnDescription
SPIDDisplays the system process ID. The SPID is a unique integer assigned to each user connection when the connection is made.
CPU TimeCumulative CPU time for the entity during the selected time frame.
Physical I/O OperationsTotal number of physical I/O requests performed by the selected session during the selected time frame.
Memory Pages UsedDisplays the memory consumed (in pages) by the selected session during the selected time frame.

See See Understanding In Sybase session states on page 25.

Anchor
HowtheActivitytabcanhelpyouidentifyperformanceproblems
HowtheActivitytabcanhelpyouidentifyperformanceproblems
How the Activity tab can help you identify performance problems

...

  1. In the Instance list, choose the item you want to analyze.
  2. In the Time Frame list, choose the period of time you want to analyze.
  3. On the View controls in the Main area, click Scalability.
  4. In the Session Duration (Avg) vs. Sessions graph, observe the number of sessions and the impact of the average session duration, over the selected time period. For example, if you observe that average session duration decreases when the number of sessions increase, this may indicate that the application has a scalability problem.


Scroll Ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue
Newtabfooter
aliasIDERA
urlhttp://www.idera.com
 | 
Newtabfooter
aliasProducts
urlhttps://www.idera.com/productssolutions/sqlserver
 
Newtabfooter
aliasPurchase
urlhttps://www.idera.com/buynow/onlinestore
 | 
Newtabfooter
aliasSupport
urlhttps://idera.secure.force.com/precise/
 | 
Newtabfooter
aliasCommunity
urlhttp://community.idera.com
 
|
 
Newtabfooter
aliasResources
urlhttp://www.idera.com/resourcecentral
 | 
Newtabfooter
aliasAbout Us
urlhttp://www.idera.com/about/aboutus
 
Newtabfooter
aliasLegal
urlhttps://www.idera.com/legal/termsofuse