• Title/Summary/Keyword: 성능기반설계

Search Result 4,264, Processing Time 0.037 seconds

The design of a MDA based performance measurement tool for distributed components (MDA기반의 분산 컴포넌트 성능측정도구 설계)

  • Hwang, Kil-Seung;Lee, Keung-Hae
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2003.05c
    • /
    • pp.1781-1784
    • /
    • 2003
  • 본 논문은 OMG의 MDA(Model Driven Architecture)를 기반으로 한 분산 컴포넌트의 성능 측정도구의 개발모델에 대하여 설명한다. 이 모뜯을 이용하면 컴포넌트 모델과 미들웨어 프레임워크에 중립적인 성능측정기를 개발할 수 있으며 동일 내지는 유사기능을 수행하는 컴포넌트들의 비교와 검증에 필요한 객관적인 성능 측정 결과를 얻을 수 있다.

  • PDF

Design of a Real-time Monitoring Protocol For Smart Ship-Area Network (지능형 선박용 백본 네트워크 기반에서의 실시간 모니터링 관리 프로토콜 설계)

  • Jung, Min-Young;Tak, Sung-Woo
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2010.11a
    • /
    • pp.1795-1798
    • /
    • 2010
  • 본 논문에서는 TCP/IP (Transmission Control Protocol/Internet Protocol) 기반의 모니터링 및 관리 시스템인 단순 네트워크 관리 프로토콜(SNMP : Simple Network Management Protocol)을 분석하여 모니터링 관리 프로토콜 설계에서 고려되어야 할 요구 사항 및 성능인자를 기술하였다. 또한 선박 네트워크 장치의 장애 및 통신선의 절체와 같은 동시 다발적인 사고로 인한 결손에 효율적으로 대처하기 위한 장애 관리 기능과 앞선 요구사항 및 성능 인자를 고려 하여 선박용 백본 네트워크 기반에서의 실시간 모니터링 관리 프로토콜을 설계 하였다.

The Design and Implementation of Autoencoder-Based FTAE for Real-Time Audio Monitoring (실시간 음성 모니터링을 위한 오토인코더 기반 FTAE 설계 및 구현)

  • Jin-Hwan Yang;Hyuk-Soon Choi;Jeong-hyeon park;Sung-Sik Kim;Nammee Moon
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2024.05a
    • /
    • pp.741-744
    • /
    • 2024
  • 본 연구에서는 음성 전처리 기법인 푸리에 변환의 높은 시간 복잡도로 인해 많은 계산 자원을 요구한다는 단점을 보완하기 위한 FTAE(Fourier Transform Auto Encoder)를 설계하고 구현한다. FTAE는 음성 데이터를 입력으로 받아 Early Fusion 특징맵을 출력하도록 설계된 오토인코더 기반 신경망이다. 학습 결과 FTAE의 최종 Training Loss는 0.1479를 나타냈다. 기존 푸리에 변환 기반 Early Fusion 방법과의 성능 비교 실험 결과 FTAE 방법은 Accuracy 0.905, F1-Score 0.905, 탐지 소요 시간 17초의 성능을 보였다. FTAE 방법은 Early Fusion 방법에 비해 Accuracy와 F1-Score는 0.065 하락했지만, 탐지 소요 시간은 약 72배 빠른 결과를 보여주었다.

A Design and Implementation of Graphic-based Performance Analyzer for Embedded Software (임베디드 소트프웨어를 위한 그래픽 기반 성능 분석기의 설계 및 구현)

  • Shin Kyoung-Ho;Cho Yong-Yoon;Yoo Chae-Woo
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.07b
    • /
    • pp.919-921
    • /
    • 2005
  • 본 논문은 임베디드 소프트웨어 개발자가 개발 소프트웨어의 성능 테스팅 결과를 그래픽 형태의 인터페이스를 통해 쉽고 편리하게 분석할 수 있는 성능 분석기를 제안한다. 제안하는 성능 분석기는 임베디드 소프트웨어에 대해 생성된 텍스트 기반 저수준의 성능 평가 정보를 그래픽 형태의 결과 화면으로 재구성하기 위한 API로 변형하는 정보 변환기 모듈과 API 형태의 자료구조를 이용해 성능 평가 결과를 그래픽 형태로 출력하는 레포트 생성기로 구성된다. 제안하는 그래픽 기반의 성능 분석기는 개발자나 사용자에게 그래픽 형태의 편리한 성능 분석 레포팅을 제공한다. 따라서, 임베디드 소프트웨어 개발자는 기존의 텍스트 형태의 결과를 분석하기 위한 시간과 노력을 줄일 수 있고, 즉각적이고 직관적인 결과 분석기회를 얻을 수 있어 관련 소프트웨어 개발 효율성을 높일 수 있을 것이다.

  • PDF

Design and Optimality Analysis of Cache Performance Model for Multimedia Streaming Environments (멀티미디어 스트리밍 환경을 위한 캐쉬 성능평가 모델 설계 및 최적성 분석)

  • Hyokyung Bahn;Kyungwoon Cho
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • v.23 no.5
    • /
    • pp.9-13
    • /
    • 2023
  • Multimedia streaming data is very large in size and accessed sequentially, making the LRU(Least Recently Used) algorithm widely used to improve I/O performance in traditional caching environments ineffective. Experimental analysis of this has shown the superiority of interval-based caching over LRU, but the theoretical basis has not been proven. In this paper, we design a cache performance model to analyze the optimality of caching for multimedia streaming environments and design a theoretically optimal caching algorithm based on interval caching. Then, we show that the algorithm we design is an optimal algorithm that minimizes cache misses of streaming data based on the proposed model.

Design and Implementation of a High Performance Web Crawler (고성능 웹크롤러의 설계 및 구현)

  • Kim Hie-Cheol;Chae Soo-Hoan
    • Journal of Digital Contents Society
    • /
    • v.4 no.2
    • /
    • pp.127-137
    • /
    • 2003
  • A Web crawler is an important Internet software technology used in a variety of Internet application software which includes search engines. As Internet continues to grow, implementations of high performance web crawlers are urgently demanded. In this paper, we study how to support dynamic scheduling for a multiprocess-based web crawler. For high performance, web crawlers are usually based on multiprocess in their implementations. In these systems, crawl scheduling which manages the allocation of web pages to each process for loading is one of the important issues. In this paper, we identify issues which are important and challenging in the crawl scheduling. To address the issue, we propose a dynamic crawl scheduling framework and subsequently a system architecture for a web crawler with dynamic crawl scheduling support. This paper presents the design of the Web crawler with dynamic scheduling support.

  • PDF

Reliability and Sensitivity Analysis of Limit State Design Code for Performance Design of Concrete Structures (콘크리트구조물의 성능설계를 위한 한계상태설계기준의 신뢰도 및 민감도 분석)

  • Paik, In-Yeol
    • Proceedings of the Computational Structural Engineering Institute Conference
    • /
    • 2010.04a
    • /
    • pp.301-304
    • /
    • 2010
  • 이 논문에서는 콘크리트구조물의 성능설계를 위한 하중조합의 구성과 이의 신뢰도수준을 정하는 과정을 제시한다. 설계기준의 작성 및 적용에 관하여 논리적인 개념을 제시하고 있는 Eurocode 의 하중조합에 관한 기본 원칙을 살펴보고, 국내 및 미국의 콘크리트구조물의 설계에서 적용하고 있는 하중조합을 분석하여 본다. 구조물 설계에 관한 안전율의 결정에 있어서 널리 사용되고 있는 통계 및 신뢰도에 기반한 분석을 통하여, 현행 하중조합을 사용하고 재료별 저항계수를 적용하는 경우에 제공하게 되는 신뢰도 수준을 살펴본다. 철근콘크리트 보와 기둥의 예제를 이용하여 휨, 전단 및 축력에 관한 신뢰도 수준과 이에 영향을 미치는 설계변수들의 민감도분석을 수행한다.

  • PDF