Monitor Details

Return to overview

Object Page I/O Monitor Details

This monitor shows sample or cumulative data, depending on which statistic type you choose.

Network Activity Monitor Details

The graphs on this monitor show sample or cumulative data, depending on which statistic type you choose. The table portion is not affected by the statistic type. The table portion shows:

The following Adaptive Server configuration parameters are useful in evaluating network performance. Connections that send or receive large amounts of data across the network can achieve significant performance improvement by using larger packet sizes. Generally, you want to keep the value of default network packet size small for users performing short queries, and allow users who send or receive large volumes of data to request larger packet sizes when they log on.

If you increase maximum network packet size, check that the additional network memory configuration parameter is set large enough to accommodate requests for larger packet sizes. If there is not enough additional network memory configured to handle a large packet request, the connection receives network I/O buffers equal to the default network packet size even though it logged on requesting a larger size.

Process Activity Monitor Details

Notes

The Process Activity Monitor handles the volatile status of processes as follows:

Application Activity Monitor Details

The table shows sample or cumulative data, depending on which statistic type you choose.

Device I/O Monitor Details

The graphs on this monitor show sample or cumulative data, depending on which statistic type you choose. The table portion is not affected by the statistic type. The table portion shows:

Device I/O Counts versus Page I/O Counts

Device I/O counts are not the same as page I/O counts.

The device I/O counts the number of reads to and writes from the buffer. The number of data pages included in one device read or write depends on the buffer size. For a 2K buffer pool (the default size if you are not using large I/O), one device I/O handles one 2K data page. For an 8K buffer pool, one device I/O handles four 2K data pages.

The data page I/O counts the number of data pages, regardless of the buffer size.

Data Cache Monitor Details

The graphs on this monitor show sample or cumulative data, depending on which statistic type you choose. The table portion is not affected by the statistic type. The table portion shows:

Object Lock Status Monitor Details

This monitor shows sample data only. The information is a snapshot of the lock status at the end of the most recent sample interval.

Process Current SQL Statement Monitor Details

For a selected process, this monitor shows information about the batch text or stored procedure that was executing at the time of the most recent sample. The information refreshes at each sample interval. If a batch or stored procedure starts after one sample and ends before the next sample, its text will not be displayed in this monitor.

Notes

If no information appears in the text portions of this monitor, some reasons might be: This monitor is not a trace tool. It displays the currently executing statement at the time the sample is taken, and many short-running statements can be missed between samples. Use the Process Activity Monitor to see accumulated resource usage for all statements executed by a process. If you need to watch every SQL statement as it executes, use a debug or trace tool.

To set max SQL text monitored

  1. From the Sybase Central main window, select the Adaptive Server name.
  2. From the File menu, choose Configure.
  3. From the list box, select the max SQL text monitored parameter. (It appears in the Physical Memory category.)
  4. If the current value is 0, change it to a positive value. Sybase recommends an initial value of 1024.
  5. Reboot ASE.
The max SQL text monitored configuration parameter controls whether SQL batch text is collected and how much text is stored per client connection. The parameter specifies the number of bytes reserved per user connection in the shared memory area shared by Adaptive Server and Monitor Server. If the value of max SQL text monitored is 0, no batch text is stored.

For each client connection, text of only the currently executing SQL batch is stored. The text of a new batch overwrites the text of previously executed batches. If the batch text is larger than the value of max SQL text monitored, only the beginning of the batch text is stored. The remainder is truncated.

Transaction Activity Monitor Details

The graph shows sample or cumulative data, depending on which statistic type you choose. The table portion is not affected by the statistic type. The table portion shows:

Stored Procedure Activity Monitor Details

This monitor shows sample or cumulative data, depending on which statistic type you choose.

Engine Activity Monitor Details

The graphs on this monitor show sample or cumulative data, depending on which statistic type you choose. The table portion is not affected by the statistic type. The table portion shows:

Cache Monitor Details

The graphs on this monitor show sample or cumulative data, depending on which statistic type you choose. The table portion is not affected by the statistic type. The table portion shows:

Performance Summary Monitor Details