• 제목/요약/키워드: system throughput

검색결과 1,748건 처리시간 0.029초

Analysis of the CPU/GPU Temperature and Energy Efficiency depending on Executed Applications (응용프로그램 실행에 따른 CPU/GPU의 온도 및 컴퓨터 시스템의 에너지 효율성 분석)

  • Choi, Hong-Jun;Kang, Seung-Gu;Kim, Jong-Myon;Kim, Cheol-Hong
    • Journal of the Korea Society of Computer and Information
    • /
    • 제17권5호
    • /
    • pp.9-19
    • /
    • 2012
  • As the clock frequency increases, CPU performance improves continuously. However, power and thermal problems in the CPU become more serious as the clock frequency increases. For this reason, utilizing the GPU to reduce the workload of the CPU becomes one of the most popular methods in recent high-performance computer systems. The GPU is a specialized processor originally designed for graphics processing. Recently, the technologies such as CUDA which utilize the GPU resources more easily become popular, leading to the improved performance of the computer system by utilizing the CPU and GPU simultaneously in executing various kinds of applications. In this work, we analyze the temperature and the energy efficiency of the computer system where the CPU and the GPU are utilized simultaneously, to figure out the possible problems in upcoming high-performance computer systems. According to our experimentation results, the temperature of both CPU and GPU increase when the application is executed on the GPU. When the application is executed on the CPU, CPU temperature increases whereas GPU temperature remains unchanged. The computer system shows better energy efficiency by utilizing the GPU compared to the CPU, because the throughput of the GPU is much higher than that of the CPU. However, the temperature of the system tends to be increased more easily when the application is executed on the GPU, because the GPU consumes more power than the CPU.

A System Model of Iterative Image Reconstruction for High Sensitivity Collimator in SPECT (SPECT용 고민감도 콜리메이터를 위한 반복적 영상재구성방법의 시스템 모델 개발)

  • Bae, Seung-Bin;Lee, Hak-Jae;Kim, Young-Kwon;Kim, You-Hyun;Lee, Ki-Sung;Joung, Jin-Hun
    • Journal of radiological science and technology
    • /
    • 제33권1호
    • /
    • pp.31-36
    • /
    • 2010
  • Low energy high resolution (LEHR) collimator is the most widely used collimator in SPECT imaging. LEHR has an advantage in terms of image resolution but has a difficulty in acquiring high sensitivity due to the narrow hole size and long septa height. Throughput in SPECT can be improved by increasing counts per second with the use of high sensitivity collimators. The purpose of this study is to develop a system model in iterative image reconstruction to recover the resolution degradation caused by high sensitivity collimators with bigger hole size. We used fan-beam model instead of parallel-beam model for calculation of detection probabilities to accurately model the high sensitivity collimator with wider holes. In addition the weight factors were calculated and applied onto the probabilities as a function of incident angle of incoming photons and distance from source to the collimator surface. The proposed system model resulted in the equivalent performance with the same counts (i.e. in shortened acquisition time) and improved image quality in the same acquisition time. The proposed method can be effectively applied for resolution improvement of pixel collimator of next generation solid state detectors.

Apriori Based Big Data Processing System for Improve Sensor Data Throughput in IoT Environments (IoT 환경에서 센서 데이터 처리율 향상을 위한 Apriori 기반 빅데이터 처리 시스템)

  • Song, Jin Su;Kim, Soo Jin;Shin, Young Tae
    • KIPS Transactions on Computer and Communication Systems
    • /
    • 제10권10호
    • /
    • pp.277-284
    • /
    • 2021
  • Recently, the smart home environment is expected to be a platform that collects, integrates, and utilizes various data through convergence with wireless information and communication technology. In fact, the number of smart devices with various sensors is increasing inside smart homes. The amount of data that needs to be processed by the increased number of smart devices is also increasing, and big data processing systems are actively being introduced to handle it effectively. However, traditional big data processing systems have all requests directed to cluster drivers before they are allocated to distributed nodes, leading to reduced cluster-wide performance sharing as cluster drivers managing segmentation tasks become bottlenecks. In particular, there is a greater delay rate on smart home devices that constantly request small data processing. Thus, in this paper, we design a Apriori-based big data system for effective data processing in smart home environments where frequent requests occur at the same time. According to the performance evaluation results of the proposed system, the data processing time was reduced by up to 38.6% from at least 19.2% compared to the existing system. The reason for this result is related to the type of data being measured. Because the amount of data collected in a smart home environment is large, the use of cache servers plays a major role in data processing, and association analysis with Apriori algorithms stores highly relevant sensor data in the cache.

Design and Performance Analysis of CDMA Radio Link Protocols for QoS Control of Multimedia Traffic (멀티미디어 트랙픽의 QoS 지원을 위한 CDMA 무선데이터링크 프로토콜 설계 및 성능분석)

  • 조정호;이형옥;한승완
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • 제25권4A호
    • /
    • pp.451-463
    • /
    • 2000
  • In this paper, we design the radio data link protocols with QoS provisioning for mobile multimedia such as voice, data, and video in CDMA-based ATM networks, and analyze the performance of the data link protocols. To support mobile multimedia traffic, the required QoS parameters and the characteristics are analyzed, and wireless protocol stacks are proposed for integrating the wireless access network and ATM transport networks, and radio data link protocols are designed for provisioning QoS Control. The data link protocols are analyzed assuming that the system is supporting voice and data traffic simultaneously. In case of data traffic, the delay and throughput of SREJ ARQ and Type-1 Hybrid ARQ scheme are compared, and in case of voice traffic, the packet loss rate of BCH coding is analyzed according to the varying data traffic loads. The results indicate that the adaptive radio link protocols are efficient to support QoS requirements while the complexities are increased.

  • PDF

Study of an In-order SMT Architecture and Grouping Schemes

  • Moon, Byung-In;Kim, Moon-Gyung;Hong, In-Pyo;Kim, Ki-Chang;Lee, Yong-Surk
    • International Journal of Control, Automation, and Systems
    • /
    • 제1권3호
    • /
    • pp.339-350
    • /
    • 2003
  • In this paper, we propose a simultaneous multithreading (SMT) architecture that improves instruction throughput by exploiting instruction level parallelism (ILP) and thread level parallelism (TLP). The proposed architecture issues and completes instructions belonging to the same thread in exact program order. The issue and completion policy greatly reduces the design complexity and hardware cost of our architecture, compared with others that employ out-of-order issue and completion. On the other hand, when the instructions belong to different threads, the issue and completion orders for those instructions may not necessarily be identical to the fetch order. The processor issues instructions simultaneously from multiple threads to functional units by exploiting ILP and TLP, and by dynamic resource sharing. That parallel execution notably improves performance and resource utilization with minimal additional hardware cost over the conventional superscalar processors. This paper proposes an SMT architecture with grouping as well as one without grouping. Without grouping, all threads dynamically and flexibly share most resources. On the other hand, in the SMT architecture with grouping, in which resources and threads are divided into several groups for design simplification, resources are shared only among threads belonging to the same group as those resources. Simulation results show that our processors with four and eight threads improve performance by three or more times over the conventional superscalar processor with comparable execution resources and policies, and that reasonable grouping reduces the design complexity of SMT processors with little negative effect on performance.

Surface Plasmon Resonance Imaging Analysis of Hexahistidine-tagged Protein on the Gold Thin Film Coated with a Calix Crown Derivative

  • Chung, Bong-Hyun;Baek, Seung-Hak;Shin, Yong-Beom;Kim, Min-Gon;Ro, Hyeon-Su;Kim, Eun-Ki
    • Biotechnology and Bioprocess Engineering:BBE
    • /
    • 제9권2호
    • /
    • pp.143-146
    • /
    • 2004
  • A surface plasmon resonance (SPR) imaging system was constructed and used to detect the hexahistidine-ubiquitin-tagged human parathyroid hormone fragment (His$\sub$6/-Ub-hPTHF(1-34)) expressed in Escherichia coli. The hexahistidine-specific antibody was immobilized on a thin gold film coated with ProLinker$\^$TM/ B, a novel calixcrown derivative with a bifunctional coupling property that permits efficient immobilizaton of capture proteins on solid matrices. The soluble and insoluble fractions of an E. coli cell lysate were spotted onto the antibody-coated gold chip, which was then washed with buffer (pH 7.4) solution and dried. SPR imaging measurements were carried out to detect the expressed His$\sub$6/-Ub-hPTHF(1-34). There was no discernible protein image in the uninduced cell lysate, indicating that non-specific binding of contaminant proteins did not occur on the gold chip surface. It is expected that the approach used here to detect affinity-tagged recombinant proteins using an SPR imaging technique could be used as a powerful tool for the analyses of a number of proteins in a high-throughput mode.

Throughput Performance of Slotted ALOHA Communication System with Guard Time and Capture Effect (신호점유 현상과 보호시간을 고려한 슬롯형 알로아 통신 시스템의 성능분석)

  • 이현구;곽경섭
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • 제18권7호
    • /
    • pp.989-998
    • /
    • 1993
  • In a bursty user traffic mode, ALOHA random multiple access protocol achieves higher performance than any conventional fixed assignment technique. One of central problems in slotted ALOHA is synchronization. Because of the long propagation delay in satellite mobile communication, packet may be spilt over into adjacent slots and thus guard time may be included between packet intervals. In conventional ALOHA channels, simultaneous transmission by two or more users results in a collision : the unsuccessful packets have to be retransmitted according to some retransmission algorithm. However, in a radio environment, users are often at different distances from the receiver : therefore, their received signals have substantially different power levels. The packet arriving with the highest energy now has a good chance of being detected accurately. Similarly, in some spread-spectrum random access systems, the earliest arriving packet dominates later arriving packets and thus captures the channel. In this paper slotted ALOHA channel with non zero guard time and capture probability is studied. Using the Markovian model, the performance of slotted ALOHA with guard time and capture effects is derived and compared with that of the conventional ALOHA via numerical analysis.

  • PDF

Optimizing Performance and Energy Efficiency in Cloud Data Centers Through SLA-Aware Consolidation of Virtualized Resources (클라우드 데이터 센터에서 가상화된 자원의 SLA-Aware 조정을 통한 성능 및 에너지 효율의 최적화)

  • Elijorde, Frank I.;Lee, Jaewan
    • Journal of Internet Computing and Services
    • /
    • 제15권3호
    • /
    • pp.1-10
    • /
    • 2014
  • The cloud computing paradigm introduced pay-per-use models in which IT services can be created and scaled on-demand. However, service providers are still concerned about the constraints imposed by their physical infrastructures. In order to keep the required QoS and achieve the goal of upholding the SLA, virtualized resources must be efficiently consolidated to maximize system throughput while keeping energy consumption at a minimum. Using ANN, we propose a predictive SLA-aware approach for consolidating virtualized resources in a cloud environment. To maintain the QoS and to establish an optimal trade-off between performance and energy efficiency, the server's utilization threshold dynamically adapts to the physical machine's resource consumption. Furthermore, resource-intensive VMs are prevented from getting underprovisioned by assigning them to hosts that are both capable and reputable. To verify the performance of our proposed approach, we compare it with non-optimized conventional approaches as well as with other previously proposed techniques in a heterogeneous cloud environment setup.

Genetic Features of Lung Adenocarcinoma with Ground-Glass Opacity: What Causes the Invasiveness of Lung Adenocarcinoma?

  • Kim, Dohun;Lee, Jong-Young;Yoo, Jin Young;Cho, Jun Yeun
    • Journal of Chest Surgery
    • /
    • 제53권5호
    • /
    • pp.250-257
    • /
    • 2020
  • Background: Lung adenocarcinoma (LUAD) with ground-glass opacity (GGO) can become aggravated, but the reasons for this aggravation are not fully understood. The goal of this study was to analyze the genetic features and causes of progression of GGO LUAD. Methods: LUAD tumor samples and normal tissues were analyzed using an Illumina HiSeq 4000 system. After the tumor mutational burden (TMB) was calculated, the identified mutations were classified as those found only in GGO LUAD, those present only in nonGGO LUAD, and those common to both tissue types. Ten high-frequency genes were selected from each domain, after which protein interaction network analysis was conducted. Results: Overall, 227 mutations in GGO LUAD, 212 in non-GGO LUAD, and 48 that were common to both tumor types were found. The TMB was 8.8 in GGO and 7.8 in non-GGO samples. In GGO LUAD, mutations of FCGBP and SFTPA1 were identified. FOXQ1, IRF5, and MAGEC1 mutations were common to both types, and CDC27 and NOTCH4 mutations were identified in the non-GGO LUAD. Protein interaction network analysis indicated that IRF5 (common to both tissue types) and CDC27 (found in the non-GGO LUAD) had significant biological functions related to the cell cycle and proliferation. Conclusion: In conclusion, GGO LUAD exhibited a higher TMB than non-GGO LUAD. No clinically meaningful mutations were found to be specific to GGO LUAD, but mutations involved in the epithelial-mesenchymal transition or cell cycle were found in both tumor types and in non-GGO tissue alone. These findings could explain the non-invasiveness of GGO-type LUAD.

Survivability Analysis of MANET Routing Protocols under DOS Attacks

  • Abbas, Sohail;Haqdad, Muhammad;Khan, Muhammad Zahid;Rehman, Haseeb Ur;Khan, Ajab;Khan, Atta ur Rehman
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제14권9호
    • /
    • pp.3639-3662
    • /
    • 2020
  • The network capability to accomplish its functions in a timely fashion under failures and attacks is known as survivability. Ad hoc routing protocols have been studied and extended to various domains, such as Intelligent Transport Systems (ITSs), Unmanned Aerial Vehicles (UAVs), underwater acoustic networks, and Internet of Things (IoT) focusing on different aspects, such as security, QoS, energy. The existing solutions proposed in this domain incur substantial overhead and eventually become burden on the network, especially when there are fewer attacks or no attack at all. There is a need that the effectiveness of these routing protocols be analyzed in the presence of Denial of Service (DoS) attacks without any intrusion detection or prevention system. This will enable us to establish and identify the inherently stable routing protocols that are capable to survive longer in the presence of these attacks. This work presents a DoS attack case study to perform theoretical analysis of survivability on node and network level in the presence of DoS attacks. We evaluate the performance of reactive and proactive routing protocols and analyse their survivability. For experimentation, we use NS-2 simulator without detection or prevention capabilities. Results show that proactive protocols perform better in terms of throughput, overhead and packet drop.