zoukankan      html  css  js  c++  java
  • 应用软件常用性能数据描述

    应用软件常用性能数据描述

    1. Number of Concurrent Users (NCU)

    并发用户数 – 在指定时刻,系统观察到的并发用户连接数。

    2. Request Per Second (RPS)

    每秒处理请求数 – 指示服务器平均每秒钟能处理的用户事务请求数量。

    3. Response Time

    响应时间 – 指从客户发出一个事务请求到收到处理结果的最后一个字节的时间长度。

    4. Time to First Byte (TTFB)

    客户端收到响应的第一个字节的平均毫秒数。

    5. Time to Last Byte (TTLB)

    客户端收到响应的最后一个字节的平均毫秒数。

    6. Think Time

    思考时间 – 用户在发送下一个请求前花在浏览页面上的时间。

    7. Hits per Second

    每秒点击次数

    8. Throughput

    吞吐量 – 以kilobyte为单位,客户每秒接收的数据总量。

    9. Pages per Second

    每秒下载页数 – 每秒内从Web服务器上下载到客户端的Web页面数量。

    10. User-define Data Point (supported by LoadRunner)

    用户自定义性能指标 – 由LoadRunner支持的自定义性能指标,比如: Transaction Response Time, Transaction Per Second Passed, Failed。

    11. %Processor Time:CPU平均利用率

    12. %User Time:用户态CPU平均利用率

    13. % Privileged Time:核心态CPU平均利用率

    14. Processor Queue Length:处理器队列中的线程数

    15. Context Switches per Second:每秒线程切换次数

    16. Interrupts/Sec:每秒中断数

    17. Page Faults / sec:每秒内存换页数

    18. Memory, Available Bytes:平均剩余的可用内存

    19. Private Bytes:进程分配内存数

    20. Process, Handle Count:进程使用系统句柄数

    21. Memory, Pool Paged Bytes:可交换到硬盘的系统物理内存byte数。

    22. Memory, Pool Non-paged Bytes:不可交换到硬盘的系统物理内存byte数。

    23. Network Interface, bytes total/sec:网络带宽利用率

    24. Network Interface, Output Queue Length:网络适配器输出队列长度

    25. Physical Disk, %Disk Time:物理磁盘利用率

    26. Physical Disk, Avg Disk Queue Length:物理磁盘平均磁盘I/O队列长度

    27. Physical Disk, Current Disk Queue Length:物理磁盘当前磁盘I/O队列长度

    28. Physical Disk, Disk Read/Sec, Disk Write/Sec:物理磁盘每秒读/写操作次数

    29. COM+ Authenticate (by LoadRunner):COM+ 调用级别验证成功频率

    30. COM+ Authenticate Failed (by LoadRunner):COM+ 调用级别验证失败的频率

    31. COM+ Activation (by LoadRunner):COM+ 应用激活频率

    32. COM+ Failed (by LoadRunner):COM+ 应用关闭频率

    33. COM+ Thread Start (by LoadRunner):STA的线程启动的比率

    34. COM+ Thread Terminate (by LoadRunner):STA的线程中止的比率

    35. Transaction Duration (by LoadRunner):COM+事务的平均周期

    36. Transaction Start (by LoadRunner):COM+事务启动比率

    37. Transaction Prepared (by LoadRunner):COM+事务进入准备阶段的比率

    38. Transaction Aborted (by LoadRunner):COM+事务回滚的比率

    39. Transaction Commited (by LoadRunner):COM+事务提交的比率

    40. Object LifeTime(by LoadRunner):COM+组件平均生命期

    41. Object Create (by LoadRunner):创建COM+组件实例的比率

    42. Object Destroy (by LoadRunner):释放COM+组件实例的比率

    43. Object Activate (by LoadRunner):COM+ JIT-actived对象激活的比率

    44. Object Deactivate (by LoadRunner):COM+ JIT-actived对象失活的比率

    45. Disable Commit (by LoadRunner):COM+对象处于DisableCommit状态的比率

    46. Enable Commit (by LoadRunner):COM+对象处于Enable状态的比率

    47. Set Complete (by LoadRunner):COM+对象处于SetComplete状态的比率

    48. Set Abort (by LoadRunner)COM+对象处于SetAbort状态的比率

    49. COM+ Method Duration (by LoadRunner):COM+方法调用平均持续时间

    50. COM+ Method Frequency (by LoadRunner):COM+方法调用频率

    51. COM+ Method Failed (by LoadRunner):COM+方法失败的频率

    52. COM+ Method Exception (by LoadRunner):COM+方法抛出异常的频率

    53. Active Server Page, Request per Second:ASP每秒执行请求数

    54. Active Server Page, Request Queue:ASP请求队列长度

    55. Active Server Page, Requests Execute Time:ASP平均请求执行时间

    56. Active Server Page, Requests Wait Time:ASP平均请求等待时间

    57. Active Server Page, Session Current:当前活动Session计数

    58. .NET CLR Data, SqlClient, Current # Pooled Connection:当前被连接池缓存的数据库连接

    59. .NET CLR Data, SqlClient, Current # Pooled and Non-pooled Connection

    当前所有的数据库连接,缓存和未缓存的

    60. .NET CLR Memory, Gen 0、1、2 heap size:.NET中0、1、2代虚拟堆的大小

    61. .NET CLR Memory, # bytes in all Heaps:.NET中托管内存的总数

    62. ASP.NET, Application Restarts:ASP.NET中应用重新启动的次数

    63. ASP.NET, Work Process Restarts:ASP.NET中工作进程重新启动的次数

    64. ASP.NET, Request Execution Time:ASP.NET平均请求执行时间毫秒数

    65. ASP.NET, Request Wait Time:ASP.NET平均请求等待时间毫秒数

    66. ASP.NET, Requests Queued:ASP.NET平均请求队列长度

    67. ASP.NET Application, Requests/Sec:ASP.NET某特定应用每秒钟处理的请求数

    68. ASP.NET Application, Requests Executing:ASP.NET某特定应用正在执行的请求数

    69. ASP.NET Application Sessions Active:ASP.NET某特定应用中活动的Session数

    70. Web Service, Get Requests per Second:HTTP的GET方法每秒请求数

    71. Web Service, Post Requests per Second:HTTP的POST方法每秒请求数

    72. Distributed Transaction Coordinator, Transactions/Sec

    每秒的分布式事务数

    73. Distributed Transaction Coordinator, Committed Transactions

    提交的分布式事务总数

    74. Distributed Transaction Coordinator, Aborted Transactions

    回滚的分布式事务总数

    75. Distributed Transaction Coordinator, Active Transactions

    当前活动的分布式事务数

    76. Distributed Transaction Coordinator, Response Time – Average

    分布式事务从开始到提交的平均时间间隔

    77. SQL Server, Cache Manager, Cache Hit Ratio:SQL Server的缓存区命中率

    78. SQL Server, Cache Manager, Cache Used Counts per Second

    SQL Server每秒内使用的缓存对象数

    79. SQL Server, Locks, Exclusive/Shared & Users blocked

    SQL Server 每秒内用户由于表级锁被阻塞数

    80. SQL Server, % Procedure Cache Used & % Procedure Cache Active

    SQL Server存储过程缓存使用率

    81. SQL Server, Transaction/Sec:SQL Server每秒的事务数

    82. SQL Server, General statistics, User Connections

    SQL Server 当前用户连接数

    83. SQL Profiler, Audit Login/Logout

    SQL Profiler中跟踪用户登入/登出数

    84. SQL Profiler, Stored Procedure, RPC Completed

    SQL Profiler中跟踪存储过程的调用

    85. SQL Profiler, TSQL, Batch Completed:SQL Profiler中跟踪TSQL语句的调用

    86. SQL Profiler, SQL Transaction:SQL Profiler 中跟踪事务的提交。

  • 相关阅读:
    Class.forName和ClassLoader.loadClass的区别
    数据库连接池优化配置(druid,dbcp,c3p0)
    MySQL在默认事务下各SQL语句使用的锁分析
    ArrayList vs LinkedList 空间占用
    MySQL锁详解
    利用ConcurrentHashMap来实现一个ConcurrentHashSet
    list与Set、Map区别及适用场景
    实现一个原子的正整数类:AtomicPositiveInteger
    mysql如何处理亿级数据,第一个阶段——优化SQL语句
    java性能优化
  • 原文地址:https://www.cnblogs.com/si812cn/p/1390080.html
Copyright © 2011-2022 走看看