PANTHEON™ manual

 Categories
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]Guides for PANTHEON
  [Collapse]Guide for PANTHEON
   [Collapse]Settings
    [Expand]Subjects
    [Expand]Items
    [Expand]POS
    [Expand]Manufacturing
    [Expand]Personnel
     Calendar
    [Expand]Financials
    [Expand]Customs
    [Collapse]Program
     [Expand]Document Types
     [Expand]Reports in PANTHEON
      Document Texts
      Delivery Methods
     [Expand]Loyalty Cards
     [Collapse]Administration Panel
      [Expand]Right click on Administration panel tree
      [Expand]Settings
      [Expand]Security
       Menu
      [Expand]Users and Groups
      [Expand]Versions/Upgrades
      [Collapse]Database
       [Expand]Company Settings
       [Expand]Backup
        Statistics
       [Collapse]Performance
         Top N=20 Queries - I/0
         Top N=20 Queries - CPU
         Cache
        [Expand]Edit Indices
         Data Errors
         Locked Records
         Form Opening Measurements
         Ping/Trace
        Referential Integrity Check
       [Expand]Import/Export Data
       [Expand]Document Links and Transfers
        System Log
       [Expand]Changelog Settings
        Report Log
        Event Log
        Document archiving
       [Expand]Workflow Log
      [Expand]ZEUS
      [Expand]OTOS
     [Expand]Dashboard Components
      Dashboard Reports
      Ad-hoc analysis
     [Expand]ARES
      SQL urejevalnik
    [Expand]Documentation
    [Expand]Change User
   [Expand]Orders
   [Expand]Goods
   [Expand]Manufacturing
   [Expand]POS
   [Expand]Service
   [Expand]Financials
   [Expand]Personnel
   [Expand]Analytics
   [Expand]Desktop
   [Expand]Help
   [Expand]Messages and Warnings
   [Expand]Additional programs
   [Expand]Old products
  [Expand]Guide for PANTHEON Retail
  [Expand]Guide for PANTHEON Vet
  [Expand]Guide for PANTHEON Farming
 [Expand]User Manuals for PANTHEON
[Expand]PANTHEON Web
[Expand]PANTHEON Granules
[Expand]User Site

Load Time: 1062.4907 ms
print   |
Label

Top N=20 Queries - CPU

010380.gif010379.gif010381.gif010411.gif010382.gif010383.gif

Panel Top N=20 Queries - CPU allows more advanced users to see which 20 processes are wasteful for processes that burden the processor.

The functionality is accessed on panel Performance in Administration panel.

The following is a description of the functionality of the form.

Table of contents

  1. Top N=20 Queries - CPU table
  2. Querie panel

1. Top N=20 Queries - CPU table

 

Refresh Update the table with data for Top N=20 Queries - CPU.
Reset Clear the table with data for Top N=20 Queries - CPU.
sql_handle Is a token that uniquely identifies the batch or stored procedure that the query is part of.

sql_handle, together with statement_start_offset and statement_end_offset, can be used to retrieve the SQL text of the query by calling the sys.dm_exec_sql_text dynamic management function.
execution_count Number of times that the plan has been executed since it was last compiled.
Total_CPU Total amount of CPU time, reported in microseconds (but only accurate to milliseconds), that was consumed by executions of this plan since it was compiled.

For natively compiled stored procedures, total_worker_time may not be accurate if many executions take less than 1 millisecond.
total_CPU_inSeconds Converted from microseconds in seconds (total_CPU/1000000).
average_CPU_inSeconds Converted from microseconds in seconds (total_CPU/1000000) / qs.execution_count).
total_elapsed_time Total elapsed time, reported in microseconds (but only accurate to milliseconds), for completed executions of this plan.
total_elapsed_time_inSeconds Total elapsed time, reported in seconds, for completed executions of this plan.

 

2. Querie panel

Displays the Queriees that was used.

HINT

The query on which we clicked in the table above is displayed.

 

  



Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!