• Title/Summary/Keyword: 감시 프로그램

Search Result 396, Processing Time 0.03 seconds

The Design and Implementation of On-Line Performance Monitor for JaNeC (JaNeC을 위한 온라인 성능감시기의 설계 및 구현)

  • Kim, Myung-Ho;Kim, Nam-Hoon;Choi, Jae-young
    • The KIPS Transactions:PartA
    • /
    • v.9A no.4
    • /
    • pp.563-572
    • /
    • 2002
  • A performance monitor is indispensable to trace and evaluate performance of a program under distributed processing environment. A performance monitor il classified as off-line and on-line according to its output method. An off-line performance monitor analyzes its performance after a program terminates, and an on-line performance monitor analyzes its one while a program runs. Therefore, the on-line function is essential to analyzing and debugging the program fast. JaNeC, distributed processing environment that is implemented in Java, contains an off-line performance monitor for this. However, this performance monitor may not analyze the program running on JaNeC efficiently. Consequently, this paper explains that an on-line performance monitor is designed and implemented for fast analysis and debugging of the program running on JaNeC. This on-line performance monitor is designed to minimize effects on a program to analyze, and provides various forms of graphic output, to analyze the program effectively. In addition, even after a program terminates, it provides interface with the off-line performance monitor, to analyze again.

A Development on Reserve Monitoring Algorithm for K-EMS (K-EMS 예비력감시 알고리즘 개발)

  • Lee, Jeong-Ho;Oh, Tae-Kyoo;Lee, Jin-Su;Seo, Eun-Sung;Kim, Ki-Woon
    • Proceedings of the KIEE Conference
    • /
    • 2008.07a
    • /
    • pp.42-43
    • /
    • 2008
  • 본 논문은 한국형 에너지관리시스템 (K-EMS)의 발전계획 응용프로그램 기능중 하나인 예비력감시 응용프로그램 개발을 위한 예비력감시 알고리즘 개발에 관한 것이다. 예비력감시 응용프로그램은 EMS에서 실시간으로 수행되어 급전원에게 제어지역별, 발전소별, 발전기별로 현재 전력계통의 유효전력 예비력을 제시한다. 본 예비력감시 알고리즘은 국내 전력시장운영규칙의 예비력 항목으로 정의된 주파수조정 예비력, 운전상태 대기예비력, 정지상태 대기예비력, 대체예비력, 운영예비력을 계산한다. K-EMS에서는 경제급전 응용프로그램과 예비력감시 응용프로그램을 연계하여, 요구된 주파수 조정예비력 확보량을 만족하도록 경제급전에서 발전력을 조정한다. 국내 전국계통 실시간 데이터를 이용하여 K-EMS 실시간 예비력감시 알고리즘을 시험하였다.

  • PDF

A Transparent Monitor Based on JDI for Scalable Race Detection of Concurrent Java Programs (병행 Java 프로그램의 확장적 경합탐지를 위한 JDI 기반의 투명한 감시도구)

  • Kim, Young-Joo;Kuh, In-Bon;Bae, Byoung-Jin;Jun, Yong-Kee
    • The KIPS Transactions:PartA
    • /
    • v.16A no.2
    • /
    • pp.55-60
    • /
    • 2009
  • Race conditions in current Java programs must be detected because it may cause unexpected result by non-deterministic executions. For detecting such races during program execution, execution flows of all threads and all access events can be monitored. It is difficult for previous race detection techniques to monitor all threads and access events in actuality because these techniques analyze the files traced during program execution or modify original source programs and then monitor these programs. This paper presents a transparent scalable monitoring tool to detect races using JDI(Java Debug Interface) where JDI is 100% pure java interface to provide in JDPA(Java Platform Debugger Architecture) and is able to provide information corresponding to events occurred in run-time of programs. This tool thus can monitor execution flows of all threads and all access events without program modification. We prove transparency of the presented tool and grasp the efficiency of it using a set of published benchmark programs. As a result of this, the suggested tool can monitor all threads and accesses of these programs without their modification, and their monitoring time is increased to more than 20 times.

A Transparent Monitor for Filtering Access Events to Shared Variables in Concurrent Java Programs (병행 Java 프로그램의 공유변수 접근사건 선택을 위한 투명한 감시도구)

  • Kuh, In-Bon;Kim, Young-Joo;Kang, Moon-Hye;Jun, Yong-Kee
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2007.11a
    • /
    • pp.648-652
    • /
    • 2007
  • 병행 Java 프로그램의 경합은 프로그램의 비결정성을 초래하므로 반드시 탐지되어야 한다. 이러한 경합을 수행 중에 탐지하기 위해서는 모든 접근사건들을 감시할 수 있어야 한다. 기존의 경합탐지 기법들은 대상 프로그램을 수정하여 감시하므로 모든 감시지점을 인식하는 것은 현실적으로 어렵다. 본 연구에서는 JDI (Java Debug Interface)를 이용하여 모든 접근사건을 감시하여 선택할 수 있는 투명한 감시도구를 제안한다. 그리고 벤치마크 프로그램을 이용한 실험결과를 분석하여 투명성을 보인다.

The Design and Implementaion of On-Line Performance Monitor for JaNeC (JaNeC을 위한 온라인 성능감시기의 설계 및 구현)

  • 김남훈;김명호;최재영
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2000.10c
    • /
    • pp.618-620
    • /
    • 2000
  • 최근 네트워크를 이용한 분산환경에서의 작업이 늘고 있다. 이러한 네트워크 환경에서의 병렬프로그램은 그 수행 과정이 일반 순차 프로그램보다 복잡해서 프로그램 진행과정을 파악하기가 어렵다. 그래서 병렬프로그램을 쉽게 분석할 수 있도록 성능감시기에 대한 연구가 진행되고 있다. 이에 본 논문에서는 JaNeC 환경에서 동작하는 병렬프로그램의 진행과정을 이벤트가 발생하는 동안에 실시간으로 볼 수 있도록 온라인 성능감시기에 대해서 설명한다.

  • PDF

Development of Maintenance Effectiveness Monitoring Program for APR1400 Safety Related Systems (APR1400 안전관련계통 정비효과감시 프로그램 개발)

  • Yeom, Dong Un;Hyun, Jin Woo;Song, Tae Young
    • Journal of Energy Engineering
    • /
    • v.23 no.2
    • /
    • pp.191-198
    • /
    • 2014
  • Korea Hydro & Nuclear Power Co. (KHNP) has developed and implemented the maintenance effectiveness monitoring (MR) programs for the operating nuclear power plants. MR programs are developed by reflecting design characteristics of the operating nuclear power plants to monitor the plant performance for improving the safety and reliability. Recently, KHNP has developed the MR program for APR1400 safety related systems to establish the advanced maintenance system and will verify the suitability of the MR program through evaluating initial performance. Consequently, it is expected that the safety of the new plant will be improved by developing and implementing the MR program.

Real-time monitoring system for management of chemically management of chemically contaminated water pipeline (유해화학물질 이송관로 파손누수 실시간 감시 기술)

  • Kim, Joon-Seok;Yoon, Byoung-Jo;Seo, Jae-Soon
    • Proceedings of the Korean Society of Disaster Information Conference
    • /
    • 2015.11a
    • /
    • pp.195-196
    • /
    • 2015
  • 유해화학물질 이송관로의 실시간 유지관리를 위하여 파손사전 예방감시를 위한 이중구조 파이프 제작, GIS관망 구축을 위한 측량 및 시공 속성정보 수집을 위한 스마트 폰 앱 프로그램 개발, 실시간 감시를 위한 서버프로그램 개발을 수행하였다. 또한, 파일럿규모의 야외시험시설을 구축하여 시스템 동작여부를 확인하였다. 파손 예방은 파이프에 부착된 센서 케이블을 통하여 감지하도록 하였고, 누수는 압력센서를 일정한 간격으로 설치하여 시험하였다. VRS 측량장비와 스마트폰을 연계할 수 있는 앱 프로그램으로 실시간 자료 수집을 수행할 수 있도록 하였고, 감시 서버프로그램을 통하여 실시간 감시 및 알람이 가능하도록 하였다.

  • PDF

A Study on GUI type On-line Condition Monitoring Program for A Turboprop Engine Using LabVIEW$^{(R)}$ (LabVIEW를 이용한 터보프롭 엔진의 GUI기반 온라인 상태감시 프로그램에 관한 연구)

  • Kong, Chang-Duk;Kim, Keon-Woo;Kim, Ji-Hyun
    • Journal of the Korean Society of Propulsion Engineers
    • /
    • v.15 no.3
    • /
    • pp.86-93
    • /
    • 2011
  • Recently, development and application of condition monitoring and diagnostic system for improvement of durability and reliability and reduction of operating cost is generalized in the aircraft propulsion system. Expecially, for reliable operation of the high altitude and a long time and condition monitoring system to identify faults and degradations of its propulsion system should be needed. This work proposed a GUI-based On-line condition monitoring program using LabVIEW by PT6A-67 turboprop engine. The proposed on-line condition program can monitor the real engine performance as well as the trend through precise comparison between performance results calculated by the base performance simulation program and measuring engine performance signals. In the development phase of this monitoring system, a signal generation module is proposed to evaluate the proposed on-line monitoring system.

Data Synchronization of Distributed Monitoring and Control System (분산 감시 제어 시스템의 정보 동기화)

  • 배경호;김태완;이재하;장천현
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.10a
    • /
    • pp.520-522
    • /
    • 2004
  • 분산 감시 제어 시스템은 산업분야에서 중요한 부분이다. 그러나 일반적인 분산 감시 제어 시스템의 응용 소프트웨어간이나 감시 장비간의 또는 응용 소프트웨어와 감시 장비간의 통신이 필요하다. 이러한 문제점은 통신의 과부하로 이어질 수 있다. 본 논문에서는 이러한 문제점을 해결하고 대규모 분산 감시 제어 시스템에서 사용할 수 있는 개발 환경을 제안한다. 이 시스템은 분산 시스템에서 정보를 동기화 하여 분산 환경하의 모든 응용 소프트웨어나 감시 장비가 공유 할 수 있도록 하는 정보 동기화 기술로 이루어져 있다 이 기술은 공유메모리를 사용하여 프로그램 코드와 데이터 구조를 분리하여 데이터 구조 및 데이터 값을 공유할 수 있게 하는 SDSL(Shared Data Structure Library)기법을 사용한다. 그리고 적시성을 보장해 주는 미들웨어인 TMO(Time-triggered Message-triggered Object)를 이용하여 실시간 성을 보장해 주는 한편 통신을 가능하게 해줌으로써 분산 시스템에서도 적용할 수 있다. 본 논문에서 제안하는 개발 환경은 데이터 구조를 동적으로 변화시켜주면서 대규모 분산 감시 제어 시스템에서 응용 프로그램을 보다 편하게 구현하고자 하는 산업 분야에 적용할 수 있다.

  • PDF

An Empirical Comparison of Monitoring Filtering Techniques for Dynamic Data Race Detection in Parallel Programs with OpenMP Directives (OpenMP 디렉티브 병렬프로그램에서의 동적 자료경합 탐지를 위한 감시 필터링 기술의 실험적 비교)

  • Cho, Ahra;Ha, Ok-Kyoon
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2016.07a
    • /
    • pp.1-2
    • /
    • 2016
  • 다중 스레드 기반 병렬 프로그램에서의 자료경합 탐지는 동시에 수행되는 스레드 간의 비결정적인 상호작용 때문에 탐지하기 어려운 것으로 잘 알려져 있다. 동적 분석기술을 사용하여 자료경합을 탐지할 경우 프로그램 수행의 감시와 충돌하는 모든 메모리 연산의 분석을 위해 추가적인 오버헤드가 발생한다는 단점이 있다. 이러한 동적 분석의 추가적인 오버헤드를 줄이는 방법으로 감시 필터링 기술이 소개되고 있으며, 본 논문에서는 동적 자료경합 탐지를 위한 감시 필터링 기술 중 OpenMP 디렉티브 병렬 프로그램에 적용 가능한 두 기술을 대상으로 실용성과 효율성을 실험적으로 비교한다.

  • PDF