Monitoring
    • PDF

    Monitoring

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Available in Classic

    Monitoring supports three types of dashboards for you to check various monitoring information on MSSQL server performance and history. Monitoring is a service included in NAVER Cloud Platform's Cloud DB for MSSQL, so it can be used without additional charges. The types of dashboards provided by Monitoring are as follows:

    • DB dashboard: monitoring information related to MSSQL servers in operation
    • Performance: monitoring information related to performance of MSSQL servers in operation
    • DB logs: records occurrence time and content of all logs that occur from MSSQL servers in operation

    Through these three types of dashboard, you can check the average value of performance of the MSSQL server in the last year, as well as the log information for the last 28 days. Each dashboard is configured with various graphic charts. You can utilize these charts in your business by printing specific graphic charts or downloading them to your local PC as files using various extensions.

    Note

    You can set the user to be notified when monitoring results show that a certain indicator has exceeded its threshold or met specific conditions by having them recognized as events. For detailed usage methods for event and notification settings, see Event.

    Since the intuitive search and management for the MSSQL performance information is available without additional charges, if you wish to operate servers stably in an environment without a professional database manager, then we recommend utilizing the monitoring indicators provided through the dashboard.

    Monitoring page

    The basics of using monitoring are as follows:

    clouddbformssql-monitoring_main_vpc_ko

    AreaDescription
    ① Menu nameName of the menu currently being viewed
    ② Basic featuresCheck details for Cloud DB for MSSQL, refresh the Monitoring page.
    ③ DB service listThe list of DB services in operation and the list of MSSQL servers by service
    ④ DashboardDB dashboard, performance, and DB logs of the selected server from the MSSQL server list

    View monitoring dashboards

    The dashboards provided by monitoring consist of multiple graphic charts. You can display and intuitively check only the information you need from the dashboard of each server. The information shown in the dashboard is collected every minute to be displayed, but it shows only the average values. The following describes how to use dashboards:

    1. From the Classic environment of NAVER Cloud Platform console, click the Services > Database > Cloud DB for MSSQL menus, in that order.
    2. Click the Monitoring menu.
    3. Click the MSSQL server to be monitored from the list of DB services.
    4. Click the button for the dashboard you want to check from the page on the right.
    5. From the Period selection box, click and select the period you want to search, or enter it directly.
    6. Check the results from the dashboard.
      • If you want to see the precise indicator value of a specific point on the graphic chart: mouse-over to the specific point on the graphic chart
      • If you want to see the detailed graph: double-click on the graphic chart
      • Print graphic chart: click clouddbforredis_ico-03_vpc_en.png, and then click the Print chart menu.
      • Download a graphic chart to your local PC as a file: click clouddbforredis_ico-03_vpc_en.png, and then click the file extension menu for the file you want to download.
        • Download PNG image: image file with the .png extension
        • Download JPEG image: image file with the .jpeg extension
        • Download PDF document: document file with the .pdf extension
        • Download SVG vector image: vector image file with the .svg extension
    Caution

    The default value is Recent 1H in Step 5, while up to 1 year can be selected for dashboard and performance, and up to 28 days for DB logs.

    Note

    From the Services > Database > Cloud DB for MSSQL > DB server menu, click and select the server you want, and then click the [Monitoring] button to go directly to the page in Step 4.

    DB dashboard graphic charts

    The following are some descriptions for the graphic charts configured in DB dashboard:

    clouddbformssql-monitoring_dbDashboardCharts_vpc_ko

    Graphic chartUnitDescription
    CPU Usedprocessor time(%)A figure of percentage indicating the elapsed time that the processor spends executing non-idle threads
    Execute Queries Countbatch requests/secNumber of SQL batch requests received from the server
    CPU consumption and number of memory reads compared to the number of query executionsx: Sum(sum+d(delta)_execution_count): number of query requests during one minute
    y: Sum(sum_d(delta)_total_worker_time): CPU time consumed by the query during one minute (us)
    Bubble size: total_logical_reads: number of page reads (8 KB) during one minute
    Tuning is required for queries with high CPU consumption (y) or memory reads (bubble size) compared to the number of query executions (x).
    Click the bubble to see which query it represents in the bottom.

    Performance graphic charts

    In the existing page, click the [Set items] button, and select the graphic chart to be monitored.
    In the new page, select the desired graphic chart from the dropdown list.
    You can select up to 10 graphic charts.
    The following is the descriptions for the graphic charts in Performance:

    Graphic chartUnitDescription
    CPU usedprocessor time(%)A figure of percentage indicating the elapsed time that the processor spends executing non-idle threads
    CPU Queue lengthprocessor queue lengthNumber of threads in a processor queue
    disk read latencysecAverage time for data read from disk
    disk Queue lengthavg. disk queue lengthAverage number of read and write requests waiting on queue for the selected disk during the sample interval
    disk write mbytebytes/secThe speed at which bytes are sent to disk during a write task
    network inbytes/secThe speed at which bytes are received through each network adapter, including frame characters
    network packetpackets/secThe speed at which packets are sent and received in a network interface
    Free MemoryKBMemory capacity not in use by server
    Memory Grants Pendingmemory grants pendingNumber of current processes waiting to be granted workspace memory
    DB buffer loockuppage lookups/secNumber of requests to find a page in the buffer pool
    DB buffer writespage writes/secNumber of actual database page writes that are executed
    db lock waitmsTotal wait time for locks in the last second
    sql re-compilesql re-compilations/secThe number of re-compilations triggered per second
    availableMemoryMBThe actual memory capacity available immediately to be assigned to a process or used by the system
    CPU Privilegeprivileged time(%)A figure displayed in percentage of the time elapsed during a process thread which executed a command in privileged mode.
    (A metric with low effects in determining the DB performance, which is going to be excluded when the modules will be replaced with new monitoring modules)
    Context Switchescontext switches/secThe combined speed at which all the processors of a computer switches from one thread to another
    disk write latencysecAverage time for writing data on disk
    disk read mbytebytes/secThe speed at which bytes are sent from disk during a read task
    disk free megabytesMBThe space not assigned to a disk drive
    (A metric with low effects in determining the DB performance, which is going to be excluded when the modules will be replaced with new monitoring modules)
    network outbytes/secThe speed at which bytes are sent through each network adapter, including frame characters
    DB lazy writelazy writes/secNumber of buffers recorded by the buffer manager's lazy writer
    Page Life ExpectancysecTime a page will stay in the buffer pool without references
    execute queries countbatch requests/secNumber of SQL batch requests received from the server
    DB buffer readspage reads/secNumber of actual database page reads that are executed
    db latch waitmsTotal latch wait time for latch requests that need to be waiting in the last second
    sql compilesql compilations/secNumber of compilations run by SQL server per second
    connectionsconnection countNumber of users connected using SQL server

    DB logs graphic charts

    The following are the descriptions for the graphic charts configured in DB logs:

    clouddbformssql-monitoring_dbLogsCharts_vpc_ko

    FieldDescription
    Event occurrence timeTime when DB log occurred
    Log contentDB log content
    Note

    In DB logs, you can check the error log of the MSSQL server in operation.


    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.