CN106126400A - Factory aging monitoring method based on database - Google Patents
Factory aging monitoring method based on database Download PDFInfo
- Publication number
- CN106126400A CN106126400A CN201610585695.3A CN201610585695A CN106126400A CN 106126400 A CN106126400 A CN 106126400A CN 201610585695 A CN201610585695 A CN 201610585695A CN 106126400 A CN106126400 A CN 106126400A
- Authority
- CN
- China
- Prior art keywords
- test
- monitoring method
- web server
- monitoring
- aging
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/32—Monitoring with visual or acoustical indication of the functioning of the machine
- G06F11/324—Display of status information
- G06F11/328—Computer systems status display
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/30—Monitoring
- G06F11/32—Monitoring with visual or acoustical indication of the functioning of the machine
- G06F11/321—Display for diagnostics, e.g. diagnostic result display, self-test user interface
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Quality & Reliability (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- Human Computer Interaction (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
本发明提供一种基于数据库的工厂老化监控方法,属于老化测试的监控领域,本发明利用浏览器通过访问Web Server,实现计算机大规模生产过程中对老化测试监控,获得所有测试机台测试数据,也可以直接查看哪个机台测试失败,测试失败的原因和当时的测试记录等,非常方便,智能。
The invention provides a factory aging monitoring method based on a database, which belongs to the monitoring field of aging testing. The invention utilizes a browser to access a Web Server to realize aging testing monitoring in a large-scale computer production process and obtain test data of all testing machines. You can also directly check which machine failed the test, the reason for the test failure and the test records at that time, which is very convenient and intelligent.
Description
技术领域technical field
本发明涉及计算机大规模生产过程中老化测试的监控领域,尤其涉及一种基于数据库的工厂老化监控方法。The invention relates to the monitoring field of aging test in the large-scale computer production process, in particular to a database-based factory aging monitoring method.
背景技术Background technique
在当前计算机生产过程中,大都要进行老化测试。In the current computer production process, aging tests are mostly carried out.
在当前计算机大规模老化测试监控中,大都是购买一套昂贵的第三方监控系统。通过高带宽的网口联接上各测试机,然后用一台显示屏,把当前所有测试机台的屏幕显示集中在一个屏幕上显示出来,类似市场上通用的监控系统。这样不方便操作员查看失败原因,也不能打开测试记录等,仍然需要操作员去测试服务器上查看测试记录。当测试机台较多时,对监控系统的主机带宽要求较高,分屏显示会出现延迟卡屏现象,导致时间和人力的极大浪费。In the current large-scale computer aging test monitoring, most of them are to purchase an expensive third-party monitoring system. Connect each test machine through a high-bandwidth network port, and then use a display screen to display all the current screen displays of all test machines on one screen, similar to the general monitoring system on the market. This is inconvenient for the operator to check the cause of the failure, and cannot open the test record, etc. It still requires the operator to check the test record on the test server. When there are many test machines, the bandwidth requirements of the host computer of the monitoring system are high, and the split-screen display will cause delays and freezes, resulting in a great waste of time and manpower.
发明内容Contents of the invention
为了解决当前计算机老化测试监控系统昂贵、操作时界面卡顿、debug困难等问题,本发明提出了一种基于数据库的工厂老化监控方法,In order to solve the problems of the current computer aging testing and monitoring system, such as expensive, stuck interface during operation, and difficult to debug, the present invention proposes a database-based factory aging monitoring method.
本发明具体是利用浏览器通过访问Web Server,实现计算机大规模生产过程中对老化测试监控,获得所有测试机台测试数据,也可以直接查看哪个机台测试失败,测试失败的原因和当时的测试记录等,非常方便,智能。Specifically, the present invention uses a browser to access the Web Server to monitor the aging test in the large-scale computer production process, obtain all test machine test data, and directly check which machine test failed, the reason for the test failure, and the test at that time. Recording, etc., very convenient and smart.
具体如下:details as follows:
1)、安装带有Mysql数据库的服务器,并安装apache服务和php服务,搭建Web Server。1) Install a server with a Mysql database, and install apache service and php service to build a Web Server.
2)、用php编写监控程序,做成网页浏览模式。2) Write the monitoring program with php and make it into a web browsing mode.
3)、通过网络内任意一台电脑利用浏览器访问Web Server主页,可以实现对所有测试机测试状态的浏览和查看,并能进行测试机所有测试记录的检查和分析。3) Accessing the Web Server home page through any computer in the network with a browser can realize the browsing and viewing of the test status of all test machines, and can check and analyze all test records of the test machines.
本发明的有益效果是:The beneficial effects of the present invention are:
监控系统用一台带有数据库服务器和一台个人电脑构成,省去了昂贵的监控设备费用;The monitoring system is composed of a database server and a personal computer, which saves the cost of expensive monitoring equipment;
数据库服务器对网络要求低,适用性强;The database server has low requirements on the network and strong applicability;
在浏览器内输入Web Server IP,即可实现查看测试机的状态和每个测试机Fail的原因等各种功能,以后对于监控的其它需求也可以很方便的实现,扩展性强,使用灵活。Enter the Web Server IP in the browser to realize various functions such as viewing the status of the test machine and the reason for each test machine Fail. Other requirements for monitoring can also be easily realized in the future, with strong scalability and flexible use.
附图说明Description of drawings
图1是测试和使用流程示意图。Figure 1 is a schematic diagram of the test and use process.
具体实施方式detailed description
下面对本发明的内容进行更加详细的阐述:The content of the present invention is described in more detail below:
a)下载源码包,在带有Linux操作系统的服务器上安装apache服务并配置文件,如下所示。a) Download the source code package, install the apache service and configure the file on the server with the Linux operating system, as shown below.
b)下载Mysql RPM包并安装,配置相关文件,如下所示:b) Download the Mysql RPM package and install it, and configure related files, as follows:
c)下载php源码包,并用configure, make , makeinstall三个指令安装,编写php脚本,部分内容如下:c) Download the php source code package, install it with configure, make, makeinstall three commands, and write the php script, part of the content is as follows:
d)在普通电脑上通过浏览器访问Web Server。d) Access the Web Server through a browser on a common computer.
e)登录后可以打开Web Server主页,可以查看当前所有测试机台的订单号、PN、SKU、QN信息以及每个测试机台的测试员工号、当前测试项目、测试状态等。e) After logging in, you can open the Web Server home page, and you can view the order number, PN, SKU, and QN information of all current test machines, as well as the test employee number, current test items, and test status of each test machine.
通过上述的测试方法,可以简单方便快速的对老化工站进行监控,极大的节省了时间和人力成本;通过访问Web即可查看所有机台测试状态,自动化程度高;不用购买昂贵的监控设备,降低了公司成本,可应用性和扩展性强。Through the above-mentioned test method, the aging chemical station can be monitored simply, conveniently and quickly, which greatly saves time and labor costs; the test status of all machines can be viewed by accessing the Web, with a high degree of automation; no need to purchase expensive monitoring equipment , reduces the cost of the company, and has strong applicability and scalability.
Claims (4)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610585695.3A CN106126400A (en) | 2016-07-22 | 2016-07-22 | Factory aging monitoring method based on database |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201610585695.3A CN106126400A (en) | 2016-07-22 | 2016-07-22 | Factory aging monitoring method based on database |
Publications (1)
Publication Number | Publication Date |
---|---|
CN106126400A true CN106126400A (en) | 2016-11-16 |
Family
ID=57290380
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201610585695.3A Pending CN106126400A (en) | 2016-07-22 | 2016-07-22 | Factory aging monitoring method based on database |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN106126400A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109542703A (en) * | 2018-11-21 | 2019-03-29 | 郑州云海信息技术有限公司 | A kind of method of server factory degradation failure machine positioning |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6055493A (en) * | 1997-01-29 | 2000-04-25 | Infovista S.A. | Performance measurement and service quality monitoring system and process for an information system |
CN1369801A (en) * | 2001-02-14 | 2002-09-18 | 英业达股份有限公司 | Method for monitoring test system and browsing database |
CN102385548A (en) * | 2010-08-31 | 2012-03-21 | 鸿富锦精密工业(深圳)有限公司 | Thermal performance test system and method for electronic products |
-
2016
- 2016-07-22 CN CN201610585695.3A patent/CN106126400A/en active Pending
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6055493A (en) * | 1997-01-29 | 2000-04-25 | Infovista S.A. | Performance measurement and service quality monitoring system and process for an information system |
CN1369801A (en) * | 2001-02-14 | 2002-09-18 | 英业达股份有限公司 | Method for monitoring test system and browsing database |
CN102385548A (en) * | 2010-08-31 | 2012-03-21 | 鸿富锦精密工业(深圳)有限公司 | Thermal performance test system and method for electronic products |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109542703A (en) * | 2018-11-21 | 2019-03-29 | 郑州云海信息技术有限公司 | A kind of method of server factory degradation failure machine positioning |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN109302522B (en) | Test method, test device, computer system, and computer medium | |
US9569325B2 (en) | Method and system for automated test and result comparison | |
CN102244591A (en) | Client server and method for full process monitoring on function text of client server | |
CN103927255A (en) | Software testing method based on cloud testing system, cloud testing system and client side of cloud testing system | |
CN107450510B (en) | A Signal Analysis Method for Rapidly Locating CAN Signals Using Diagnostic Signals | |
CN104268076A (en) | Testing method suitable for automatically testing memory bandwidth of each processor platform | |
CN105243016A (en) | Method, apparatus and system for monitoring terminal device on test platform | |
CN112148618B (en) | Buried point testing method and buried point testing platform | |
CN114616452A (en) | Apparatus, computer-implemented method, and non-transitory computer-readable medium for generating and executing analytical instrument test plans | |
US20210111967A1 (en) | Graphical user interface for traffic capture and debugging tool | |
CN106408680A (en) | Spot checking management system based on APP technology | |
CN106771693A (en) | Aging Auto-Test System and method | |
CN115525490A (en) | Memory eye pattern testing method, hardware debugging equipment and storage medium | |
CN103678380A (en) | Test state presentation and anomaly indexing system and method | |
CN103425580A (en) | Method for automatically and rapidly obtaining and calibrating configuration information of cloud computing device | |
CN106445810B (en) | A kind of test method and system of interactive software and equipment compatibility | |
CN104239174A (en) | BMC (baseboard management controller) remote debugging system and method | |
KR20140102113A (en) | Commit sensitive tests | |
CN109933533B (en) | Visual data testing method, device and equipment and readable storage medium | |
CN107092549A (en) | A kind of automatic monitoring and the instrument and method for parsing memory failure | |
CN106126400A (en) | Factory aging monitoring method based on database | |
US20140282327A1 (en) | Cutter in diagnosis (cid) a method to improve the throughput of the yield ramp up process | |
CN102539948A (en) | A data cable quality testing system | |
CN107766193A (en) | A kind of IB cards performance automatic test method and system | |
CN105098984B (en) | A kind of investigation method of scheduling failure wave-recording communication exception |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20161116 |