Versions Compared

Key

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

...

Info
  • The _T table summarizes the data per timeslice.
  • The _D table summarizes the data per day.
  • The _W table summarizes the data per week.
  • The _M table summarizes the data per month.
Column NameColumn Description
SYDC_PWII_INSTANCE_ID

ID of the Sybase instance.

SYDC_TIMESTAMP

Date and time the statistic was sampled.

On a slice summary level, the date and time are GMT. On all other summary levels, the time is zeroed.

SYDC_PWHG_ID

Hour group ID.

SYDC_MINUTES_COUNT_SUM

The timeframe needed to calculated the row (in minutes).

SYDC_COUNTER_INSTANCE

The Instance of this counter.

SYDC_READ_WAITS_SUM

Number of cache search misses resulting in a read.

SYDC_SYSTEM_DISK_WRITES_SUM

Number of I/O waits caused by I/O requests or restarted I/O requests.

SYDC_HK_EXECUTIONS_SUM

Number of times the housekeeper executes on a cache.

SYDC_IO_PACING_SUM

Number of times an I/O extensive task was switched off, due to exceeding an I/O batch limit.

SYDC_CNTXSW_GROUP_COMMIT_SUM

Number of times a task issued a commit and had to wait till the buffer log got full and was written to disk.

SYDC_LOG_LASTPAGE_WRITES_SUM

Number of times a task issued a commit and had to wait till the buffer log was written to disk.

SYDC_CNTXSW_MODIFY_CNFLCT_SUM

Number of times a task issued a commit and had to wait till the buffer log was written to disk.

SYDC_HK_WASH_SUM

Number of time the housekeeper tasks perform buffer cache washes.

SYDC_HK_WASH_CLEAN_SUM

Number of time the housekeeper tasks perform buffer cache washes and found it clean.

SYDC_LOG_PAGE_WRITES_SUM

Number of times a buffer transaction log page is written to disk.

SYDC_BUFSEARCH_FINDS_SUM

Number of times a needed page was found in a cache.

SYDC_BUFSEARCH_FINDS_IN_SUM

Number of times a needed page was found in a cache in the wash mark.

SYDC_BUFSEARCH_CALLS_SUM

Number of times a cache was searched for a specific page.

SYDC_LRU_BUFGRAB_2K_SUM

Number of times a buffer is replaced from the pool with I/O size 2K.

The page that was replaced, was not changed or was already written to disk, known as clean.

SYDC_LRU_BUFGRAB_4K_SUM

Number of times a buffer is replaced from the pool with I/O size 4K.

The page that was replaced, was not changed or was already written to disk, known as clean page.

SYDC_LRU_BUFGRAB_8K_SUM

Number of times a buffer is replaced from the pool with I/O size 8K.

The page that was replaced, was not changed or was already written to disk, known as clean page.

SYDC_LRU_BUFGRAB_16K_SUM

Number of times a buffer is replaced from the pool with I/O size 16K.

The page that was replaced, was not changed or was already written to disk, known as clean page.

SYDC_LRU_BUFGRAB_32K_SUM

Number of times a buffer is replaced from the pool with I/O size 32K.

The page that was replaced was not changed or was already written to disk, known as clean page.

SYDC_LRU_BUFGRAB_64K_SUM

Number of times a buffer is replaced from the pool with I/O size 64K.

The page that was replaced, was not changed or was already written to disk, known as clean page.

SYDC_LRU_BUFGRAB_128K_SUM

Number of times a buffer is replaced from the pool with I/O size 128K.

The page that was replaced, was not changed or was already written to disk, known as clean page.

SYDC_LRU_BUFGRAB_256K_SUM

Number of times a buffer is replaced from the pool with I/O size 256K.

The page that was replaced, was not changed or was already written to disk, known as clean page.

SYDC_LRU_BUFGRAB_512K_SUM

Number of times a buffer is replaced from the pool with I/O size 512K.

The page that was replaced, was not changed or was already written to disk, known as clean page.

SYDC_BUFGRAB_DIRTY_2K_SUM

Number of times a buffer is replaced from the pool with I/O size 2K.

The page that was replaced, was changed and not written to disk, known as dirty page.

SYDC_BUFGRAB_DIRTY_4K_SUM

Number of times a buffer is replaced from the pool with I/O size 4K.

The page that was replaced, was changed and not written to disk, known as dirty page.

SYDC_BUFGRAB_DIRTY_8K_SUM

Number of times a buffer is replaced from the pool with I/O size 8K.

The page that was replaced, was changed and not written to disk, known as dirty page.

SYDC_BUFGRAB_DIRTY_16K_SUM

Number of times a buffer is replaced from the pool with I/O size 16K.

The page that was replaced, was changed and not written to disk, known as dirty page.

SYDC_BUFGRAB_DIRTY_32K_SUM

Number of times a buffer is replaced from the pool with I/O size 32K.

The page that was replaced, was changed and not written to disk, known as dirty page.

SYDC_BUFGRAB_DIRTY_64K_SUM

Number of times a buffer is replaced from the pool with I/O size 64K.

The page that was replaced, was changed and not written to disk, known as dirty page.

SYDC_BUFGRAB_DIRTY_128K_SUM

Number of times a buffer is replaced from the pool with I/O size 128K.

The page that was replaced, was changed and not written to disk, known as dirty page.

SYDC_BUFGRAB_DIRTY_256K_SUM

Number of times a buffer is replaced from the pool with I/O size 256K.

The page that was replaced, was changed and not written to disk, known as dirty page.

SYDC_BUFGRAB_DIRTY_512K_SUM

Number of times a buffer is replaced from the pool with I/O size 512K.

The page that was replaced, was changed and not written to disk, known as dirty page.

SYDC_BUFUNKEEP_LRU_SUM

Number of buffers that used the normal cache strategy and were placed at the MRU end of the cache.

SYDC_BUFUNKEEP_MRU_SUM

Number of buffers that were placed at the wash marker, using the fetch-and-discard strategy.

SYDC_LARGE_IO_PERFORMED_SUM

Number of times a request for a large I/O was performed for a buffer.

SYDC_PREFETCH_REQ_SUM

Number of times a large I/O was requested for a buffer.

SYDC_LEVEL0_BUFPREDIRTY_SUM

Average number of pages requested at isolation level 0 for a cache.

SYDC_BUFWASH_THROUPUT_SUM

Throughput of the buffer wash mark.

SYDC_BUFWASH_PASS_CLEAN_SUM

Number of buffers that were clean, when they passed the wash marker.

SYDC_BUFWASH_PASS_WRITE_SUM

Number of times that I/O was already active on a buffer, when it entered the wash area.

SYDC_BUFWASH_WRITE_DIRTY_SUM

Number of times that a buffer entered the wash area dirty and was not already in I/O.

SYDC_RECEIVED_TIMESTAMP

Local date and time the row was loaded into the PMDB.

PW_SYIM_INDEX_MANAGEMENTS_T

Contains overtime counter values. Includes counters that are relevant to Index Management statistics.

Info
  • The _T table summarizes the data per timeslice.
  • The _D table summarizes the data per day.
  • The _W table summarizes the data per week.
  • The _M table summarizes the data per month.
Column NameColumn Description
SYIM_PWII_INSTANCE_ID

ID of the Sybase instance.

SYIM_TIMESTAMP

Date and time the statistic was sampled.

On a slice summary level, the date and time are GMT. On all other summary levels, the time is zeroed.

SYIM_PWHG_ID

Hour group ID.

SYIM_MINUTES_COUNT_SUM

The timeframe needed to calculated the row (in minutes).

SYIM_NC_UPDATES_SUM

Number of insert and update operations to a table with indexes that potentially requires modifications to one or more indexes.

SYIM_NC_UPDATES_INDEXES_SUM

Number of non-clustered indexes that require maintenance, as a result of insert and update operations.

SYIM_NC_DELETES_SUM

Number of delete operations to a table with indexes that potentially required modifications to one or more indexes.

SYIM_NC_DELETE_INDEXES_SUM

Number of non-clustered indexes that required maintenance, as a result of delete operations.

SYIM_NC_RID_UPDATES_SUM

Number of page splits that required maintenance of a non-clustered index.

SYIM_NC_RID_UPDATE_INDEXES_SUM

Number of non-clustered indexes that required maintenance, as a result of a clustered page split.

SYIM_NC_DOL_NC_DELETES_SUM

Number of update / delete operations for DOL tables that required maintenance of a non-clustered index.

SYIM_NC_DOL_NC_DELETES_INDEX_SUM

Number of non-clustered indexes that required maintenance, as a result of update / delete operations for DOL tables.

SYIM_PAGE_SPLITS_SUM

Number of page splits for data pages, clustered index pages or non-clustered index pages, because there was not enough room for a new row.

SYIM_INDEX_RETRIES_SUM

Number of times the ASE server retried to split a page, due to contention.

SYIM_ADD_INDEX_LEVEL_SUM

Number of times a new index level was added.

SYIM_PAGE_SHRINKS_SUM

Number of page shrinks, due to deleting index rows.

SYIM_BT_BACKWARD_SCANS_SUM

Number of backward scans on DOL tables.

SYIM_BT_FORWARD_SCANS_SUM

Number of forward scans on DOL tables.

SYIM_BACKWARD_SCANS_SUM

Number of backward scans on APL tables.

SYIM_FORWARD_SCANS_SUM

Number of forward scans on APL tables.

SYIM_RECEIVED_TIMESTAMP

Local date and time the row was loaded into the PMDB.

PW_SYCM_CACHE_MANAGEMENTS_T

Contains overtime counter values. Includes counters that are relevant to Metadata Cache statistics.

Info
  • The _T table summarizes the data per timeslice.
  • The _D table summarizes the data per day.
  • The _W table summarizes the data per week.
  • The _M table summarizes the data per month.
Column NameColumn Description
SYCM_PWII_INSTANCE_ID

ID of the Sybase instance.

SYCM_TIMESTAMP

Date and time the statistic was sampled.

On a slice summary level, the date and time are GMT. On all other summary levels, the time is zeroed.

SYCM_PWHG_ID

Hour group ID.

SYCM_MINUTES_COUNT_SUM

The timeframe needed to calculated the row (in minutes).

SYCM_ACTIVE_OPEN_OBJECTS_MAX

Number of objects that were active.

SYCM_OPEN_OBJECTS_MAX

Maximum number of objects that were active (from server reboot).

SYCM_OPEN_OBJECTS_FAILED_SUM

Number of times the objects cache had to be searched for reusable descriptors and all descriptors were in use.

SYCM_OPEN_OBJECTS_REUSES_SUM

Number of times the objects cache had to be searched for reusable descriptors.

SYCM_ACTIVE_OPEN_INDEXES_MAX

Number of indexes that were active.

SYCM_OPEN_INDEXES_MAX

Maximum number of indexes that were active (from server reboot).

SYCM_OPEN_INDEXES_FAILED_SUM

Number of times the indexes cache had to be searched for reusable descriptors and all descriptors were in use.

SYCM_OPEN_INDEXES_REUSES_SUM

Number of times the indexes cache had to be searched for reusable descriptors.

SYCM_ACTIVE_OPEN_DATABASES_SUM

Number of databases that were active.

SYCM_OPEN_DATABASES_MAX

Maximum number of databases that were active (from server reboot).

SYCM_OPEN_DATABASES_FAILED_SUM

Number of times the databases cache had to be searched for reusable descriptors and all descriptors were in use.

SYCM_OPEN_DATABASES_REUSES_SUM

Number of times the databases cache had to be searched for reusable descriptors.

SYCM_RECEIVED_TIMESTAMP

Local date and time the row was loaded into the PMDB.

PW_SYES_ENGINES_T

Contains overtime counter values. Includes counters that are relevant to Engine statistics.

Info
  • The _T table summarizes the data per timeslice.
  • The _D table summarizes the data per day.
  • The _W table summarizes the data per week.
  • The _M table summarizes the data per month.
Column NameColumn Description
SYES_PWII_INSTANCE_ID

ID of the Sybase instance.

SYES_TIMESTAMP

Date and time the statistic was sampled.

On a slice summary level, the date and time are GMT. On all other summary levels, the time is zeroed.

SYES_PWHG_ID

Hour group ID.

SYES_MINUTES_COUNT_SUM

The timeframe needed to calculated the row (in minutes).

SYES_COUNTER_INSTANCE

Instance of this counter.

SYES_CLOCK_TICKS_SUM

Number of clock ticks an engine got from the operating system.

SYES_IDLE_TICKS_SUM

Number of clock ticks an engine was idle.

SYES_ENGINE_SLEEPS_SUM

Number of times an engine yielded (gave up) to the operating system.

SYES_DCHECK_CALLS_SUM

Number of times an engine checks for disk I/O.

SYES_DCHECKS_CALLING_DPOLL_SUM

Number of times an I/O request was completed, when an engine checked for disk I/O.

SYES_DPOLL_COMPLETED_AIOS_SUM

Number of completed I/O requests.

SYES_ENGINE_DELAYED_AIOS_SUM

Number of delayed I/O requests, due to engine limit.

SYES_OS_DELAYED_AIOS_SUM

Number of delayed I/O requests, due to an OS limit.

SYES_SERVER_DELAYED_SUM

Number of delayed I/O requests, due to a server limit.

SYES_CONTEXT_SWITCHES_SUM

Number of times an engine switches context from one user task to another.

SYES_INCOMPATIBLE_TASKS_SUM

Number of times an engine skipped a user task at the head of a run queue.

SYES_OUTSTANDING_AIOS_SUM

Maximum number of pending I/Os.

SYES_BYTES_RECEIVED_SUM

Number of bytes an engine received from the network.

SYES_BYTES_SENT_SUM

Number of bytes an engine sent to the network.

SYES_PACKETS_RECEIVED_SUM

Number of packets an engine received from the network.

SYES_PACKETS_SENT_SUM

Number of packets an engine sent to the network.

SYES_RECEIVED_TIMESTAMP

Local date and time the row was loaded into the PMDB.

PW_SYKN_KERNELS_T

Contains overtime counter values. Includes counters that are relevant to Kernel statistics.

Info
  • The _T table summarizes the data per timeslice.
  • The _D table summarizes the data per day.
  • The _W table summarizes the data per week.
  • The _M table summarizes the data per month.
Column NameColumn Description
SYKN_PWII_INSTANCE_ID

ID of the Sybase instance.

SYKN_TIMESTAMP

Date and time the statistic was sampled.

On a slice summary level, the date and time are GMT. On all other summary levels, the time is zeroed.

SYKN_PWHG_ID

Hour group ID.

SYKN_MINUTES_COUNT_SUM

The timeframe needed to calculated the row (in minutes).

SYKN_WTM_CONNECT_REQS_SUM

Total number of requests for a worker process.

SYKN_WTM_DENIED_REQS_SUM

Number of denied worker process requests.

SYKN_WTM_TERMINATIONS_SUM

Number of worker process requests terminated by the user.

SYKN_WTM_THREAD_REQS_SUM

Total number of worker processes used.

SYKN_WTM_HTM_SUM

Maximum number of worker processes used.

SYKN_WTM_MEMORY_ALLOC_REQS_SUM

Number of requests for memory allocation for worker processes.

SYKN_WTM_MEMORY_FAIL_REQS_SUM

Number of failed requests for memory allocation for worker processes.

SYKN_WTM_MEMORY_HWM_MAX

Total memory used by a worker process.

SYKN_PROCESSES_CREATED_SUM

Summary of opened connections.

SYKN_PROCESSES_CREATED_MAX

Number of maximum opened connections.

SYKN_TASK_YIELDS_CNTXSW_SUM

Number of context switches caused by voluntary yields.

SYKN_PRIORITY_CHANGED_HIGH_SUM

Number of times the priority changes to high priority.

SYKN_PRIORITY_CHANGED_LOW_SUM

Number of times the priority changes to low priority.

SYKN_PRIORITY_CHANGED_MED_SUM

Number of times the priority changes to medium priority.

SYKN_PRIORITY_HIGH_SLICES_SUM

Number of times a user task in high priority exceeded the time allotted for execution.

SYKN_PRIORITY_LOW_SLICES_SUM

Number of times a user task in low priority exceeded the time allotted for execution.

SYKN_PRIORITY_MED_SLICES_SUM

Number of times a user task with medium priority exceeded the time allotted for execution.

SYKN_GINEMASK_CALLS_SUM

Number of time a user changed the engine group binding of any user task.

SYKN_OUTSTANDING_AIOS_SUM

Maximum number of I/Os pending in the server.

SYKN_UDALLOC_SLEEPS_SUM

Number of I/Os delayed by reaching the limit of disk I/O structures.

SYKN_UDALLOC_CALLS_SUM

Number of times that ASE requested disk I/Os.

SYKN_KSALLOC_CALLS_SUM

Total number of packets received and sent.

SYKN_KSALLOC_SLEEPS_SUM

Total number of times the network I/O was delayed.

SYKN_NET_CHECK_BLOCKING_SUM

Number of times ASE performed blocking network checks.

SYKN_NET_CHECK_NONBLOCKING_SUM

Number of times ASE performed non-blocking network checks.

SYKN_RECEIVED_TIMESTAMP

Local date and time the row was loaded into the PMDB.

PW_SYDI_DISK_IO_T

Contains overtime counter values. Includes counters that are relevant to Disk I/O statistics.

Info
  • The _T table summarizes the data per timeslice.
  • The _D table summarizes the data per day.
  • The _W table summarizes the data per week.
  • The _M table summarizes the data per month.
Column NameColumn Description
SYDI_PWII_INSTANCE_ID

ID of the Sybase instance.

SYDI_TIMESTAMP

Date and time the statistic was sampled.

On a slice summary level, the date and time are GMT. On all other summary levels, the time is zeroed.

SYDI_PWHG_ID

Hour group ID.

SYDI_MINUTES_COUNT_SUM

The timeframe needed to calculated the row (in minutes).

SYDI_COUNTER_INSTANCE

The Instance of this counter.

SYDI_P_MISSES_SUM

Number of misses in the disk cache.

SYDI_P_HITS_SUM

Number of hits in the disk cache.

SYDI_TOTAL_READS_SUM

Number of pages read from the device.

SYDI_TOTAL_WRITES_SUM

Number of pages written to the device.

SYDI_APF_PHYSICAL_READS_SUM

Number of pages read from the device by an asynchronous prefetch.

SYDI_RECEIVED_TIMESTAMP

Local date and time the row was loaded into the PMDB.

PW_SYWI_WAIT_INFO

Contains wait event counters info.

Column NameColumn Description
SYWI_WAIT_GROUP

Normalized, wait group names.

SYWI_WAIT_TYPE

Wait type identifier.

SYWI_GROUP_FROM_VERSION

Group from - based on Sybase version.

SYWI_GROUP_TILL_VERSION

Group till - based on Sybase version.

SYWI_COUNTER_FROM_VERSION

Counter from - based on Sybase version.

SYWI_COUNTER_TILL_VERSION

Counter till - based on Sybase version.

SYWI_EXPLANATION

Counter explanation.

PW_SYWC_WAIT_COUNTERS_T

Contains wait counter data.

Column NameColumn Name
SYWC_PWII_INSTANCE_ID

ID of the Sybase instance.

SYWC_TIMESTAMP

Date and time the statistic was sampled.

On an hourly summary level, the date and time are GMT. On all other summary levels, the time is zeroed and SQAM_PWHG_ID should be used.

SYWC_PWHG_ID

Hour group ID.

SYWC_MINUTES_COUNT_SUM

The timeframe needed to calculated the row (in minutes).

SYWC_RECEIVED_TIMESTAMP

Local date and time the row was loaded into the PMDB.

SYWC_WAIT_TYPE

Wait type ID.

SYWC_WAITING_TASKS_COUNT_SUM

Wait event's counter.

SYWC_TOTAL_WAIT_TIME_SUM

Summarized wait event's total wait time.

PW_SYWG_WAIT_GROUPS_T

Contains wait counter data group by wait groups.

Column NameColumn Name
SYWG_PWII_INSTANCE_ID

ID of the Sybase instance.

SYWG_TIMESTAMP

Date and time the statistic was sampled.

On an hourly summary level, the date and time are GMT. On all other summary levels, the time is zeroed and SQAM_PWHG_ID should be used.

SYWG_PWHG_ID

Hour group ID.

SYWG_MINUTES_COUNT_SUM

The timeframe needed to calculated the row (in minutes).

SYWG_RECEIVED_TIMESTAMP

Local date and time the row was loaded into the PMDB.

SYWG_WAIT_GROUP

Wait group ID.

SYWG_WAITING_TASKS_COUNT_SUM

Wait event's counter.

SYWG_TOTAL_WAIT_TIME_SUM

Summarized wait event's total wait time.

PW_SYRA_REP_AGENT_STATS_T

Column NameColumn Name
SYRA_PWII_INSTANCE_ID

Adaptive Server Enterprise instance name.

SYRA_REP_SERVER_ID

Replication server name.

SYRA_DATABASE_ID

Database name.

SYRA_TIMESTAMP

Timestamp.

SYRA_PWHG_ID

Hour group ID.

SYRA_MINUTES_COUNT_SUM

The timeframe needed to calculated the row (in minutes).

SYRA_RECEIVED_TIMESTAMP

Received timestamp.

SYRA_SUM_IO_WAIT_SUM

Time that the RepAgent waited for the replication server to parse the LTL, normalize the LTL according to the replication definitions, pack the LTL into a binary format, and then send to the SQM.

SYRA_TRUNCPT_MOVED_SUM

Number of times the RepAgent asked the replication server for a new secondary truncation point and moved the secondary truncation point in the log.

SYRA_TRUNCPT_GOTTEN_SUM

Number of times the RepAgent asked the replication server for a new secondary truncation point and got it.

SYRA_PACKETS_SENT_SUM

Total number of packets sent.

SYRA_FULL_PACKETS_SENT_SUM

Number of packets that were sent full.

SYRA_LOG_RECORDS_SCANNED_SUM

Number of log records scanned.

SYRA_LOG_RECORDS_PROCESSED_SUM

Number of log records scanned, converted to LTL, and then sent to the replication server.

SYRA_XCMDTEXT_PROCESSED_SUM

Number of DML commands read from the log.

SYRA_XWRTEXT_PROCESSED_SUM

Number of writetext operations that are being replicated.

SYRA_XROWIMAGE_PROCESSED_SUM

Number of row images that are processed.

SYRA_ROWID

Row ID.

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