zoukankan      html  css  js  c++  java
  • Neor Profile SQL is the solution for developers wanting to profile the MySQL queries. This software allows the tracking of all queries to MySQL server from your application or website.

    The profiler features

    Neor Profile SQL is the solution for developers wanting to profile the MySQL queries. This software allows the tracking of all queries to MySQL server from your application or website.

    Helpful use of the SQL profiler

    • It shows how your application uses the database
    • It optimizes the SQL queries
    • It reduces the number of queries to the database

    Main features

    • The total statistics of strings being received and sent by the database
    • Counting all the queries
    • Displaying the time spent per query
    • The slow queries detection
    • Displaying the detailed code of all the SQL queries
    • Showing the desired session in separated tab
    • Saving the sessions for further comparison of the results

    Screenshots v3.0

     Main window with statistics
     Catch query flow
     Tracked sessions
     Session details
     SQL editor
     Explain query
     Profile query

     Connections to a database
     Compare sessions
     Session query replays

    Comparison of the features with other profilers

    User-defined taskNeor Profile SQLMySQL command PROFILINGJet Profiler
    Show absolutely all the queries      
    Count the total number of queries to the database      
    Show the detailed code of each SQL query      
    Sort the queries by the processing rate      
    Sort the queries by the number of strings being received      
    Sort the queries by the amount of data being received and sent      
    Allocate the session to separated list of queries      
    Save the session with queries for further comparison      
    Show the load graph of all the database      
    Show the load graphs of each session      
    SQL editor      
    Find SQL query replays      
    Explain SQL query      
    Detailed profiling query      
    Export session to CSV/XML file      
    Filter queries in Session New!      
    Catch error sessions and queries New!      
    Advance DB monitoring New!      
  • 相关阅读:
    Android 开发技术周报 Issue#276
    手动添加 Git bash 到鼠标右键
    Sublime Text3 3143 注册码
    MySQL主从复制
    Python-MongoDB的驱动安装、升级
    MongoDB数据库的安装、配置和使用
    js循环生成多个easyui datagrid数据网格时,初始化表格
    屏蔽掉Google Chrome 浏览器 textarea 单词拼写检测
    Fiddler屏蔽某些url的抓取方法
    解决VMware下安装Ubuntu 16.04 不支持1920X1080分辨率的问题
  • 原文地址:https://www.cnblogs.com/chinasoft/p/14784802.html
Copyright © 2011-2022 走看看