Skip to main content

Count trend and comparison

The following guides you to the Counts Trend and Counts Trend Comparison menus that allow you to check and compare the database operation trends.

Counts Trend

Home > Select Project > Analysis > Counts Trend

You can check the operation trend of the key metrics of the database over time and trace the performance. You can check the current active session data and distinguish the long-running sessions.

카운트 추이

Home > Select Project > Analysis > Counts Trend Comparison

Counts Trend

You can compare the count trends for different dates.

  1. Select the desired instances from the Instance area. You can also select different instances.

  2. Set values for Reference Date and Comparison Date.

  3. Select Search icon.

Using the chart and active session area

Select Layout icon on the screen. In the Layout setting window, set it to 1 x 3 and then select Save. Time must be set to Last 24 hours. You can see the database key metrics in detail for the day, as follows:

Counts Trend

  • In number1 Time, set a desired time interval.

    • Click the green icon to select a search time.
    • With the lookup period selected, select Left arrow icon or Right arrow icon. Then you can change the lookup time at the set time intervals.
    • If you select the date and time, you can set the desired time in detail. After configuration, select Confirm.
  • number2 Instance: You can select an instance that is connected with the project.

  • If you click a specific time point of the metrics chart, the (number3) area appears with red lines and the collected active sessions can be also displayed.

  • To change the metrics in the chart, select Configuration icon on the upper right.

  • The active session data is collected every 5 seconds. You can search the data by selecting the number4 5-second cells at the bottom of the screen.

  • To move the time by 1 minute, select number5 Previous time icon or Next time icon.

  • number5 Column icon: The column header entries in the table can be displayed or hidden.

  • number5 Filter icon: You can filter the list based on the column header entries in the table. After selecting the button, you can set the conditions in each header column such as Includes, Excludes, Equal, and Unequal.

  • number5 Download icon: You can download the content of the table as a CSV file.

Column information guide

For more information about columns, see the link.

ItemDescription
applicationName of the application that created the session.
blocking_session_idID of the session that is blocking the current session.
clientName or IP address of the client that created the session.
commandSQL command on which the session is running. (SELECT, INSERT, UPDATE, DELETE)
completion_timeTime when the SQL operation is expected to finish.
cpu(%)The rate of the CPU used by the session.
cpu_timeAmount of CPU time (milliseconds) used in the session.
cpu_time(sigma)Total CPU time used in all sessions.
dbName of the database to which the session is connected.
elapsed_timeElapsed time (milliseconds) since the session started.
granted_query_memoryAmount of memory (pages) allocated for query execution.
hostName of the client host that created the session.
isolationTransaction isolation level of the current session.
last_request_start_timeTime when the last request in the session started.
last_wait_typeLast type that the session waited for.
login_timeTime when the session logged into SQL Server.
logical_readsNumber of logical reads that occurred in the session.
logical_reads(sigma)Total number of logical reads that occurred across all sessions.
memory_usageAmount of memory the session uses.
objectName of the database object referenced by the running SQL statement.
objectidID of the object running in the session.
percent_completeCompletion rate of the executing command.
plan_handleHandle that identifies the SQL plan.
readsNumber of physical reads that occurred in the session.
reads(sigma)Total number of physical reads that occurred across all sessions.
row_countNumber of rows processed in the session.
sql_hashHash value of the SQL statement running in the session.
sql_paramParameter value of the SQL statement running in the session.
sql_textEntire text of the SQL statement running in the session.
statusCurrent state of the session. e.g. running, suspended, etc.
wait_resourceResource the session is waiting on.
wait_timeTime (milliseconds) that the session has been waiting.
wait_typeType of wait the session is waiting on.
writesNumber of physical writes that occurred in the session.
writes(sigma)Total number of physical writes that occurred across all sessions.
Note

WhaTap basically stores the client-related information.