CN103870374A - 一种分析在Linux系统测试环境服务器性能瓶颈的方法 - Google Patents

一种分析在Linux系统测试环境服务器性能瓶颈的方法 Download PDF

Info

Publication number
CN103870374A
CN103870374A CN201410116985.4A CN201410116985A CN103870374A CN 103870374 A CN103870374 A CN 103870374A CN 201410116985 A CN201410116985 A CN 201410116985A CN 103870374 A CN103870374 A CN 103870374A
Authority
CN
China
Prior art keywords
server
test
performance
bottleneck
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201410116985.4A
Other languages
English (en)
Inventor
程建军
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Inspur Electronic Information Industry Co Ltd
Original Assignee
Inspur Electronic Information Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Inspur Electronic Information Industry Co Ltd filed Critical Inspur Electronic Information Industry Co Ltd
Priority to CN201410116985.4A priority Critical patent/CN103870374A/zh
Publication of CN103870374A publication Critical patent/CN103870374A/zh
Pending legal-status Critical Current

Links

Images

Landscapes

  • Debugging And Monitoring (AREA)

Abstract

本发明提供一种分析在Linux测试环境服务器性能瓶颈的方法。该方法首先将服务器的各个功能模块作为监测对象,分别设置一个或者几个不同方向的监测工具,收集在测试过程中的性能数据,然后将数据制成过程曲线,通过分析这些过程曲线是否超过了服务器功能模块的标准值来找到测试服务器系统的瓶颈点,并且根据曲线变化情况,来优化测试的过程设置。

Description

一种分析在Linux系统测试环境服务器性能瓶颈的方法
技术领域   
    本发明涉及计算机性能检测技术,具体地说是一种分析在Linux系统测试环境服务器性能瓶颈的方法。
背景技术
 在实际测试系统中,linux系统越来越多的出现在各种测试环境中,如何分析服务器在各种测试环境中的瓶颈成为了很多测试人员的重要责任。目前的情况是,大量的测试人员只针对服务器某一功能项或者很少的功能项进行监控,并未全面的,系统性的监测整个系统的资源利用情况,使得测试过程中的瓶颈分析不够全面或者无法发现瓶颈点。
发明内容
本发明提供一种分析在Linux测试环境服务器性能瓶颈的方法,具体的说就是利用数据收集工具,在被测服务器运行测试阶段,监测涉及到的各个功能模块的资源利用情况,分析测试过程中功能模块的性能表现,找到木桶效应的短板,进而通过解决这块短板来提升整个系统的性能。
本发明解决其技术问题所采用的技术方案是:
一种分析在Linux系统测试环境服务器性能瓶颈的方法,通过linux自带的常用数据收集工具,收集linux服务器系统各个功能模块在测试过程中的资源利用情况,分析测试过程中这些功能模块的的性能表现,判断整个系统或者整个测试周期内瓶颈的目的。
 进一步的,在测试开始之前,将服务器的各个功能模块作为监测对象,收集测试过程中的性能数据,将收集到的数据重定向到服务器器本地或者远端,待测试结束后,将以上收集到的数据通过整理并合理的制成一个过程曲线,在一张曲线图中全局的,系统的通过分析这些过程曲线,并将服务器系统的各个功能模块的性能标准值加入到曲线中,依照曲线判断数据是否超过了服务器功能模块的标准值来找到测试服务器系统的瓶颈点(考虑部分误差),并且根据曲线变化情况,来优化测试的过程设置。
    设计模型,该模型通过比较数据之间的关系,分析在测试过程中的性能表现,进而判断出测试中的瓶颈点,进而提供解决瓶颈的方法及测试优化建议。
 本发明的有益效果是:
 (1)全面的,系统的分析整个测试环境的资源利用情况(2)适应性好,适应于绝大多数linux版本和大部分测试内容(3)可以帮助优化测试过程(4)无需投入额外的软硬件资源。
附图说明
附图1是本发明的设计模型图。
具体实施方式
    在测试开始之前,将服务器的各个功能模块作为监测对象,收集测试过程中的性能数据,将收集到的数据重定向到服务器器本地或者远端,待测试结束后,将以上收集到的数据通过整理并合理的制成一个过程曲线,在一张曲线图中全局的,系统的通过分析这些过程曲线,并将服务器系统的各个功能模块的性能标准值加入到曲线中,依照曲线判断数据是否超过了服务器功能模块的标准值来找到测试服务器系统的瓶颈点(考虑部分误差),并且根据曲线变化情况,来优化测试的过程设置。
设计模型
该模型通过比较数据之间的关系,分析在测试过程中的性能表现,进而判断
出测试中的瓶颈点,进而提供解决瓶颈的方法及测试优化建议。
整个方法无需额外的软硬件设备,通过linux系统自身自带的部分性能监测工具,整合后监测到测试过程中的性能表现,对测试本身无影响,不影响性能及测试稳定性。

Claims (3)

1.一种分析在Linux系统测试环境服务器性能瓶颈的方法,其特征在于通过linux自带的常用数据收集工具,收集linux服务器系统各个功能模块在测试过程中的资源利用情况,分析测试过程中这些功能模块的的性能表现,判断整个系统或者整个测试周期内瓶颈的目的。
2.根据权利要求1所述的方法,其特征在于在测试开始之前,将服务器的各个功能模块作为监测对象,收集测试过程中的性能数据,将收集到的数据重定向到服务器器本地或者远端,待测试结束后,将以上收集到的数据通过整理并合理的制成一个过程曲线,在一张曲线图中全局的,系统的通过分析这些过程曲线,并将服务器系统的各个功能模块的性能标准值加入到曲线中,依照曲线判断数据是否超过了服务器功能模块的标准值来找到测试服务器系统的瓶颈点(考虑部分误差),并且根据曲线变化情况,来优化测试的过程设置。
3.根据权利要求2所述的方法,其特征在于设计模型,该模型通过比较数据之间的关系,分析在测试过程中的性能表现,进而判断出测试中的瓶颈点,进而提供解决瓶颈的方法及测试优化建议。
CN201410116985.4A 2014-03-27 2014-03-27 一种分析在Linux系统测试环境服务器性能瓶颈的方法 Pending CN103870374A (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410116985.4A CN103870374A (zh) 2014-03-27 2014-03-27 一种分析在Linux系统测试环境服务器性能瓶颈的方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410116985.4A CN103870374A (zh) 2014-03-27 2014-03-27 一种分析在Linux系统测试环境服务器性能瓶颈的方法

Publications (1)

Publication Number Publication Date
CN103870374A true CN103870374A (zh) 2014-06-18

Family

ID=50908932

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410116985.4A Pending CN103870374A (zh) 2014-03-27 2014-03-27 一种分析在Linux系统测试环境服务器性能瓶颈的方法

Country Status (1)

Country Link
CN (1) CN103870374A (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106713069A (zh) * 2016-12-16 2017-05-24 四川长虹电器股份有限公司 系统资源监控与瓶颈识别方法
WO2017216688A1 (en) * 2016-06-15 2017-12-21 International Business Machines Corporation Detecting and predicting bottlenecks in complex systems

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6393588B1 (en) * 1998-11-16 2002-05-21 Windbond Electronics Corp. Testing of USB hub
CN101533366A (zh) * 2009-03-09 2009-09-16 浪潮电子信息产业股份有限公司 一种服务器性能数据采集与分析的方法
CN101833493A (zh) * 2010-03-24 2010-09-15 浪潮电子信息产业股份有限公司 一种基于linux系统下服务器稳定性可靠性的测试方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6393588B1 (en) * 1998-11-16 2002-05-21 Windbond Electronics Corp. Testing of USB hub
CN101533366A (zh) * 2009-03-09 2009-09-16 浪潮电子信息产业股份有限公司 一种服务器性能数据采集与分析的方法
CN101833493A (zh) * 2010-03-24 2010-09-15 浪潮电子信息产业股份有限公司 一种基于linux系统下服务器稳定性可靠性的测试方法

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2017216688A1 (en) * 2016-06-15 2017-12-21 International Business Machines Corporation Detecting and predicting bottlenecks in complex systems
GB2567570A (en) * 2016-06-15 2019-04-17 Ibm Detecting and predicting bottlenecks in complex systems
US11093836B2 (en) 2016-06-15 2021-08-17 International Business Machines Corporation Detecting and predicting bottlenecks in complex systems
GB2567570B (en) * 2016-06-15 2021-09-01 Ibm Detecting and predicting bottlenecks in complex systems
CN106713069A (zh) * 2016-12-16 2017-05-24 四川长虹电器股份有限公司 系统资源监控与瓶颈识别方法

Similar Documents

Publication Publication Date Title
US9183123B2 (en) Performance tests in a continuous deployment pipeline
MY166283A (en) Automated system for sample preparation and analysis
CN104297504A (zh) 一种自动化气相色谱控制系统
WO2008109645A3 (en) Automated oil well test classification
CN104375914A (zh) 一种服务器内部压力变化自动测试方法
EP2797034A3 (en) Event analyzer and computer-readable storage medium
CN103218451A (zh) 一种航天器测试数据自动判读方法
GB2497018A (en) A method and system to automatically testing a web application
CN105117341A (zh) 一种基于动态符号执行的分布式自动测试案例生成方法
WO2014150306A8 (en) System and method for coordinating field user testing results for a mobile application across various mobile devices
WO2008084601A1 (ja) 分析装置
CN103150250B (zh) 应用程序性能检测系统和应用程序性能检测方法
CN103778050B (zh) 一种数据库服务器高可用性能检测系统
EP2784515A3 (en) Sample analysis method, sample analysis system, and recovery method
CN106844901B (zh) 一种基于多因素融合修正的结构件剩余强度评估方法
US20170270424A1 (en) Method of Estimating Program Speed-Up in Highly Parallel Architectures Using Static Analysis
CN103870374A (zh) 一种分析在Linux系统测试环境服务器性能瓶颈的方法
CN106933572B (zh) 一种基于llvm中间表示程序切片的度量模型
CN105550088A (zh) 自动化测试方法及自动化测试系统
CN104123397A (zh) Web页面的自动化测试装置及方法
KR101472584B1 (ko) 분석 지시 정보를 로그에 삽입하여 테스트 결과를 분석하는 can 통신 자동 테스트 방법
CN103743878A (zh) 水质监测数据处理方法及装置
IN2014DN08430A (zh)
KR102418892B1 (ko) 신뢰구간에 기반한 에너지 절감 방법 및 이를 이용한 장치
CN106845050A (zh) 滚动轴承可靠性评估方案

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20140618