KR102639786B1 - System and method for non-disruptive transmitting log using message queue - Google Patents

System and method for non-disruptive transmitting log using message queue Download PDF

Info

Publication number
KR102639786B1
KR102639786B1 KR1020210161306A KR20210161306A KR102639786B1 KR 102639786 B1 KR102639786 B1 KR 102639786B1 KR 1020210161306 A KR1020210161306 A KR 1020210161306A KR 20210161306 A KR20210161306 A KR 20210161306A KR 102639786 B1 KR102639786 B1 KR 102639786B1
Authority
KR
South Korea
Prior art keywords
server
log
failure
logs
reference value
Prior art date
Application number
KR1020210161306A
Other languages
Korean (ko)
Other versions
KR20230075076A (en
Inventor
김동은
박인상
이장현
류승환
Original Assignee
주식회사 이글루코퍼레이션
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 주식회사 이글루코퍼레이션 filed Critical 주식회사 이글루코퍼레이션
Priority to KR1020210161306A priority Critical patent/KR102639786B1/en
Publication of KR20230075076A publication Critical patent/KR20230075076A/en
Priority to KR1020240023716A priority patent/KR20240025586A/en
Application granted granted Critical
Publication of KR102639786B1 publication Critical patent/KR102639786B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0706Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment
    • G06F11/0709Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation the processing taking place on a specific hardware platform or in a specific software environment in a distributed system consisting of a plurality of standalone computer nodes, e.g. clusters, client-server systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0766Error or fault reporting or storing
    • G06F11/0778Dumping, i.e. gathering error/state information after a fault for later diagnosis
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0766Error or fault reporting or storing
    • G06F11/0787Storage of error reports, e.g. persistent data storage, storage using memory protection
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/3003Monitoring arrangements specially adapted to the computing system or computing system component being monitored
    • G06F11/3006Monitoring arrangements specially adapted to the computing system or computing system component being monitored where the computing system is distributed, e.g. networked systems, clusters, multiprocessor systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • G06F11/34Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment
    • G06F11/3404Recording or statistical evaluation of computer activity, e.g. of down time, of input/output operation ; Recording or statistical evaluation of user activity, e.g. usability assessment for parallel or distributed programming
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/069Management of faults, events, alarms or notifications using logs of notifications; Post-processing of notifications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/06Management of faults, events, alarms or notifications
    • H04L41/0695Management of faults, events, alarms or notifications the faulty arrangement being the maintenance, administration or management system

Abstract

메시지큐를 이용한 무중단 로그 전송 시스템 및 방법이 제공된다. 상기 시스템은, 로그 생성 프로세스에 의해 로깅된 로그를 네트워크 장애 여부에 따라 상이한 방식으로 발행하는 제1 서버 및 상기 제1 서버로부터 수신된 상기 로그에 기 설정된 순서대로 오프셋(offset)을 부여하여 저장하고, 상기 오프셋에 기초하여 상기 로그를 적어도 하나의 분석 시스템에 분산하는 제2 서버를 포함한다.A non-stop log transmission system and method using a message queue is provided. The system includes a first server that issues logs logged by the log generation process in different ways depending on whether there is a network failure, and an offset in a preset order for storing the logs received from the first server. , and a second server that distributes the log to at least one analysis system based on the offset.

Description

메시지큐를 이용한 무중단 로그 전송 시스템 및 방법{SYSTEM AND METHOD FOR NON-DISRUPTIVE TRANSMITTING LOG USING MESSAGE QUEUE}Non-stop log transmission system and method using message queue {SYSTEM AND METHOD FOR NON-DISRUPTIVE TRANSMITTING LOG USING MESSAGE QUEUE}

본 발명은 메시지큐를 이용한 무중단 로그 전송 시스템 및 방법에 관한 것이다. The present invention relates to a system and method for uninterrupted log transmission using a message queue.

로그(log)란 컴퓨터의 처리 내용이나 이용 상황을 시간의 흐름에 따라 기록한 것으로, 사고가 발생했을 때 데이터의 복원이나 사고 원인의 규명 등에 도움이 되고, 네트워크의 부정 이용이나 데이터 파괴의 방지, 이용 요금의 산정의 기본 등에 쓰인다.A log is a record of computer processing or usage status over time. When an accident occurs, it is helpful in restoring data or identifying the cause of the accident, and prevents and utilizes illegal use of the network or data destruction. It is used as the basis for calculating fees.

이렇게 시간의 흐름에 따라 전송되는 로그 데이터는 서로 연관성을 가질 수 있는데, 만약 네트워크 장애로 인해 로그 전송이 중단되는 경우, 이후 장애가 복구되어 로그 전송이 재시작된다고 해도 기 저장된 로그 데이터와 새로 전송되는 로그 데이터와의 연결 관계가 끊어졌기 때문에, 두 데이터 간 연관성을 명확히 파악할 수가 없고, 이후 로그 데이터 분석 시에 정확한 결과를 도출할 수 없다는 문제가 있다.In this way, log data transmitted over time may be related to each other. If log transmission is interrupted due to a network failure, even if the failure is recovered and log transmission is restarted, the previously stored log data and the newly transmitted log data Because the connection with is broken, the relationship between the two data cannot be clearly identified, and there is a problem that accurate results cannot be derived when analyzing log data later.

따라서, 네트워크 장애가 발생해도 중단 없이 로그 데이터를 전송할 수 있는 방법이 필요하다.Therefore, a method is needed to transmit log data without interruption even when a network failure occurs.

공개특허공보 제10-2013-0107276호, 2013.10.01.Public Patent Publication No. 10-2013-0107276, 2013.10.01.

본 발명이 해결하고자 하는 과제는 메시지큐를 이용한 무중단 로그 전송 시스템 및 방법을 제공하는 것이다.The problem to be solved by the present invention is to provide a system and method for uninterrupted log transmission using a message queue.

다만, 본 발명이 해결하고자 하는 과제는 상기된 바와 같은 과제로 한정되지 않으며, 또 다른 과제들이 존재할 수 있다.However, the problem to be solved by the present invention is not limited to the problems described above, and other problems may exist.

상술한 과제를 해결하기 위한 본 발명의 일 면에 따른 메시지큐를 이용한 무중단 로그 전송 시스템은, 로그 생성 프로세스에 의해 로깅된 로그를 네트워크 장애 여부에 따라 상이한 방식으로 발행하는 제1 서버 및 상기 제1 서버로부터 수신된 상기 로그에 기 설정된 순서대로 오프셋(offset)을 부여하여 저장하고, 상기 오프셋에 기초하여 상기 로그를 적어도 하나의 분석 시스템에 분산하는 제2 서버를 포함하고, 상기 제1 서버는, 상기 네트워크에 장애가 발생하지 않은 경우, 상기 로그를 단일 데이터 형태로 발행하여 상기 제2 서버로 전송하고, 상기 네트워크에 장애가 발생한 경우, 상기 장애가 지속된 시간 동안 로깅된 복수의 로그를 파일 형태로 저장하고, 상기 장애가 복구되면 상기 파일 형태로 저장된 상기 복수의 로그를 발행하여 상기 제2 서버로 전송한다.An uninterrupted log transmission system using a message queue according to one aspect of the present invention to solve the above-described problem includes a first server that issues logs logged by a log creation process in different ways depending on whether or not there is a network failure, and the first server. A second server stores the logs received from the server with an offset in a preset order, and distributes the logs to at least one analysis system based on the offsets. The first server includes: If a failure does not occur in the network, the log is issued in the form of a single data and transmitted to the second server. If a failure occurs in the network, a plurality of logs logged during the time the failure persists are stored in the form of a file. , When the failure is recovered, the plurality of logs stored in the file format are issued and transmitted to the second server.

또한, 제2 서버는, 상기 제1 서버로부터의 로그 전송 상황을 기 설정된 주기 마다 확인하고, 현재 시점 기준 전후로 기 설정된 시간 동안 상기 로그가 전송되지 않으면 상기 네트워크에 장애가 발생한 것으로 판단할 수 있다.Additionally, the second server may check the log transmission status from the first server at preset intervals, and determine that a failure has occurred in the network if the log is not transmitted for a preset time before and after the current point of time.

또한, 상기 제1 서버는, 상기 장애가 복구된 시점에 상기 로그 생성 프로세스에 의해 하나의 로그가 로깅되면, 상기 장애가 지속된 시간 동안 순차적으로 저장된 상기 복수의 로그를 우선 발행한 후에 상기 하나의 로그를 발행할 수 있다.In addition, if one log is logged by the log generation process at the time the failure is recovered, the first server first issues the plurality of logs stored sequentially during the time the failure persists, and then issues the one log. can be issued.

또한, 상기 오프셋은, 로그 발행 순서에 따라 로그에 순차적으로 부여되는 정수값이고, 상기 제2 서버는, 상기 장애가 복구되어 수신된 상기 복수의 로그에 대해, 상기 장애 발생 전 마지막으로 발행된 로그에 부여된 오프셋의 다음 값에 해당하는 값을 시작으로 순차적으로 오프셋을 부여할 수 있다.In addition, the offset is an integer value sequentially assigned to the logs according to the order of log publication, and the second server stores the logs last published before the occurrence of the failure for the plurality of logs received after the failure is recovered. Offsets can be given sequentially, starting with the value corresponding to the next value of the given offset.

또한, 상기 제1 서버는, 상기 장애가 발생될 때마다, 상기 장애가 발생한 각 시점에서의 데이터 전송을 위한 신호의 세기, 주기 및 일정성을 산출하고, 상기 각 시점에 대해 산출된 복수의 세기 값, 복수의 주기 값 및 복수의 일정성 값에 기초하여 상기 세기에 대한 제1 기준 값, 상기 주기에 대한 제2 기준 값 및 상기 일정성에 대한 제3 기준 값을 설정하고, 상기 제1 기준 값, 상기 제2 기준 값 및 상기 제3 기준 값 중 적어도 하나를 이용하여 상기 네트워크의 장애 여부를 미리 파악할 수 있다.In addition, whenever the failure occurs, the first server calculates the strength, period, and constancy of the signal for data transmission at each point in time when the failure occurred, and calculates a plurality of intensity values calculated for each time point, A first reference value for the intensity, a second reference value for the period, and a third reference value for the constancy are set based on a plurality of period values and a plurality of constancy values, and the first reference value, the It is possible to determine in advance whether the network has a failure using at least one of the second reference value and the third reference value.

또한, 상기 제1 기준 값, 상기 제2 기준 값 및 상기 제3 기준 값 각각은, 상기 복수의 세기 값, 상기 복수의 주기 값 및 상기 복수의 일정성 값 각각의 평균값, 최소값 또는 최대값으로 설정될 수 있다.In addition, each of the first reference value, the second reference value, and the third reference value is set to an average value, minimum value, or maximum value of each of the plurality of intensity values, the plurality of period values, and the plurality of constancy values. It can be.

또한, 상기 제1 서버는, 현재 시점에서의 상기 신호의 상기 세기가 상기 제1 기준 값보다 작으면 상기 장애가 발생할 것으로 판단하고, 현재 시점에서의 상기 신호의 상기 주기가 상기 제2 기준 값보다 크면 상기 장애가 발생할 것으로 판단하고, 현재 시점에서의 상기 신호의 상기 일정성이 상기 제3 기준 값보다 크면 상기 장애가 발생할 것으로 판단할 수 있다.Additionally, the first server determines that the failure will occur if the intensity of the signal at the current time is less than the first reference value, and if the period of the signal at the current time is greater than the second reference value. It may be determined that the failure will occur, and if the constancy of the signal at the current time is greater than the third reference value, it may be determined that the failure will occur.

또한, 상기 제1 서버는, 상기 장애가 복구된 후에 상기 복수의 로그를 전송할 때, 상기 장애가 지속된 시간 및 상기 장애가 발생하기 전의 로그 전송 속도에 기초하여 전송할 수 있다.Additionally, when transmitting the plurality of logs after the failure is recovered, the first server may transmit them based on the time the failure lasted and the log transmission speed before the failure occurred.

상술한 과제를 해결하기 위한 본 발명의 다른 면에 따른 메시지큐를 이용한 무중단 로그 전송 방법은, 로그 수집을 위한 제1 서버 및 로그 적재를 위한 제2 서버를 포함하는 시스템에 의해 수행되는 방법으로서, 로그 생성 프로세스에 의해 로깅된 로그를 네트워크 장애 여부에 따라 상이한 방식으로 발행하는 단계 및 상기 제2 서버가 상기 제1 서버로부터 수신된 상기 로그에 기 설정된 순서대로 오프셋(offset)을 부여하여 저장하고, 상기 오프셋에 기초하여 상기 로그를 적어도 하나의 분석 시스템에 분산하는 단계를 포함하고, 상기 제1 서버는, 상기 네트워크에 장애가 발생하지 않은 경우, 상기 로그를 단일 데이터 형태로 발행하여 상기 제2 서버로 전송하고, 상기 네트워크에 장애가 발생한 경우, 상기 장애가 지속된 시간 동안 로깅된 복수의 로그를 파일 형태로 저장하고, 상기 장애가 복구되면 상기 파일 형태로 저장된 상기 복수의 로그를 발행하여 상기 제2 서버로 전송한다.The uninterrupted log transmission method using a message queue according to another aspect of the present invention to solve the above-described problem is a method performed by a system including a first server for log collection and a second server for loading logs, issuing logs logged by the log generation process in different ways depending on whether there is a network failure; and the second server storing the logs received from the first server by assigning an offset to them in a preset order, Distributing the log to at least one analysis system based on the offset, wherein the first server, when no failure occurs in the network, issues the log in a single data form to the second server. When a failure occurs in the network, a plurality of logs logged during the time the failure persisted are stored in the form of a file, and when the failure is recovered, the plurality of logs stored in the file form are issued and transmitted to the second server. do.

이 외에도, 본 발명을 구현하기 위한 다른 방법, 다른 시스템 및 상기 방법을 실행하기 위한 컴퓨터 프로그램을 기록하는 컴퓨터 판독 가능한 기록 매체가 더 제공될 수 있다.In addition to this, another method for implementing the present invention, another system, and a computer-readable recording medium recording a computer program for executing the method may be further provided.

본 발명의 기타 구체적인 사항들은 상세한 설명 및 도면들에 포함되어 있다.Other specific details of the invention are included in the detailed description and drawings.

상술한 본 발명에 의하면, 네트워크가 단절된 시간 동안 발생되는 로그를 따로 저장하고 있다가 정상화된 후 빅데이터 시스템에 전달함으로써, 네트워크 장애에도 불구하고 로그들이 순서대로 적재될 수 있도록 할 수 있다. 이에 따라, 분석 시스템들이 적재된 로그를 분석함에 있어서 보다 정확하게 분석할 수 있게 된다.According to the present invention described above, logs generated during a time when the network is disconnected are separately stored and then transferred to the big data system after normalization, so that the logs can be loaded in order despite network failure. Accordingly, analysis systems can analyze loaded logs more accurately.

본 발명의 효과들은 이상에서 언급된 효과로 제한되지 않으며, 언급되지 않은 또 다른 효과들은 아래의 기재로부터 통상의 기술자에게 명확하게 이해될 수 있을 것이다.The effects of the present invention are not limited to the effects mentioned above, and other effects not mentioned will be clearly understood by those skilled in the art from the description below.

도 1은 본 발명에 따른 메시지큐를 이용한 무중단 로그 전송 시스템을 설명하기 위한 도면이다.
도 2는 본 발명에 따른 메시지큐를 이용한 무중단 로그 전송 방법의 순서도이다.
도 3a 및 도 3b는 본 발명에 따른 네트워크 장애 여부에 따른 로그 전송 방식을 설명하기 위한 도면이다.
도 4는 본 발명에 따른 본 발명에 따른 로그 발행 순서에 따른 오프셋 부여를 설명하기 위한 도면이다.
Figure 1 is a diagram for explaining an uninterrupted log transmission system using a message queue according to the present invention.
Figure 2 is a flowchart of a non-stop log transmission method using a message queue according to the present invention.
Figures 3a and 3b are diagrams for explaining a log transmission method depending on whether there is a network failure according to the present invention.
Figure 4 is a diagram for explaining offset granting according to the log issuance order according to the present invention.

본 발명의 이점 및 특징, 그리고 그것들을 달성하는 방법은 첨부되는 도면과 함께 상세하게 후술되어 있는 실시예들을 참조하면 명확해질 것이다. 그러나, 본 발명은 이하에서 개시되는 실시예들에 제한되는 것이 아니라 서로 다른 다양한 형태로 구현될 수 있으며, 단지 본 실시예들은 본 발명의 개시가 완전하도록 하고, 본 발명이 속하는 기술 분야의 통상의 기술자에게 본 발명의 범주를 완전하게 알려주기 위해 제공되는 것이며, 본 발명은 청구항의 범주에 의해 정의될 뿐이다. The advantages and features of the present invention and methods for achieving them will become clear by referring to the embodiments described in detail below along with the accompanying drawings. However, the present invention is not limited to the embodiments disclosed below and may be implemented in various different forms. The present embodiments are merely provided to ensure that the disclosure of the present invention is complete and to provide a general understanding of the technical field to which the present invention pertains. It is provided to fully inform the skilled person of the scope of the present invention, and the present invention is only defined by the scope of the claims.

본 명세서에서 사용된 용어는 실시예들을 설명하기 위한 것이며 본 발명을 제한하고자 하는 것은 아니다. 본 명세서에서, 단수형은 문구에서 특별히 언급하지 않는 한 복수형도 포함한다. 명세서에서 사용되는 "포함한다(comprises)" 및/또는 "포함하는(comprising)"은 언급된 구성요소 외에 하나 이상의 다른 구성요소의 존재 또는 추가를 배제하지 않는다. 명세서 전체에 걸쳐 동일한 도면 부호는 동일한 구성 요소를 지칭하며, "및/또는"은 언급된 구성요소들의 각각 및 하나 이상의 모든 조합을 포함한다. 비록 "제1", "제2" 등이 다양한 구성요소들을 서술하기 위해서 사용되나, 이들 구성요소들은 이들 용어에 의해 제한되지 않음은 물론이다. 이들 용어들은 단지 하나의 구성요소를 다른 구성요소와 구별하기 위하여 사용하는 것이다. 따라서, 이하에서 언급되는 제1 구성요소는 본 발명의 기술적 사상 내에서 제2 구성요소일 수도 있음은 물론이다.The terminology used herein is for describing embodiments and is not intended to limit the invention. As used herein, singular forms also include plural forms, unless specifically stated otherwise in the context. As used in the specification, “comprises” and/or “comprising” does not exclude the presence or addition of one or more other elements in addition to the mentioned elements. Like reference numerals refer to like elements throughout the specification, and “and/or” includes each and every combination of one or more of the referenced elements. Although “first”, “second”, etc. are used to describe various components, these components are of course not limited by these terms. These terms are merely used to distinguish one component from another. Therefore, it goes without saying that the first component mentioned below may also be a second component within the technical spirit of the present invention.

다른 정의가 없다면, 본 명세서에서 사용되는 모든 용어(기술 및 과학적 용어를 포함)는 본 발명이 속하는 기술분야의 통상의 기술자에게 공통적으로 이해될 수 있는 의미로 사용될 수 있을 것이다. 또한, 일반적으로 사용되는 사전에 정의되어 있는 용어들은 명백하게 특별히 정의되어 있지 않는 한 이상적으로 또는 과도하게 해석되지 않는다.Unless otherwise defined, all terms (including technical and scientific terms) used in this specification may be used with meanings commonly understood by those skilled in the art to which the present invention pertains. Additionally, terms defined in commonly used dictionaries are not interpreted ideally or excessively unless clearly specifically defined.

이하, 첨부된 도면을 참조하여 본 발명의 실시예를 상세하게 설명한다.Hereinafter, embodiments of the present invention will be described in detail with reference to the attached drawings.

설명에 앞서 본 명세서에서 사용하는 용어의 의미를 간략히 설명한다. 그렇지만 용어의 설명은 본 명세서의 이해를 돕기 위한 것이므로, 명시적으로 본 발명을 한정하는 사항으로 기재하지 않은 경우에 본 발명의 기술적 사상을 한정하는 의미로 사용하는 것이 아님을 주의해야 한다.Prior to explanation, the meaning of terms used in this specification will be briefly explained. However, since the explanation of terms is intended to aid understanding of the present specification, it should be noted that if it is not explicitly described as limiting the present invention, it is not used in the sense of limiting the technical idea of the present invention.

본 명세서에서 '장치'는 연산처리를 수행하여 사용자에게 결과를 제공할 수 있는 다양한 장치들이 모두 포함된다. 예를 들어, 장치는 컴퓨터 및 이동 단말기 형태가 될 수 있다. 상기 컴퓨터는 클라이언트로부터 요청을 수신하여 정보처리를 수행하는 서버 형태가 될 수 있다. 또한, 컴퓨터에는 시퀀싱을 수행하는 시퀀싱 장치가 해당될 수 있다. 상기 이동 단말기는 휴대폰, 스마트 폰(smart phone), PDA(personal digital assistants), PMP(portable multimedia player), 네비게이션, 노트북 PC, 슬레이트 PC(slate PC), 태블릿 PC(tablet PC), 울트라북(ultrabook), 웨어러블 디바이스(wearable device, 예를 들어, 워치형 단말기 (smartwatch), 글래스형 단말기 (smart glass), HMD(head mounted display)) 등이 포함될 수 있다.In this specification, 'device' includes all various devices that can perform computational processing and provide results to the user. For example, devices can be in the form of computers and mobile terminals. The computer may be in the form of a server that receives requests from clients and performs information processing. Additionally, a computer may include a sequencing device that performs sequencing. The mobile terminal includes mobile phones, smart phones, personal digital assistants (PDAs), portable multimedia players (PMPs), navigation, laptop PCs, slate PCs, tablet PCs, and ultrabooks. ), wearable devices (for example, a watch-type terminal (smartwatch), a glass-type terminal (smart glass), a head mounted display (HMD)), etc. may be included.

도 1은 본 발명에 따른 메시지큐를 이용한 무중단 로그 전송 시스템을 설명하기 위한 도면이다.Figure 1 is a diagram for explaining an uninterrupted log transmission system using a message queue according to the present invention.

도 2는 본 발명에 따른 메시지큐를 이용한 무중단 로그 전송 방법의 순서도이다.Figure 2 is a flowchart of a non-stop log transmission method using a message queue according to the present invention.

도 3a 및 도 3b는 본 발명에 따른 네트워크 장애 여부에 따른 로그 전송 방식을 설명하기 위한 도면이다.Figures 3a and 3b are diagrams for explaining a log transmission method depending on whether there is a network failure according to the present invention.

도 4는 본 발명에 따른 본 발명에 따른 로그 발행 순서에 따른 오프셋 부여를 설명하기 위한 도면이다.Figure 4 is a diagram for explaining offset granting according to the log issuance order according to the present invention.

본 발명의 시스템(1)은 제1 서버(10), 제2 서버(20) 및 분석 시스템(30)을 포함할 수 있다. 다만, 몇몇 실시예에서 시스템(1)은 도 1에 도시된 구성요소보다 더 적은 수의 구성요소나 더 많은 구성요소를 포함할 수도 있다.System 1 of the present invention may include a first server 10, a second server 20, and an analysis system 30. However, in some embodiments, system 1 may include fewer or more components than those shown in FIG. 1 .

제1 서버(10)는 로그 생성 프로세스를 통해 로깅된 로그를 수집하는 장치일 수 있으며, 예를 들어, 로그 수집기일 수 있다. 구체적으로, 제1 서버(10)는 상기 로그 생성 프로세스를 이용하여 외부 장치로부터 수신되는 시스템 상태 정보 및 작동 정보를 시간의 경과에 따라 로깅하여 기록된 로그를 수집할 수 있다.The first server 10 may be a device that collects logged logs through a log generation process, and may be, for example, a log collector. Specifically, the first server 10 may collect recorded logs by logging system status information and operation information received from an external device over time using the log generation process.

제1 서버(10)는 수집된 로그를 발행하는 프로듀서(producer)일 수 있다. 제1 서버(10)는 네트워크 장애 여부에 따라 로그를 상이한 방식으로 발행할 수 있다. 이에 대한 상세한 설명은 후술한다.The first server 10 may be a producer that issues collected logs. The first server 10 may issue logs in different ways depending on whether there is a network failure. A detailed description of this will be provided later.

도 1에 도시된 바와 같이, 제1 서버(10)는 통신부(11), 메모리(12) 및 프로세서(13)를 포함할 수 있다. 다만, 몇몇 실시예에서 제1 서버(10)는 도 1에 도시된 구성요소보다 더 적은 수의 구성요소나 더 많은 구성요소를 포함할 수도 있다.As shown in FIG. 1, the first server 10 may include a communication unit 11, a memory 12, and a processor 13. However, in some embodiments, the first server 10 may include fewer or more components than those shown in FIG. 1 .

통신부(11)는 통신망을 통해서 외부 장치로부터 시스템 동작과 관련한 각종 상태 및 작동 정보를 수신할 수 있다. 통신부(11)는 통신망을 통해서 제2 서버(20)로 로그를 송신할 수 있다. The communication unit 11 can receive various status and operation information related to system operation from an external device through a communication network. The communication unit 11 may transmit the log to the second server 20 through a communication network.

여기서, 통신망은 다양한 형태의 통신망이 이용될 수 있으며, 예컨대, WLAN(Wireless LAN), 와이파이(Wi-Fi), 와이브로(Wibro), 와이맥스(Wimax), HSDPA(High Speed Downlink Packet Access) 등의 무선 통신방식 또는 이더넷(Ethernet), xDSL(ADSL, VDSL), HFC(Hybrid Fiber Coax), FTTC(Fiber to The Curb), FTTH(Fiber To The Home) 등의 유선 통신방식이 이용될 수 있다.Here, various types of communication networks may be used, such as wireless LAN (WLAN), Wi-Fi, Wibro, Wimax, and High Speed Downlink Packet Access (HSDPA). Communication methods or wired communication methods such as Ethernet, xDSL (ADSL, VDSL), HFC (Hybrid Fiber Coax), FTTC (Fiber to The Curb), and FTTH (Fiber To The Home) may be used.

한편, 통신망은 상기에 제시된 통신방식에 한정되는 것은 아니며, 상술한 통신방식 이외에도 기타 널리 공지되었거나 향후 개발될 모든 형태의 통신 방식을 포함할 수 있다.Meanwhile, the communication network is not limited to the communication methods presented above, and may include all types of communication methods that are widely known or will be developed in the future in addition to the communication methods described above.

메모리(12)에는 메시지큐를 이용하여 중단 없이 로그를 전송하기 위한 적어도 하나의 프로세스가 저장될 수 있다. 메모리(12)에는 로그 수집과 관련한 다양한 정보가 저장될 수 있다.At least one process for transmitting logs without interruption using a message queue may be stored in the memory 12. The memory 12 may store various information related to log collection.

프로세서(13)는 제1 서버(10)를 제어하기 위한 전반적인 기능 및 메시지큐를 이용하여 중단 없이 로그를 전송하기 위한 각종 동작을 수행할 수 있다. 예를 들어, 프로세서(13)는 메모리(12)에 저장된 프로그램 또는 프로세스를 실행함으로써 제1 서버(10)를 제어하기 위한 전반적인 기능 및 메시지큐를 이용하여 중단 없이 로그를 전송하기 위한 각종 동작을 수행할 수 있다. 프로세서(13)는 제1 서버(10) 내에 구비된 CPU(Central Processing Unit), GPU(Graphic Processing Unit), DSP(Digital Signal Processor), NPU(Neural Processing Unit) 또는 AP(Application Processor) 등으로 구현될 수 있으나, 이에 제한되지 않는다. The processor 13 can perform overall functions for controlling the first server 10 and various operations for transmitting logs without interruption using a message queue. For example, the processor 13 performs the overall function of controlling the first server 10 by executing a program or process stored in the memory 12 and various operations to transmit logs without interruption using a message queue. can do. The processor 13 is implemented as a CPU (Central Processing Unit), GPU (Graphic Processing Unit), DSP (Digital Signal Processor), NPU (Neural Processing Unit), or AP (Application Processor) provided in the first server 10. It may be, but is not limited to this.

제2 서버(20)는 제1 서버(10)로부터 수신되는 로그를 로그 저장소(24)에 적재하는 장치일 수 있다. The second server 20 may be a device that loads logs received from the first server 10 into the log storage 24.

제2 서버(20)는 발행된 로그에 기 설정된 순서대로 오프셋(offset)을 부여하여 저장하는 브로커(broker)일 수 있다. 제2 서버(20)는 네트워크 장애에 의해 단속적으로 발행되는 로그에 순서대로 오프셋을 부여하여 순차적으로 저장할 수 있다. 제2 서버(20)는 상기 오프셋에 기초하여 적재된 로그를 적어도 하나의 분석 시스템(30)에 분산할 수 있다. 이에 대한 상세한 설명은 후술한다.The second server 20 may be a broker that stores published logs with offsets in a preset order. The second server 20 can sequentially store logs issued intermittently due to network failures by sequentially assigning offsets. The second server 20 may distribute the loaded log to at least one analysis system 30 based on the offset. A detailed description of this will be provided later.

도 1에 도시된 바와 같이, 제2 서버(10)는 통신부(21), 메모리(22) 및 프로세서(23)를 포함할 수 있다. 다만, 몇몇 실시예에서 제2 서버(20)는 도 1에 도시된 구성요소보다 더 적은 수의 구성요소나 더 많은 구성요소를 포함할 수도 있다.As shown in FIG. 1, the second server 10 may include a communication unit 21, a memory 22, and a processor 23. However, in some embodiments, the second server 20 may include fewer or more components than those shown in FIG. 1 .

통신부(21)는 통신망을 통해서 제1 서버(10)로부터 로그를 수신할 수 있다. 통신부(21)는 통신망을 통해서 적어도 하나의 분석 시스템(30)으로 적재된 로그를 분산하여 전송할 수 있다. The communication unit 21 may receive logs from the first server 10 through a communication network. The communication unit 21 may distribute and transmit the loaded logs to at least one analysis system 30 through a communication network.

여기서, 통신망은 다양한 형태의 통신망이 이용될 수 있으며, 예컨대, WLAN(Wireless LAN), 와이파이(Wi-Fi), 와이브로(Wibro), 와이맥스(Wimax), HSDPA(High Speed Downlink Packet Access) 등의 무선 통신방식 또는 이더넷(Ethernet), xDSL(ADSL, VDSL), HFC(Hybrid Fiber Coax), FTTC(Fiber to The Curb), FTTH(Fiber To The Home) 등의 유선 통신방식이 이용될 수 있다.Here, various types of communication networks may be used, such as wireless LAN (WLAN), Wi-Fi, Wibro, Wimax, and High Speed Downlink Packet Access (HSDPA). Communication methods or wired communication methods such as Ethernet, xDSL (ADSL, VDSL), HFC (Hybrid Fiber Coax), FTTC (Fiber to The Curb), and FTTH (Fiber To The Home) may be used.

한편, 통신망은 상기에 제시된 통신방식에 한정되는 것은 아니며, 상술한 통신방식 이외에도 기타 널리 공지되었거나 향후 개발될 모든 형태의 통신 방식을 포함할 수 있다.Meanwhile, the communication network is not limited to the communication methods presented above, and may include all other types of communication methods that are widely known or will be developed in the future in addition to the communication methods described above.

메모리(22)에는 메시지큐를 이용하여 중단 없이 로그를 전송하기 위한 적어도 하나의 프로세스가 저장될 수 있다. 메모리(12)에는 로그 적재와 관련한 다양한 정보가 저장될 수 있다.At least one process for transmitting logs without interruption using a message queue may be stored in the memory 22. Various information related to log loading may be stored in the memory 12.

프로세서(23)는 제2 서버(20)를 제어하기 위한 전반적인 기능 및 메시지큐를 이용하여 중단 없이 로그를 전송하기 위한 각종 동작을 수행할 수 있다. 예를 들어, 프로세서(23)는 메모리(22)에 저장된 프로그램 또는 프로세스를 실행함으로써 제2 서버(20)를 제어하기 위한 전반적인 기능 및 메시지큐를 이용하여 중단 없이 로그를 전송하기 위한 각종 동작을 수행할 수 있다. 프로세서(23)는 제2 서버(20) 내에 구비된 CPU(Central Processing Unit), GPU(Graphic Processing Unit), DSP(Digital Signal Processor), NPU(Neural Processing Unit) 또는 AP(Application Processor) 등으로 구현될 수 있으나, 이에 제한되지 않는다. The processor 23 can perform various operations to transmit logs without interruption using the overall function for controlling the second server 20 and the message queue. For example, the processor 23 performs the overall function of controlling the second server 20 by executing a program or process stored in the memory 22 and various operations to transmit logs without interruption using a message queue. can do. The processor 23 is implemented as a CPU (Central Processing Unit), GPU (Graphic Processing Unit), DSP (Digital Signal Processor), NPU (Neural Processing Unit), or AP (Application Processor) provided in the second server 20. It may be, but is not limited to this.

외부 장치는 시스템 동작과 관련한 각종 상태 및 작동 정보를 제1 서버(10)로 제공하는 장치다. 예를 들어, 사용자 단말일 수 있지만 이에 제한되지 않는다.The external device is a device that provides various status and operation information related to system operation to the first server 10. For example, it may be, but is not limited to, a user terminal.

분석 시스템(30)은 대용량으로 적재된 로그를 분산 처리하는 컨슈머(consumer)일 수 있다. 분석 시스템(30) 각각은 특정 토픽을 구독(subscribe)하고, 동일한 토픽을 구독한 분석 시스템(30)끼리 해당 토픽의 로그를 분산 처리할 수 있다.The analysis system 30 may be a consumer that distributes and processes logs loaded in large quantities. Each of the analysis systems 30 subscribes to a specific topic, and the analysis systems 30 that subscribe to the same topic can distribute and process the logs of the topic.

이하에서는 도 2 및 도 4를 참조하여, 본 발명의 상기 시스템(1)에 의해 수행되는 메시지큐를 이용한 무중단 로그 전송 방법에 대해 상세히 설명하도록 한다. 본 발명에 따른 방법의 각각의 동작은 제1 서버(10) 또는 제2 서버(20)에 의해 수행될 수 있으며, 보다 상세하게는 제1 서버(10)의 프로세서(13) 또는 제2 서버(20) 프로세서(23)에 의해 수행될 수 있다.Hereinafter, with reference to FIGS. 2 and 4, the uninterrupted log transmission method using a message queue performed by the system 1 of the present invention will be described in detail. Each operation of the method according to the present invention may be performed by the first server 10 or the second server 20, and more specifically, the processor 13 of the first server 10 or the second server ( 20) Can be performed by the processor 23.

도 2를 참조하면, 제1 서버(10)는 로그 생성 프로세스를 통해 외부 장치로부터 수신된 시스템 상태 정보 및 작동 정보를 로깅하여 로그를 생성할 수 있다(S110). Referring to FIG. 2, the first server 10 may generate a log by logging system status information and operation information received from an external device through a log creation process (S110).

제1 서버(10)는 네트워크 장애 여부를 판단할 수 있다(S120). 제1 서버(10)는 네트워크 장애 발생 여부에 따라 로그를 상이한 방식으로 발행하기 때문에 장애 여부를 우선적으로 판단하여야 한다.The first server 10 may determine whether there is a network failure (S120). Since the first server 10 issues logs in different ways depending on whether a network failure occurs, it must first determine whether there is a failure.

실시예에 따라, 제2 서버(20)도 네트워크 장애 여부를 판단할 수 있다. 보다 상세하게, 제2 서버(20)는 상기 제1 서버(10)로부터의 로그 전송 상황을 기 설정된 주기 마다 확인하고, 현재 시점 기준 전후로 기 설정된 시간 동안 상기 로그가 전송되지 않으면 상기 네트워크에 장애가 발생한 것으로 판단할 수 있다. 예를 들어, 상기 주기는 한시간일 수 있고, 상기 시간은 10초일 수 있지만, 이에 제한되지 않고 상기 주기 및 상기 시간은 시스템 상황에 맞게 설정될 수 있다.Depending on the embodiment, the second server 20 may also determine whether there is a network failure. In more detail, the second server 20 checks the log transmission status from the first server 10 at a preset period, and if the log is not transmitted for a preset time before and after the current point of time, a failure has occurred in the network. It can be judged that For example, the period may be one hour, and the time may be 10 seconds, but the period and time may be set to suit the system situation without being limited thereto.

단계 S120에서, 상기 네트워크에 장애가 발생하지 않은 것으로 판단되면, 제1 서버(10)는 바로 로그를 발행할 수 있다(S140). 보다 상세하게, 제1 서버(10)는 상기 로그를 단일 데이터 형태로 발행하여 상기 제2 서버(20)로 전송할 수 있다. 도 3a를 참조하면, 제1 서버(10)는 네트워크가 정상적으로 연결된 상황에서는 로그 생성 프로세스에 의해 로깅되는 각각의 로그를 하나씩 순차적으로 발행하여 제2 서버(20)로 실시간 전송할 수 있다. In step S120, if it is determined that no failure has occurred in the network, the first server 10 can immediately issue a log (S140). More specifically, the first server 10 may issue the log in the form of single data and transmit it to the second server 20. Referring to FIG. 3A, when the network is normally connected, the first server 10 can sequentially issue each log logged by the log generation process one by one and transmit them to the second server 20 in real time.

단계 S120에서, 상기 네트워크에 장애가 발생한 것으로 판단되면, 제1 서버(10)는 장애가 복구된 후에 로그를 발행할 수 있다(S140). 보다 상세하게, 제1 서버(10)는 상기 장애가 지속된 시간 동안 로깅된 복수의 로그를 파일 형태로 일시 저장하고(S130), 상기 장애가 복구되면 상기 파일 형태로 저장된 상기 복수의 로그를 발행하여 상기 제2 서버(20)로 전송할 수 있다. 도 3b를 참조하면, 제1 서버(10)는 네트워크가 단절된 상황에서는 로그 생성 프로세스에 의해 계속해서 로깅되는 로그들을 내부 디스크에 순차적으로 일시적으로 저장하고 있다가, 네트워크가 정상적으로 복구되면 누적 저장된 로그들을 발행하여 제2 서버(20)로 한번에 전송할 수 있다.In step S120, if it is determined that a failure has occurred in the network, the first server 10 may issue a log after the failure is recovered (S140). In more detail, the first server 10 temporarily stores a plurality of logs logged during the time the failure persists in the form of a file (S130), and when the failure is recovered, the first server 10 issues the plurality of logs stored in the file form to It can be transmitted to the second server 20. Referring to FIG. 3b, the first server 10 sequentially and temporarily stores logs that are continuously logged by the log creation process on the internal disk when the network is disconnected, and then stores the accumulated logs when the network is normally restored. It can be published and transmitted to the second server 20 at once.

단계 S140에서, 제1 서버(10)는 상기 장애가 복구된 시점에 상기 로그 생성 프로세스에 의해 하나의 로그가 로깅되면, 상기 장애가 지속된 시간 동안 순차적으로 저장된 상기 복수의 로그를 우선 발행한 후에 상기 하나의 로그를 발행할 수 있다. 이와 같이, 복구된 시점에 로깅된 로그보다 장애 동안 로깅되었던 로그들의 발행을 우선순위로 함으로써, 네트워크 장애와 상관없이 발행되는 로그들의 순서를 유지할 수 있게 된다.In step S140, if one log is logged by the log generation process at the time the failure is recovered, the first server 10 first issues the plurality of logs sequentially stored during the time the failure persists and then generates the one log. logs can be published. In this way, by prioritizing the publication of logs logged during a failure over logs logged at the time of recovery, it is possible to maintain the order of logs published regardless of a network failure.

다시 도 2를 참조하면, 제2 서버(20)는 제1 서버(10)로부터 수신되는 로그를 로그 저장소(24)에 적재할 수 있다(S150). 보다 상세하게, 제2 서버(20)는 수신된 로그에 기 설정된 순서대로 오프셋(offset)을 부여하여 저장할 수 있다. Referring again to FIG. 2, the second server 20 may load the log received from the first server 10 into the log storage 24 (S150). In more detail, the second server 20 may store the received logs with offsets in a preset order.

여기서, 상기 오프셋은 로그 발행 순서에 따라 로그에 순차적으로 부여되는 정수값일 수 있다. Here, the offset may be an integer value sequentially given to the log according to the log issuing order.

네트워크가 정상적으로 연결된 상황에서, 제2 서버(20)는 로그가 발행되는 순서대로 0부터 1씩 증가하는 오프셋 값을 로그에 부여할 수 있다. 이러한 오프셋 값은 적재되는 로그를 식별할 수 있는 ID가 될 수 있다. In a situation where the network is normally connected, the second server 20 may assign an offset value to the log that increases from 0 to 1 in the order in which the log is issued. This offset value can be an ID that identifies the log being loaded.

네트워크가 단절되었다가 정상적으로 복구된 상황에서, 제2 서버(20)는 상기 장애가 복구되어 수신된 상기 복수의 로그(장애 동안 제1 서버(10)에 일시 저장되었던 로그들)에 대해, 상기 장애 발생 전 마지막으로 발행된 로그에 부여된 오프셋의 다음 값에 해당하는 값을 시작으로 순차적으로 오프셋을 부여할 수 있다. 도 4를 참조하면, 장애 발생 전에 발행된 로그 1, 로그 2, 로그 3 각각에 오프셋 값이 1, 2, 3으로 부여된 상태에서 네트워크 장애가 발생되었을 때, 장애 동안 생성된 로그 4, 로그 5, 로그 6은 제1 서버(10) 내에 일시 저장됩니다. 이후 장애가 복구되면 일시 저장되었던 로그 4, 로그 5, 로그 6가 발행되고, 제2 서버(20)는 발행된 로그 4, 로그 5, 로그 6 각각에 4, 5, 6을 순차적으로 부여할 수 있다.In a situation where the network is disconnected and then restored normally, the second server 20 determines the plurality of logs (logs temporarily stored in the first server 10 during the failure) received after the failure has been recovered, in response to the failure occurring. Offsets can be given sequentially, starting with the value corresponding to the next value of the offset given to the last published log. Referring to FIG. 4, when a network failure occurs while offset values of 1, 2, and 3 are assigned to log 1, log 2, and log 3 issued before the failure occurs, log 4, log 5, and log 4 generated during the failure occur. Log 6 is temporarily stored within the first server 10. After the failure is recovered, the temporarily stored log 4, log 5, and log 6 are issued, and the second server 20 can sequentially assign 4, 5, and 6 to the published log 4, log 5, and log 6, respectively. .

실시예에 따라, 제2 서버(20)는 토픽(topic) 별로 로그를 분류하여 적재할 수 있다. 즉, 제1 토픽인 로그들끼리 제1 그룹으로 그룹화하고, 제1 그룹으로 그룹화된 로그들에 오프셋을 순차적으로 부여하여 적재할 수 있고, 제2 토픽인 로그들끼리 제2 그룹으로 그룹화하고, 제2 그룹으로 그룹화된 로그들에 오프셋을 순차적으로 부여함으로써 각각의 그룹을 구분하여 적재할 수 있다.Depending on the embodiment, the second server 20 may classify and load logs by topic. That is, the logs that are the first topic can be grouped into a first group, offsets can be sequentially given to the logs grouped in the first group and loaded, and the logs that are the second topic can be grouped into a second group. By sequentially assigning offsets to the logs grouped into the second group, each group can be loaded separately.

다시 도 2를 참조하면, 제2 서버(20)는 상기 오프셋에 기초하여 적재된 로그를 적어도 하나의 분석 시스템(30)에 전달할 수 있다(S160). 분석 시스템(30)으로 전달 시 선입선출을 규칙으로 하여, 오프셋 값이 0인 로그부터 순서대로 적어도 하나의 분석 시스템(30)에 분산되어 전달될 수 있다. Referring again to FIG. 2, the second server 20 may transmit the loaded log based on the offset to at least one analysis system 30 (S160). When delivering to the analysis system 30, first-in-first-out is used as a rule, and the logs may be distributed and delivered to at least one analysis system 30 in order, starting from the log with an offset value of 0.

실시예에 따라, 토픽(topic) 별로 로그가 분류되어 적재된 경우, 특정 토픽을 구독한 분석 시스템(30)에 해당 토픽의 로그가 전달될 수 있다. 예를 들어, 분석 시스템(30) a, b, c가 제1 토픽을 구독한 경우, 분석 시스템(30) a, b, c 각각에 제1 토픽의 로그가 분산되어 전달될 수 있다.Depending on the embodiment, when logs are classified and loaded by topic, the log of the topic may be delivered to the analysis system 30 that has subscribed to the specific topic. For example, when the analysis systems 30 a, b, and c subscribe to the first topic, the logs of the first topic may be distributed and delivered to each of the analysis systems 30 a, b, and c.

실시예에 따라, 상기 제1 서버(10)는 상기 장애가 발생될 때마다, 상기 장애가 발생한 각 시점에서의 데이터 전송을 위한 신호의 세기, 주기 및 일정성을 산출하고, 상기 각 시점에 대해 산출된 복수의 세기 값, 복수의 주기 값 및 복수의 일정성 값에 기초하여 상기 세기에 대한 제1 기준 값, 상기 주기에 대한 제2 기준 값 및 상기 일정성에 대한 제3 기준 값을 설정하고, 상기 제1 기준 값, 상기 제2 기준 값 및 상기 제3 기준 값 중 적어도 하나를 이용하여 상기 네트워크의 장애 여부를 미리 파악할 수 있다.According to the embodiment, whenever the failure occurs, the first server 10 calculates the strength, period, and constancy of the signal for data transmission at each point in time when the failure occurs, and calculates the signal strength, period, and constancy for data transmission at each point in time when the failure occurs, and calculates the signal strength, period, and constancy for data transmission at each point in time when the failure occurs. Setting a first reference value for the intensity, a second reference value for the period, and a third reference value for the constancy based on a plurality of intensity values, a plurality of period values, and a plurality of constancy values, and It is possible to determine in advance whether the network has a failure using at least one of the 1 reference value, the second reference value, and the third reference value.

즉, 네트워크 장애가 발생했을 때의 신호의 세기, 주기 및 일정성은 정상적인 상황에서의 신호의 세기, 주기 및 일정성과 다르기 때문에, 장애가 발생할 때마다 해당 값들을 산출하고, 해당 값들을 기초로 한 기준값을 통해 이후에 신호의 세기, 주기 및 일정성의 이상 여부를 판단함으로써 장애 여부를 미리 파악할 수 있다.In other words, since the strength, period, and constancy of the signal when a network failure occurs are different from the strength, period, and constancy of the signal under normal circumstances, the corresponding values are calculated each time a failure occurs, and a reference value based on the corresponding values is used. Afterwards, the presence of a failure can be determined in advance by determining whether there is an abnormality in the strength, period, and constancy of the signal.

상기 제1 기준 값, 상기 제2 기준 값 및 상기 제3 기준 값 각각은, 상기 복수의 세기 값, 상기 복수의 주기 값 및 상기 복수의 일정성 값 각각의 평균값, 최소값 또는 최대값으로 설정될 수 있다.Each of the first reference value, the second reference value, and the third reference value may be set to an average value, minimum value, or maximum value of each of the plurality of intensity values, the plurality of period values, and the plurality of constancy values. there is.

예를 들어, 세번째 장애가 발생한 경우, 해당 장애 발생 시점에서의 세기, 주기 및 일정성를 산출하고, 산출된 세번째 장애에 대한 세기, 주기 및 일정성 값과 함께 첫번째 장애 및 두번째 장애에 대해 기 저장된 세기, 주기 및 일정성 값을 이용하여, 각각 기준 값을 설정할 수 있다. 보다 구체적으로, 세기에 대한 세개의 값의 평균값, 최소값 또는 최대값을 산출하여 제1 기준 값으로 설정하고, 주기에 대한 세개의 값의 평균값, 최소값 또는 최대값을 산출하여 제2 기준 값으로 설정하고, 일정성에 대한 세개의 값의 평균값, 최소값 또는 최대값을 산출하여 제3 기준 값으로 설정할 수 있다.For example, when a third failure occurs, the intensity, period, and constancy at the time of the failure are calculated, and the intensity, period, and constancy values for the third failure are calculated along with the previously stored intensities for the first and second failures, Using the period and constancy values, each reference value can be set. More specifically, the average value, minimum value, or maximum value of the three values for intensity is calculated and set as the first reference value, and the average value, minimum value, or maximum value of the three values for the period are calculated and set as the second reference value. And, the average value, minimum value, or maximum value of the three values for constancy can be calculated and set as the third reference value.

그리고, 이후에 상기 제1 서버(10)는 신호의 세기, 주기, 일정성을 계속해서 모니터링하다가, 현재 시점에서 신호의 세기, 주기, 일정성 중 적어도 하나의 값이 각각의 기준 값과 상이하면 네트워크 장애가 발생할 것으로 예측할 수 있다.Then, the first server 10 continues to monitor the signal strength, period, and constancy, and if at least one of the signal strength, period, and constancy values at the current point is different from each reference value. It can be predicted that a network failure will occur.

구체적으로, 제1 서버(10)는 현재 시점에서의 신호의 세기가 상기 제1 기준 값보다 작으면 상기 장애가 발생할 것으로 판단할 수 있다.Specifically, the first server 10 may determine that the failure will occur if the signal strength at the current time is less than the first reference value.

제1 서버(10)는 현재 시점에서의 신호의 주기가 상기 제2 기준 값보다 크면 상기 장애가 발생할 것으로 판단할 수 있다.The first server 10 may determine that the failure will occur if the signal period at the current time is greater than the second reference value.

제1 서버(10)는 현재 시점에서의 신호의 일정성이 상기 제3 기준 값보다 크면 상기 장애가 발생할 것으로 판단할 수 있다.The first server 10 may determine that the failure will occur if the constancy of the signal at the current time is greater than the third reference value.

실시예에 따라, 제1 서버(10)는 상기 장애가 복구된 후에 상기 복수의 로그를 전송할 때, 상기 장애가 지속된 시간 및 상기 장애가 발생하기 전의 로그 전송 속도에 기초하여 전송할 수 있다.Depending on the embodiment, when transmitting the plurality of logs after the failure is recovered, the first server 10 may transmit them based on the time the failure lasted and the log transmission speed before the failure occurred.

보다 상세하게, 장애가 복구된 후의 로그 전송 속도(v2)는 아래 수학식 1에 기초하여 산출될 수 있다.In more detail, the log transmission speed (v 2 ) after failure recovery can be calculated based on Equation 1 below.

여기서, v1은 원래 전송 속도, v2는 장애가 복구된 후의 로그 전송 속도, t1은 장애 지속 시간, tr는 기준 시간이다.Here, v 1 is the original transmission speed, v 2 is the log transmission speed after failure recovery, t 1 is the failure duration, and t r is the reference time.

상기 수학식 1에 의하면 장애 지속 시간이 길어짐에 따라 원래 전송 속도보다 빠르게 데이터가 전송되도록 할 수 있다. 여기서, tr는 미리 설정될 수 있다.According to Equation 1 above, as the failure duration increases, data can be transmitted faster than the original transmission speed. Here, t r may be set in advance.

도 2는 단계 S110 내지 단계 S160을 순차적으로 실행하는 것으로 기재하고 있으나, 이는 본 실시예의 기술 사상을 예시적으로 설명한 것에 불과한 것으로서, 본 실시예가 속하는 기술분야에서 통상의 지식을 가진 자라면 본 실시예의 본질적인 특성에서 벗어나지 않는 범위에서 도 2에 기재된 순서를 변경하여 실행하거나 단계 S110 내지 단계 S160을 병렬적으로 실행하는 것으로 다양하게 수정 및 변형하여 적용 가능할 것이므로, 도 2는 시계열적인 순서로 한정되는 것은 아니다.Figure 2 depicts steps S110 to S160 as being sequentially executed, but this is merely an illustrative explanation of the technical idea of this embodiment, and those skilled in the art will understand the steps of this embodiment. Various modifications and modifications can be made by executing by changing the order shown in FIG. 2 or executing steps S110 to S160 in parallel without departing from the essential characteristics, so FIG. 2 is not limited to a time-series order. .

한편, 상술한 설명에서, 단계 S110 내지 단계 S160은 본 발명의 구현예에 따라서, 추가적인 단계들로 더 분할되거나, 더 적은 단계들로 조합될 수 있다. 또한, 일부 단계는 필요에 따라 생략될 수도 있고, 단계 간의 순서가 변경될 수도 있다. Meanwhile, in the above description, steps S110 to S160 may be further divided into additional steps or combined into fewer steps, depending on the implementation of the present invention. Additionally, some steps may be omitted or the order between steps may be changed as needed.

이상에서 전술한 본 발명에 따른 메시지큐를 이용한 무중단 로그 전송 방법은, 하드웨어인 컴퓨터와 결합되어 실행되기 위해 프로그램(또는 어플리케이션)으로 구현되어 컴퓨터 판독가능 기록 매체에 저장될 수 있다.The uninterrupted log transmission method using a message queue according to the present invention described above may be implemented as a program (or application) to be executed in conjunction with a computer as hardware and stored in a computer-readable recording medium.

상기 전술한 프로그램은, 상기 컴퓨터가 프로그램을 읽어 들여 프로그램으로 구현된 상기 방법들을 실행시키기 위하여, 상기 컴퓨터의 프로세서(CPU)가 상기 컴퓨터의 장치 인터페이스를 통해 읽힐 수 있는 C, C++, JAVA, Ruby, 기계어 등의 컴퓨터 언어로 코드화된 코드(Code)를 포함할 수 있다. 이러한 코드는 상기 방법들을 실행하는 필요한 기능들을 정의한 함수 등과 관련된 기능적인 코드(Functional Code)를 포함할 수 있고, 상기 기능들을 상기 컴퓨터의 프로세서가 소정의 절차대로 실행시키는데 필요한 실행 절차 관련 제어 코드를 포함할 수 있다. 또한, 이러한 코드는 상기 기능들을 상기 컴퓨터의 프로세서가 실행시키는데 필요한 추가 정보나 미디어가 상기 컴퓨터의 내부 또는 외부 메모리의 어느 위치(주소 번지)에서 참조되어야 하는지에 대한 메모리 참조관련 코드를 더 포함할 수 있다. 또한, 상기 컴퓨터의 프로세서가 상기 기능들을 실행시키기 위하여 원격(Remote)에 있는 어떠한 다른 컴퓨터나 서버 등과 통신이 필요한 경우, 코드는 상기 컴퓨터의 통신 모듈을 이용하여 원격에 있는 어떠한 다른 컴퓨터나 서버 등과 어떻게 통신해야 하는지, 통신 시 어떠한 정보나 미디어를 송수신해야 하는지 등에 대한 통신 관련 코드를 더 포함할 수 있다.The above-mentioned program is C, C++, JAVA, Ruby, and It may include code encoded in a computer language such as machine language. These codes may include functional codes related to functions that define the necessary functions for executing the methods, and include control codes related to execution procedures necessary for the computer's processor to execute the functions according to predetermined procedures. can do. In addition, these codes may further include memory reference-related codes that indicate at which location (address address) in the computer's internal or external memory additional information or media required for the computer's processor to execute the above functions should be referenced. there is. In addition, if the computer's processor needs to communicate with any other remote computer or server in order to execute the above functions, the code uses the computer's communication module to determine how to communicate with any other remote computer or server. It may further include communication-related codes regarding whether communication should be performed and what information or media should be transmitted and received during communication.

상기 저장되는 매체는, 레지스터, 캐쉬, 메모리 등과 같이 짧은 순간 동안 데이터를 저장하는 매체가 아니라 반영구적으로 데이터를 저장하며, 기기에 의해 판독(reading)이 가능한 매체를 의미한다. 구체적으로는, 상기 저장되는 매체의 예로는 ROM, RAM, CD-ROM, 자기 테이프, 플로피디스크, 광 데이터 저장장치 등이 있지만, 이에 제한되지 않는다. 즉, 상기 프로그램은 상기 컴퓨터가 접속할 수 있는 다양한 서버 상의 다양한 기록매체 또는 사용자의 상기 컴퓨터상의 다양한 기록매체에 저장될 수 있다. 또한, 상기 매체는 네트워크로 연결된 컴퓨터 시스템에 분산되어, 분산방식으로 컴퓨터가 읽을 수 있는 코드가 저장될 수 있다.The storage medium refers to a medium that stores data semi-permanently and can be read by a device, rather than a medium that stores data for a short period of time, such as a register, cache, or memory. Specifically, examples of the storage medium include ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical data storage device, etc., but are not limited thereto. That is, the program may be stored in various recording media on various servers that the computer can access or on various recording media on the user's computer. Additionally, the medium may be distributed to computer systems connected to a network, and computer-readable code may be stored in a distributed manner.

전술한 본 발명의 설명은 예시를 위한 것이며, 본 발명이 속하는 기술분야의 통상의 지식을 가진 자는 본 발명의 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 쉽게 변형이 가능하다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다. 예를 들어, 단일형으로 설명되어 있는 각 구성 요소는 분산되어 실시될 수도 있으며, 마찬가지로 분산된 것으로 설명되어 있는 구성 요소들도 결합된 형태로 실시될 수 있다.The description of the present invention described above is for illustrative purposes, and those skilled in the art will understand that the present invention can be easily modified into other specific forms without changing the technical idea or essential features of the present invention. will be. Therefore, the embodiments described above should be understood in all respects as illustrative and not restrictive. For example, each component described as single may be implemented in a distributed manner, and similarly, components described as distributed may also be implemented in a combined form.

본 발명의 범위는 상기 상세한 설명보다는 후술하는 특허청구범위에 의하여 나타내어지며, 특허청구범위의 의미 및 범위 그리고 그 균등 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다.The scope of the present invention is indicated by the claims described below rather than the detailed description above, and all changes or modified forms derived from the meaning and scope of the claims and their equivalent concepts should be construed as being included in the scope of the present invention. do.

10: 제1 서버
11: 통신부
12: 메모리
13: 프로세서
20: 제2 서버
21: 통신부
22: 메모리
23: 프로세서
24: 로그 저장소
30: 분석 시스템
10: First server
11: Department of Communications
12: memory
13: processor
20: Second server
21: Department of Communications
22: memory
23: processor
24: Log storage
30: Analysis system

Claims (10)

로그 생성 프로세스에 의해 로깅된 로그를 네트워크 장애 여부에 따라 상이한 방식으로 발행하는 제1 서버; 및
상기 제1 서버로부터 수신된 상기 로그에 기 설정된 순서대로 오프셋(offset)을 부여하여 저장하고, 상기 오프셋에 기초하여 상기 로그를 적어도 하나의 분석 시스템에 분산하는 제2 서버;를 포함하고,
상기 제1 서버는,
상기 네트워크에 장애가 발생하지 않은 경우, 상기 로그를 단일 데이터 형태로 발행하여 상기 제2 서버로 전송하고,
상기 네트워크에 장애가 발생한 경우, 상기 장애가 지속된 시간 동안 로깅된 복수의 로그를 파일 형태로 저장하고, 상기 장애가 복구되면 상기 파일 형태로 저장된 상기 복수의 로그를 발행하여 상기 제2 서버로 전송하고,
상기 제1 서버는,
상기 장애가 발생될 때마다, 상기 장애가 발생한 각 시점에서의 데이터 전송을 위한 신호의 세기, 주기 및 일정성을 산출하고,
상기 각 시점에 대해 산출된 복수의 세기 값, 복수의 주기 값 및 복수의 일정성 값에 기초하여 상기 세기에 대한 제1 기준 값, 상기 주기에 대한 제2 기준 값 및 상기 일정성에 대한 제3 기준 값을 설정하고, 상기 제1 기준 값, 상기 제2 기준 값 및 상기 제3 기준 값 중 적어도 하나를 이용하여 상기 네트워크의 장애 여부를 미리 파악하는, 메시지큐를 이용한 무중단 로그 전송 시스템.
a first server that issues logs logged by the log generation process in different ways depending on whether there is a network failure; and
A second server that stores the logs received from the first server with offsets in a preset order and distributes the logs to at least one analysis system based on the offsets,
The first server is,
If no failure occurs in the network, the log is issued in a single data form and transmitted to the second server,
When a failure occurs in the network, a plurality of logs logged during the time the failure persisted are stored in the form of a file, and when the failure is recovered, the plurality of logs stored in the file form are issued and transmitted to the second server,
The first server is,
Whenever the failure occurs, calculate the strength, period, and constancy of the signal for data transmission at each point in time when the failure occurs,
A first reference value for the intensity, a second reference value for the period, and a third reference for the constancy based on the plurality of intensity values, plurality of period values, and plurality of constancy values calculated for each time point. An uninterrupted log transmission system using a message queue that sets a value and determines in advance whether there is a problem in the network using at least one of the first reference value, the second reference value, and the third reference value.
제1 항에 있어서,
제2 서버는,
상기 제1 서버로부터의 로그 전송 상황을 기 설정된 주기 마다 확인하고, 현재 시점 기준 전후로 기 설정된 시간 동안 상기 로그가 전송되지 않으면 상기 네트워크에 장애가 발생한 것으로 판단하는, 메시지큐를 이용한 무중단 로그 전송 시스템.
According to claim 1,
The second server is,
An uninterrupted log transmission system using a message queue that checks the log transmission status from the first server at a preset period and determines that a failure has occurred in the network if the log is not transmitted for a preset time before and after the current point of time.
제1 항에 있어서,
상기 제1 서버는,
상기 장애가 복구된 시점에 상기 로그 생성 프로세스에 의해 하나의 로그가 로깅되면, 상기 장애가 지속된 시간 동안 순차적으로 저장된 상기 복수의 로그를 우선 발행한 후에 상기 하나의 로그를 발행하는, 메시지큐를 이용한 무중단 로그 전송 시스템.
According to claim 1,
The first server is,
If one log is logged by the log creation process at the time the failure is recovered, the plurality of logs sequentially stored during the time the failure persists are first issued and then the single log is issued. Non-stop using a message queue. Log transmission system.
제1 항에 있어서,
상기 오프셋은, 로그 발행 순서에 따라 로그에 순차적으로 부여되는 정수값이고,
상기 제2 서버는, 상기 장애가 복구되어 수신된 상기 복수의 로그에 대해, 상기 장애 발생 전 마지막으로 발행된 로그에 부여된 오프셋의 다음 값에 해당하는 값을 시작으로 순차적으로 오프셋을 부여하는, 메시지큐를 이용한 무중단 로그 전송 시스템.
According to claim 1,
The offset is an integer value sequentially given to the log according to the log issuing order,
The second server sequentially assigns offsets to the plurality of logs received after recovering from the failure, starting with a value corresponding to the next value of the offset given to the log last published before the failure occurred. Non-stop log transmission system using a queue.
삭제delete 제1 항에 있어서,
상기 제1 기준 값, 상기 제2 기준 값 및 상기 제3 기준 값 각각은,
상기 복수의 세기 값, 상기 복수의 주기 값 및 상기 복수의 일정성 값 각각의 평균값, 최소값 또는 최대값으로 설정되는, 메시지큐를 이용한 무중단 로그 전송 시스템.
According to claim 1,
Each of the first reference value, the second reference value, and the third reference value is,
An uninterrupted log transmission system using a message queue, wherein each of the plurality of intensity values, the plurality of period values, and the plurality of constancy values is set to an average value, minimum value, or maximum value.
제1 항에 있어서,
상기 제1 서버는,
현재 시점에서의 상기 신호의 상기 세기가 상기 제1 기준 값보다 작으면 상기 장애가 발생할 것으로 판단하고,
현재 시점에서의 상기 신호의 상기 주기가 상기 제2 기준 값보다 크면 상기 장애가 발생할 것으로 판단하고,
현재 시점에서의 상기 신호의 상기 일정성이 상기 제3 기준 값보다 크면 상기 장애가 발생할 것으로 판단하는, 메시지큐를 이용한 무중단 로그 전송 시스템.
According to claim 1,
The first server is,
If the intensity of the signal at the current time is less than the first reference value, it is determined that the failure will occur,
If the period of the signal at the current time is greater than the second reference value, it is determined that the failure will occur,
An uninterrupted log transmission system using a message queue that determines that the failure will occur if the constancy of the signal at the current time is greater than the third reference value.
제1 항에 있어서,
상기 제1 서버는,
상기 장애가 복구된 후에 상기 복수의 로그를 전송할 때, 상기 장애가 지속된 시간 및 상기 장애가 발생하기 전의 로그 전송 속도에 기초하여 전송하는, 메시지큐를 이용한 무중단 로그 전송 시스템.
According to claim 1,
The first server is,
An uninterrupted log transmission system using a message queue that transmits the plurality of logs after the failure is recovered, based on the time the failure lasted and the log transmission speed before the failure occurred.
로그 수집을 위한 제1 서버 및 로그 적재를 위한 제2 서버를 포함하는 시스템에 의해 수행되는 방법에 있어서,
로그 생성 프로세스에 의해 로깅된 로그를 네트워크 장애 여부에 따라 상이한 방식으로 발행하는 단계; 및
상기 제2 서버가 상기 제1 서버로부터 수신된 상기 로그에 기 설정된 순서대로 오프셋(offset)을 부여하여 저장하고, 상기 오프셋에 기초하여 상기 로그를 적어도 하나의 분석 시스템에 분산하는 단계;를 포함하고,
상기 제1 서버는,
상기 네트워크에 장애가 발생하지 않은 경우, 상기 로그를 단일 데이터 형태로 발행하여 상기 제2 서버로 전송하고,
상기 네트워크에 장애가 발생한 경우, 상기 장애가 지속된 시간 동안 로깅된 복수의 로그를 파일 형태로 저장하고, 상기 장애가 복구되면 상기 파일 형태로 저장된 상기 복수의 로그를 발행하여 상기 제2 서버로 전송하고,
상기 제1 서버는,
상기 장애가 발생될 때마다, 상기 장애가 발생한 각 시점에서의 데이터 전송을 위한 신호의 세기, 주기 및 일정성을 산출하고,
상기 각 시점에 대해 산출된 복수의 세기 값, 복수의 주기 값 및 복수의 일정성 값에 기초하여 상기 세기에 대한 제1 기준 값, 상기 주기에 대한 제2 기준 값 및 상기 일정성에 대한 제3 기준 값을 설정하고, 상기 제1 기준 값, 상기 제2 기준 값 및 상기 제3 기준 값 중 적어도 하나를 이용하여 상기 네트워크의 장애 여부를 미리 파악하는, 메시지큐를 이용한 무중단 로그 전송 방법.
In a method performed by a system including a first server for log collection and a second server for log loading,
issuing logs logged by the log generation process in different ways depending on whether there is a network failure; and
The second server stores the logs received from the first server with offsets in a preset order, and distributes the logs to at least one analysis system based on the offsets; ,
The first server is,
If no failure occurs in the network, the log is issued in a single data form and transmitted to the second server,
When a failure occurs in the network, a plurality of logs logged during the time the failure persisted are stored in the form of a file, and when the failure is recovered, the plurality of logs stored in the file form are issued and transmitted to the second server,
The first server is,
Whenever the failure occurs, calculate the strength, period, and constancy of the signal for data transmission at each point in time when the failure occurs,
A first reference value for the intensity, a second reference value for the period, and a third reference for the constancy based on the plurality of intensity values, plurality of period values, and plurality of constancy values calculated for each time point. A method of non-stop log transmission using a message queue, wherein a value is set and at least one of the first reference value, the second reference value, and the third reference value is used to determine whether the network has a failure in advance.
컴퓨터와 결합되어, 제9 항의 방법을 실행하기 위해 컴퓨터 판독가능 기록 매체에 저장된 프로그램.A program coupled to a computer and stored on a computer-readable recording medium for executing the method of claim 9.
KR1020210161306A 2021-11-22 2021-11-22 System and method for non-disruptive transmitting log using message queue KR102639786B1 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
KR1020210161306A KR102639786B1 (en) 2021-11-22 2021-11-22 System and method for non-disruptive transmitting log using message queue
KR1020240023716A KR20240025586A (en) 2021-11-22 2024-02-19 Server for managing log based on cloud

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020210161306A KR102639786B1 (en) 2021-11-22 2021-11-22 System and method for non-disruptive transmitting log using message queue

Related Child Applications (1)

Application Number Title Priority Date Filing Date
KR1020240023716A Division KR20240025586A (en) 2021-11-22 2024-02-19 Server for managing log based on cloud

Publications (2)

Publication Number Publication Date
KR20230075076A KR20230075076A (en) 2023-05-31
KR102639786B1 true KR102639786B1 (en) 2024-02-22

Family

ID=86543765

Family Applications (2)

Application Number Title Priority Date Filing Date
KR1020210161306A KR102639786B1 (en) 2021-11-22 2021-11-22 System and method for non-disruptive transmitting log using message queue
KR1020240023716A KR20240025586A (en) 2021-11-22 2024-02-19 Server for managing log based on cloud

Family Applications After (1)

Application Number Title Priority Date Filing Date
KR1020240023716A KR20240025586A (en) 2021-11-22 2024-02-19 Server for managing log based on cloud

Country Status (1)

Country Link
KR (2) KR102639786B1 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8667505B2 (en) 2010-09-14 2014-03-04 Microsoft Corporation Message queue management
KR20200112494A (en) * 2019-03-22 2020-10-05 삼성전자주식회사 Electronic apparatus and method for controlling thereof
KR20210091492A (en) * 2020-01-14 2021-07-22 고려대학교 산학협력단 Method for manufacturing fo stable and semi-trasparent perovskite solar cell using methyl pyrrolidone and cesium doping

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
국제공개특허 제2021-091492호(2021.05.14.) 1부.*
한국공개특허 제10-2013-0107276호(2013.10.01.) 1부.*
한국공개특허 제10-2020-0112494호(2020.10.05.) 1부.*

Also Published As

Publication number Publication date
KR20230075076A (en) 2023-05-31
KR20240025586A (en) 2024-02-27

Similar Documents

Publication Publication Date Title
US10560465B2 (en) Real time anomaly detection for data streams
US20200034311A1 (en) Multi-level storage method and apparatus for blockchain data
US11750711B1 (en) Systems and methods for adaptively rate limiting client service requests at a blockchain service provider platform
CN110008050B (en) Method and device for processing information
CN111597065B (en) Method and device for collecting equipment information
CN112306802A (en) Data acquisition method, device, medium and electronic equipment of system
CN114328132A (en) Method, device, equipment and medium for monitoring state of external data source
CN112486956A (en) Data access method and device and electronic equipment
CN111866101A (en) Access request processing method and device, storage medium and electronic equipment
CN113988225A (en) Method and device for establishing representation extraction model, representation extraction and type identification
KR102639786B1 (en) System and method for non-disruptive transmitting log using message queue
US20170109258A1 (en) Smart logging of trace data for storage systems
CN102325171B (en) Data storage method in monitoring system and system
CN114679295B (en) Firewall security configuration method and device
CN111784359B (en) Multi-mode wind control grading disaster recovery method and device
CN113760589A (en) Service fusing method and device based on real-time stream processing framework
CN112733202A (en) Parallel chain supervision consensus method, computer device and storage medium
CN112306371A (en) Method, apparatus and computer program product for storage management
CN109831342A (en) A kind of fault recovery method based on distributed system
US20240098629A1 (en) Systems and methods for retrieving ran information
US20230370959A1 (en) Systems and methods for retrieving ran information
CN111309433A (en) Virtualization system and virtual machine data copying method
US11500579B1 (en) Consolidated write system and method
KR102180105B1 (en) Method and apparatus for determining malicious software for software installed on device
CN117376446A (en) Data uploading method, device, equipment and storage medium

Legal Events

Date Code Title Description
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
A107 Divisional application of patent
GRNT Written decision to grant