A high-speed data processing technique for time-sequential satellite observation data

Size: px
Start display at page:

Download "A high-speed data processing technique for time-sequential satellite observation data"

Transcription

1 A high-speed data processing technique for time-sequential satellite observation data Ken T. Murata 1a), Hidenobu Watanabe 1, Kazunori Yamamoto 1, Eizen Kimura 2, Masahiro Tanaka 3,OsamuTatebe 3, Kentaro Ukawa 4, Kazuya Muranaga 4, Yutaka Suzuki 4, and Hirotsugu Kojima 5 1 National Institute of Information and Communications Technology, 4 2 1, Nukui-Kitamachi, Koganei, Tokyo, Japan 2 Ehime University, Situkawa, Toon City, Ehime, Japan 3 University of Tsukuba, 1 1 1, Tennodai, Tsukuba, Ibaraki, Japan 4 Systems Engineering Consultants Co., LTD., Setagaya Business Square, Yoga, Setagaya-ku, Tokyo, Japan 5 Research Institute for Sustainable Humanosphere, Kyoto University, Gokasho Uji, Kyoto, Japan a) ken.murata@nict.go.jp Abstract: A variety of satellite missions are carried out every year. Most of the satellites yield big data, and high-performance data processing technologies are expected. We have been developing a cloud system (the NICT Science Cloud) for big data analyses of Earth and Space observations via spacecraft. In the present study, we propose a new technique to process big data considering the fact that highspeed I/O (data file read and write) is important compared with data processing speed. We adopt a task scheduler, the Pwrake, for easy development and management of parallel data processing. Using a set of long-time scientific satellite observation data (GEOTAIL satellite), we examine the performance of the system on the NICT Science Cloud. We successfully archived high-speed data processing more than 100 times faster than those on traditional data processing environments. Keywords: earth and space observation data, data processing, science cloud, parallel file system, Pwrake, parallel processing Classification: Sensing References [1] K. T. Murata, S. Watari, T. Nagatsuma, M. Kunitake, H. Watanabe, K. Yamamoto, Y. Kubota, H. Kato, T. Tsugawa, K. Ukawa, K. Muranaga, E. Kimura, O. Tatebe, K. Fukazawa, and Y. Murayama, A Science Cloud for Data Intensive Sciences, Data Science Journal, vol. 12, pp. WDS139 WDS146, April [2] H. Matsumoto, I. Nagano, R. R. Anderson, H. Kojima, K. Hashimoto, M. 74

2 Tsutsui, T. Okada, I. Kimura, Y. Omura, and M. Okada, Plasma wave observations with GEOTAIL spacecraft, J. Geomag. Geoelectr., vol. 46, pp , [3] K. T. Murata, A Software System Designed for Solar-Terrestrial Data Analysis and Reference via OMT Methodology, Proceeding of 2nd EU- ECN Joint Seminar 2001, Matsuyama, Japan, pp , Nov [4] J. Shafer, I/O virtualization bottlenecks in cloud computing today, Proceedings of the 2nd conference on I/O virtualization (WIOV 10), p.5, [5] M. Tanaka and O. Tatebe, Large-scale data processing with Pwrake, a parallel and distributed workflow system, JAXA Research and development report: Journal of Space Science Informatics Japan, vol. 1, JAXA- RR , pp , May [6] K. T. Murata, H. Watanabe, K. Yamamoto, Y. Kubota, O. Tatebe, M. Tanaka, K. Fukazawa, E. Kimura, K. Ukawa, K. Muranaga, Y. Suzuki, and F. Isoda, A Parallel Processing Technique on the NICT Science Cloud via Gfarm/Pwrake, Information Processing Society of Japan, Special Interest Group, Technical Report, High Performance Computing, 2013-HPC-139, no. 9, pp. 1 6, Introduction A variety of satellite missions, Earth observations and environments, Space physics and Astrophysics and Commercial uses, are carried out every year. Since all of the satellite missions are big projects and their costs are tremendous, effective and fruitful mission results are expected to any satellite mission. Because of development of design and implementation technologies of satellite body and instruments are conducted under long-term project, the lifetime of each satellite tends to be longer, and observed data are getting in larger-scale. Some satellites of date yield more than 1 TB a day, which lead to more than 300 TB data archived in data storages every year. However, currently we have no general hardware-based systems and software techniques to process these big data in both scientific and operational satellite missions. Eventually we need to construct a system specialized for processing big data of each satellite mission, and its cost is no longer negligible. Cloud computing provides users with big data processing environments that can be customized for their own purposes. In the present study, we propose a large-scale data processing system and technique designed for general satellite data working on a science cloud. We paid attention to the fact that, in the most cases of archived data processing, data size is large, however data processing is not complicated, especially in the first stage of data survey processing on a satellite mission. It should be also noted that, in case of data file processing on a computer, I/O (file read and write) time accounts for a large portion of overall processing time compared with data processing time. Science cloud is a novel concept of cloud-based technologies to realize datac IEICE High-Speed I/O using Parallel File System 75

3 intensive scientific researches and operations that are not well served by current supercomputers, grids and HPC clusters. The NICT Science Cloud [1] is one of the cloud systems designed for big data science. In the present study, we discuss data processing system and technique for long-term observation data of GEOTAIL satellite. GEOTAIL is a scientific satellite to observe Earth s magnetosphere. It was launched in 1992 and is still observing. There are 7 mission instruments equipped on the satellite, and PWI (Plasma Wave Instrument) is one of the mission instruments onboard GEOTAIL [2]. The PWI carries on three types of observations; SFA (Sweep Frequency Analyzer), MCA (Multi-Channel Analyzer) and WFC (Wave Form Capture). Level-2 data of SFA is in CDF format. The size of each Level-2 file is 7.3 MB, and 189 GB for 20 years (from September 1992 to December 2011). One SFA file contains six hours observation data. 27,576 SFA files have been saved after more than 20 years continuum observations. To read, make plots, and analyze the SFA data, we have developed STARS (Solar-Terrestrial data Analysis and Reference System) [3]. The STARS offers GUI for operation, and also has some functions working in batch mode. Fig. 1. An example to process GEOTAIL satellite data: read and write time (I/O time) and processing time. Fig. 1 is an example of satellite data processing to create a dynamic spectrum plot of GEOTAIL PWI/SFA on a general data processing server (CPU: Xeon X GHz, OS: opensuse11.1). It takes about 2.7 sec. to process one file and 74,455 sec. (close to one day) to process 20 years data plots. This suggests that interactive operation is impossible in single machine, and parallel processing is crucial. What we should note in Fig. 1 is the I/O time. File I/O time, reading data file from storage and writing plot file on storage, is not negligible in satellite data processing. This I/O time is more serious in case of parallel data processing [4]. In a general network file system case (Fig. 2 (1)), I/O speed is in inverse proposition to (or worse than) the number of parallelization 76

4 Fig. 2. (1) General network file system without task scheduler and (2) parallel file system with task scheduler; an example with 4 data processing servers. Data files in time sequential order are saved on the network storage in each panel. in case of saving all of data files on a simple NAS storage. For example, if one processes GEOTAIL PWI/SFA data files with 100 processes, it takes 145 sec. or more to read one file (7.3 MB). To overcome this I/O bottle-neck issue, we prepared a parallel file system (Fig. 2 (2)) on the NICT Science Cloud. The present data processing system: 10 data processing servers connected to a parallel file system via 10GbE network. Each through-put between the switch and disk array (7.4 to 7.6 Gbps) is experimental (not specified) value. The total disk size is 620 TB, which is enough for the present study. All of the 20-years GEOTAIL PWI/SFA data are saved on the parallel storage. Since there are four management servers, total data transfer speed is theoretically 40 Gbps. We examine the basic I/O performance of this system to find the experimental I/O speed is about 30 Gbps. There are 12-core CPUs on each data processing server. Hyper thread (HT) setting that two virtual cores are seen from one physical core is available 77

5 on each server. Combination of two virtual cores, 12-core CPUs and 10 servers makes high parallelization, as many as 240 cores in total, is available. The storage is mounted with GPFS (General Parallel File System), one of the parallel file systems, on each server with same mount point (/gpfs/nfs/). 3 Task Scheduling for Time Sequential Data Files In the present study, we perform parallel data processing for 27,576 data files using 240 cores using the data processing system discussed in Section 2. Many types of satellite data are commonly saved in a time sequential format, especially in case of Level-2 or Level-3 data. One file usually corresponds to some extent of observation time, e.g. one month, one week, one day, one hour or one minute. GEOTAIL PWI/SFA contains 6 hours data in each file. A data processing program or application usually processes each data file; there is no dependence or interaction between two or more data file processes. The STARS system [3], developed to process GEOTAIL PWI/SFA file, is already available, thus it is neither reasonable to develop another data processing program nor heavy work to re-write a present program (STARS) for parallel processing using an inter-process library like MPI. For easy but effective parallel data processing using the data processing system on the NICT Science Cloud, we adopt a task scheduler. Taking into account of easy setting, high-performance, and future works of other big data processing on the NICT Science Cloud, we make a choice of Pwrake (Parallel Workflow extension for RAKE) [5] as a task scheduler. Fig. 2 (2) indicates a schematic picture of the Pwrake functions. The basic function of the Pwrake is to allocate each core on data processing servers to data files. User first prepares for a Rakefile on Pwrake controller. In the Rakefile, server list with the numbers of cores on each server is described. Rakefile also has a list of data files to be processed. The Pwrake controller dynamically schedules a task; it allocates a data file to a registered core on any servers. Once a core finishes processing a data file, next file is allocated by the Pwrake controller. It suggests that there is almost no time gap between two tasks on a core. The order of data files is given arbitrarily by users. In the sample case in Fig. 2 (2), the file order is from #1 to #20. In the present study, we describe the order of data file in the Rakefile from old to new (from Sep to Dec. 2011). Data file size may not be same over longterm data set because of occasional lack of observations. It should be noted that processing tasks are well balanced between cores even in this unbalanced tasks by using the Pwrake. 4 High-speed Data Processing for Long-Term Satellite Observation Data We performed data processing using STARS for long-term data of GEO- TAIL PWI/SFA data with 1 to 240 cores on the NICT Science Cloud. I/O time (read time and write time) and data processing time in each case are measured. 78

6 Fig. 3. Speed-up of total processing time (left) and parallel efficiency of total processing time (right) via one server and 10 servers. The horizontal axis shows. Fig. 3 shows the result of the present examinations. Measurements are carried out in the case of one server and 10 servers. Note that there are 12 cores on each server, but 24 virtual cores are available due to hyper thread (HT) setting. Upto 12 cores, speed-up increases successfully due to highperformance I/O via parallel file system and effective task scheduling. In case that parallel number is larger than 12, speed-up of data processing still increase along with the number of parallelization. This is because of the HT effect. The highest speed-up value is 107 when the parallelization number is 200 (20 10) as indicated in Fig. 3. It means that total processing speed with 200 cores is 107 times faster than with one core on a data processing server. The right-hand panel in Fig. 3 shows the parallelization efficiency with same horizontal axis in the left-hand panel. The efficiencies decrease when parallelization number is 4 or larger; it is because that the I/O scalability is not 100% and HT effects. 5 Conclusion In the present study, we perform parallel data processing for 27,576 data files using 240 cores. With paying attention to I/O speed and task scheduling, we achieve 107 times faster than a legacy system and technique. The present method is applicable not only for scientific satellite data but many types of Earth observing satellite data. Numerical simulation before launch of satellite is also important for success of satellite missions. Largescale simulator data processing is another type of the targets of the present study [6]. Acknowledgments The present work is done on the NICT Science Cloud. GEOTAIL satellite data are given by RISH, Kyoto University. We are grateful for Mr. Kenji Inoue and Ms. Chie Toda for their helping us to setup Pwrake and STARS environment. 79

System Software for Big Data and Post Petascale Computing

System Software for Big Data and Post Petascale Computing The Japanese Extreme Big Data Workshop February 26, 2014 System Software for Big Data and Post Petascale Computing Osamu Tatebe University of Tsukuba I/O performance requirement for exascale applications

More information

Workflow System for Data-intensive Many-task Computing

Workflow System for Data-intensive Many-task Computing Workflow System for Data-intensive Many-task Computing Masahiro Tanaka and Osamu Tatebe University of Tsukuba, JST/CREST Japan Science and Technology Agency ISP2S2 Dec 4, 2014 1 Outline Background Pwrake

More information

Data storage services at KEK/CRC -- status and plan

Data storage services at KEK/CRC -- status and plan Data storage services at KEK/CRC -- status and plan KEK/CRC Hiroyuki Matsunaga Most of the slides are prepared by Koichi Murakami and Go Iwai KEKCC System Overview KEKCC (Central Computing System) The

More information

Disk Cache-Aware Task Scheduling

Disk Cache-Aware Task Scheduling Disk ache-aware Task Scheduling For Data-Intensive and Many-Task Workflow Masahiro Tanaka and Osamu Tatebe University of Tsukuba, JST/REST Japan Science and Technology Agency IEEE luster 2014 2014-09-24

More information

The Earth Simulator System

The Earth Simulator System Architecture and Hardware for HPC Special Issue on High Performance Computing The Earth Simulator System - - - & - - - & - By Shinichi HABATA,* Mitsuo YOKOKAWA and Shigemune KITAWAKI The Earth Simulator,

More information

CSE 124: Networked Services Lecture-16

CSE 124: Networked Services Lecture-16 Fall 2010 CSE 124: Networked Services Lecture-16 Instructor: B. S. Manoj, Ph.D http://cseweb.ucsd.edu/classes/fa10/cse124 11/23/2010 CSE 124 Networked Services Fall 2010 1 Updates PlanetLab experiments

More information

ANALYZING CHARACTERISTICS OF PC CLUSTER CONSOLIDATED WITH IP-SAN USING DATA-INTENSIVE APPLICATIONS

ANALYZING CHARACTERISTICS OF PC CLUSTER CONSOLIDATED WITH IP-SAN USING DATA-INTENSIVE APPLICATIONS ANALYZING CHARACTERISTICS OF PC CLUSTER CONSOLIDATED WITH IP-SAN USING DATA-INTENSIVE APPLICATIONS Asuka Hara Graduate school of Humanities and Science Ochanomizu University 2-1-1, Otsuka, Bunkyo-ku, Tokyo,

More information

4-3 Telemetry and Command Processing System for Experiments

4-3 Telemetry and Command Processing System for Experiments 4-3 Telemetry and Command Processing System for Experiments OHASHI Hajime Two telemetry and command processing systems are being prepared as part of the ground facilities by CRL to monitor and control

More information

NFS, GPFS, PVFS, Lustre Batch-scheduled systems: Clusters, Grids, and Supercomputers Programming paradigm: HPC, MTC, and HTC

NFS, GPFS, PVFS, Lustre Batch-scheduled systems: Clusters, Grids, and Supercomputers Programming paradigm: HPC, MTC, and HTC Segregated storage and compute NFS, GPFS, PVFS, Lustre Batch-scheduled systems: Clusters, Grids, and Supercomputers Programming paradigm: HPC, MTC, and HTC Co-located storage and compute HDFS, GFS Data

More information

Commercial Data Intensive Cloud Computing Architecture: A Decision Support Framework

Commercial Data Intensive Cloud Computing Architecture: A Decision Support Framework Association for Information Systems AIS Electronic Library (AISeL) CONF-IRM 2014 Proceedings International Conference on Information Resources Management (CONF-IRM) 2014 Commercial Data Intensive Cloud

More information

A C compiler for Large Data Sequential Processing using Remote Memory

A C compiler for Large Data Sequential Processing using Remote Memory A C compiler for Large Data Sequential Processing using Remote Memory Shiyo Yoshimura, Hiroko Midorikawa Graduate School of Science and Technology, Seikei University, Tokyo, Japan E-mail:dm106231@cc.seikei.ac.jp,

More information

The Computation and Data Needs of Canadian Astronomy

The Computation and Data Needs of Canadian Astronomy Summary The Computation and Data Needs of Canadian Astronomy The Computation and Data Committee In this white paper, we review the role of computing in astronomy and astrophysics and present the Computation

More information

A Container On a Virtual Machine On an HPC? Presentation to HPC Advisory Council. Perth, July 31-Aug 01, 2017

A Container On a Virtual Machine On an HPC? Presentation to HPC Advisory Council. Perth, July 31-Aug 01, 2017 A Container On a Virtual Machine On an HPC? Presentation to HPC Advisory Council Perth, July 31-Aug 01, 2017 http://levlafayette.com Necessary and Sufficient Definitions High Performance Computing: High

More information

OPTIMIZATION OF THE CODE OF THE NUMERICAL MAGNETOSHEATH-MAGNETOSPHERE MODEL

OPTIMIZATION OF THE CODE OF THE NUMERICAL MAGNETOSHEATH-MAGNETOSPHERE MODEL Journal of Theoretical and Applied Mechanics, Sofia, 2013, vol. 43, No. 2, pp. 77 82 OPTIMIZATION OF THE CODE OF THE NUMERICAL MAGNETOSHEATH-MAGNETOSPHERE MODEL P. Dobreva Institute of Mechanics, Bulgarian

More information

MOHA: Many-Task Computing Framework on Hadoop

MOHA: Many-Task Computing Framework on Hadoop Apache: Big Data North America 2017 @ Miami MOHA: Many-Task Computing Framework on Hadoop Soonwook Hwang Korea Institute of Science and Technology Information May 18, 2017 Table of Contents Introduction

More information

Performance Evaluation of a Vector Supercomputer SX-Aurora TSUBASA

Performance Evaluation of a Vector Supercomputer SX-Aurora TSUBASA Performance Evaluation of a Vector Supercomputer SX-Aurora TSUBASA Kazuhiko Komatsu, S. Momose, Y. Isobe, O. Watanabe, A. Musa, M. Yokokawa, T. Aoyama, M. Sato, H. Kobayashi Tohoku University 14 November,

More information

Most real programs operate somewhere between task and data parallelism. Our solution also lies in this set.

Most real programs operate somewhere between task and data parallelism. Our solution also lies in this set. for Windows Azure and HPC Cluster 1. Introduction In parallel computing systems computations are executed simultaneously, wholly or in part. This approach is based on the partitioning of a big task into

More information

Available online at ScienceDirect. Procedia Computer Science 98 (2016 )

Available online at   ScienceDirect. Procedia Computer Science 98 (2016 ) Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 98 (2016 ) 515 521 The 3rd International Symposium on Emerging Information, Communication and Networks (EICN 2016) A Speculative

More information

A High-Performance Storage and Ultra- High-Speed File Transfer Solution for Collaborative Life Sciences Research

A High-Performance Storage and Ultra- High-Speed File Transfer Solution for Collaborative Life Sciences Research A High-Performance Storage and Ultra- High-Speed File Transfer Solution for Collaborative Life Sciences Research Storage Platforms with Aspera Overview A growing number of organizations with data-intensive

More information

Micro Sun Sensor with CMOS Imager for Small Satellite Attitude Control

Micro Sun Sensor with CMOS Imager for Small Satellite Attitude Control SSC05-VIII-5 Micro Sun Sensor with CMOS Imager for Small Satellite Attitude Control Keisuke Yoshihara, Hidekazu Hashimoto, Toru Yamamoto, Hirobumi Saito, Eiji Hirokawa, Makoto Mita Japan Aerospace Exploration

More information

CSE 124: Networked Services Fall 2009 Lecture-19

CSE 124: Networked Services Fall 2009 Lecture-19 CSE 124: Networked Services Fall 2009 Lecture-19 Instructor: B. S. Manoj, Ph.D http://cseweb.ucsd.edu/classes/fa09/cse124 Some of these slides are adapted from various sources/individuals including but

More information

The Architecture and the Application Performance of the Earth Simulator

The Architecture and the Application Performance of the Earth Simulator The Architecture and the Application Performance of the Earth Simulator Ken ichi Itakura (JAMSTEC) http://www.jamstec.go.jp 15 Dec., 2011 ICTS-TIFR Discussion Meeting-2011 1 Location of Earth Simulator

More information

BlueGene/L. Computer Science, University of Warwick. Source: IBM

BlueGene/L. Computer Science, University of Warwick. Source: IBM BlueGene/L Source: IBM 1 BlueGene/L networking BlueGene system employs various network types. Central is the torus interconnection network: 3D torus with wrap-around. Each node connects to six neighbours

More information

Accelerate Database Performance and Reduce Response Times in MongoDB Humongous Environments with the LSI Nytro MegaRAID Flash Accelerator Card

Accelerate Database Performance and Reduce Response Times in MongoDB Humongous Environments with the LSI Nytro MegaRAID Flash Accelerator Card Accelerate Database Performance and Reduce Response Times in MongoDB Humongous Environments with the LSI Nytro MegaRAID Flash Accelerator Card The Rise of MongoDB Summary One of today s growing database

More information

ACCELERATING THE PRODUCTION OF SYNTHETIC SEISMOGRAMS BY A MULTICORE PROCESSOR CLUSTER WITH MULTIPLE GPUS

ACCELERATING THE PRODUCTION OF SYNTHETIC SEISMOGRAMS BY A MULTICORE PROCESSOR CLUSTER WITH MULTIPLE GPUS ACCELERATING THE PRODUCTION OF SYNTHETIC SEISMOGRAMS BY A MULTICORE PROCESSOR CLUSTER WITH MULTIPLE GPUS Ferdinando Alessi Annalisa Massini Roberto Basili INGV Introduction The simulation of wave propagation

More information

Advances of parallel computing. Kirill Bogachev May 2016

Advances of parallel computing. Kirill Bogachev May 2016 Advances of parallel computing Kirill Bogachev May 2016 Demands in Simulations Field development relies more and more on static and dynamic modeling of the reservoirs that has come a long way from being

More information

Effective adaptation of hexahedral mesh using local refinement and error estimation

Effective adaptation of hexahedral mesh using local refinement and error estimation Key Engineering Materials Vols. 243-244 (2003) pp. 27-32 online at http://www.scientific.net (2003) Trans Tech Publications, Switzerland Online Citation available & since 2003/07/15 Copyright (to be inserted

More information

Yasuo Okabe. Hitoshi Murai. 1. Introduction. 2. Evaluation. Elapsed Time (sec) Number of Processors

Yasuo Okabe. Hitoshi Murai. 1. Introduction. 2. Evaluation. Elapsed Time (sec) Number of Processors Performance Evaluation of Large-scale Parallel Simulation Codes and Designing New Language Features on the (High Performance Fortran) Data-Parallel Programming Environment Project Representative Yasuo

More information

Data oriented job submission scheme for the PHENIX user analysis in CCJ

Data oriented job submission scheme for the PHENIX user analysis in CCJ Journal of Physics: Conference Series Data oriented job submission scheme for the PHENIX user analysis in CCJ To cite this article: T Nakamura et al 2011 J. Phys.: Conf. Ser. 331 072025 Related content

More information

Constant monitoring of multi-site network connectivity at the Tokyo Tier2 center

Constant monitoring of multi-site network connectivity at the Tokyo Tier2 center Constant monitoring of multi-site network connectivity at the Tokyo Tier2 center, T. Mashimo, N. Matsui, H. Matsunaga, H. Sakamoto, I. Ueda International Center for Elementary Particle Physics, The University

More information

NERSC Site Update. National Energy Research Scientific Computing Center Lawrence Berkeley National Laboratory. Richard Gerber

NERSC Site Update. National Energy Research Scientific Computing Center Lawrence Berkeley National Laboratory. Richard Gerber NERSC Site Update National Energy Research Scientific Computing Center Lawrence Berkeley National Laboratory Richard Gerber NERSC Senior Science Advisor High Performance Computing Department Head Cori

More information

Global Data Activities for the Study of Solar-Terrestrial Variability

Global Data Activities for the Study of Solar-Terrestrial Variability Joint WDS SCOSTEP/VarSITI Workshop Global Data Activities for the Study of Solar-Terrestrial Variability Date: 3 days in September 2015 (TBD) Place: Tokyo, Japan (TBD) The principal objective of the joint

More information

Robustness of Selective Desensitization Perceptron Against Irrelevant and Partially Relevant Features in Pattern Classification

Robustness of Selective Desensitization Perceptron Against Irrelevant and Partially Relevant Features in Pattern Classification Robustness of Selective Desensitization Perceptron Against Irrelevant and Partially Relevant Features in Pattern Classification Tomohiro Tanno, Kazumasa Horie, Jun Izawa, and Masahiko Morita University

More information

WDC ACTIVITIES IN JAPAN, 2008

WDC ACTIVITIES IN JAPAN, 2008 WDC ACTIVITIES IN JAPAN, 2008 Takashi Watanabe Solar-Terrestrial Environment Laboratory, Nagoya University Nagoya, Japan Email: c62d51ef58@yahoo.co.jp ABSTRACT This paper briefly reviews the activities

More information

Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure

Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure Upgrade to Microsoft SQL Server 2016 with Dell EMC Infrastructure Generational Comparison Study of Microsoft SQL Server Dell Engineering February 2017 Revisions Date Description February 2017 Version 1.0

More information

FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC

FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC white paper FlashGrid Software Intel SSD DC P3700/P3600/P3500 Topic: Hyper-converged Database/Storage FlashGrid Software Enables Converged and Hyper-Converged Appliances for Oracle* RAC Abstract FlashGrid

More information

Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740

Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740 Accelerating Microsoft SQL Server 2016 Performance With Dell EMC PowerEdge R740 A performance study of 14 th generation Dell EMC PowerEdge servers for Microsoft SQL Server Dell EMC Engineering September

More information

Clarifying the Function of the Emergency Mapping Team in order to Allocate the Limited Resources in the Time of 2011 Great East Japan Earthquake

Clarifying the Function of the Emergency Mapping Team in order to Allocate the Limited Resources in the Time of 2011 Great East Japan Earthquake Clarifying the Function of the Emergency Mapping Team in order to Allocate the Limited Resources in the Time of 2011 Great East Japan Earthquake Reo KIMURA School of Human Science and Environment, University

More information

The Comparative Study of Machine Learning Algorithms in Text Data Classification*

The Comparative Study of Machine Learning Algorithms in Text Data Classification* The Comparative Study of Machine Learning Algorithms in Text Data Classification* Wang Xin School of Science, Beijing Information Science and Technology University Beijing, China Abstract Classification

More information

Current Status of the Next- Generation Supercomputer in Japan. YOKOKAWA, Mitsuo Next-Generation Supercomputer R&D Center RIKEN

Current Status of the Next- Generation Supercomputer in Japan. YOKOKAWA, Mitsuo Next-Generation Supercomputer R&D Center RIKEN Current Status of the Next- Generation Supercomputer in Japan YOKOKAWA, Mitsuo Next-Generation Supercomputer R&D Center RIKEN International Workshop on Peta-Scale Computing Programming Environment, Languages

More information

DRAWING AND LANDSCAPE SIMULATION FOR JAPANESE GARDEN BY USING TERRESTRIAL LASER SCANNER

DRAWING AND LANDSCAPE SIMULATION FOR JAPANESE GARDEN BY USING TERRESTRIAL LASER SCANNER DRAWING AND LANDSCAPE SIMULATION FOR JAPANESE GARDEN BY USING TERRESTRIAL LASER SCANNER R. Kumazaki a, *, Y. Kunii a a ITU, Department of Landscape Architecture Science, Tokyo University of Aguriculture,

More information

Storage access optimization with virtual machine migration during execution of parallel data processing on a virtual machine PC cluster

Storage access optimization with virtual machine migration during execution of parallel data processing on a virtual machine PC cluster Storage access optimization with virtual machine migration during execution of parallel data processing on a virtual machine PC cluster Shiori Toyoshima Ochanomizu University 2 1 1, Otsuka, Bunkyo-ku Tokyo

More information

Cost-based Pricing for Multicast Streaming Services

Cost-based Pricing for Multicast Streaming Services Cost-based Pricing for Multicast Streaming Services Eiji TAKAHASHI, Takaaki OHARA, Takumi MIYOSHI,, and Yoshiaki TANAKA Global Information and Telecommunication Institute, Waseda Unviersity 29-7 Bldg.,

More information

TCP/IP THROUGHPUT ENHANCEMENT FOR GLOBAL IP NETWORKS WITH TRANS-OCEANIC SUBMARINE LINK

TCP/IP THROUGHPUT ENHANCEMENT FOR GLOBAL IP NETWORKS WITH TRANS-OCEANIC SUBMARINE LINK / THROUGHPUT ENHANCEMENT FOR GLOBAL NETWORKS WITH TRANS-OCEANIC SUBMARINE LINK Yohei Hasegawa, Masahiro Jibiki, Tatsuhiro Nakada, Yasushi Hara and Yasuhiro Aoki (NEC Corporation) Email:

More information

Toshiaki Yamashita, Motoaki Shimizu, So Nishimura, Toshihiro Nishizawa, and Masatoshi Nakai

Toshiaki Yamashita, Motoaki Shimizu, So Nishimura, Toshihiro Nishizawa, and Masatoshi Nakai In-orbit and Networked Optical Ground Stations Experimental Verification Advanced Testbed (INNOVA): The High-performance and Compact Ground-tracking System Toshiaki Yamashita, Motoaki Shimizu, So Nishimura,

More information

Grid Code Planner EU Code Modifications GC0100/101/102/104

Grid Code Planner EU Code Modifications GC0100/101/102/104 Grid Code Planner EU Code Modifications GC0100/101/102/104 Place your chosen image here. The four corners must just cover the arrow tips. For covers, the three pictures should be the same size and in a

More information

B.H.GARDI COLLEGE OF ENGINEERING & TECHNOLOGY (MCA Dept.) Parallel Database Database Management System - 2

B.H.GARDI COLLEGE OF ENGINEERING & TECHNOLOGY (MCA Dept.) Parallel Database Database Management System - 2 Introduction :- Today single CPU based architecture is not capable enough for the modern database that are required to handle more demanding and complex requirements of the users, for example, high performance,

More information

Map3D V58 - Multi-Processor Version

Map3D V58 - Multi-Processor Version Map3D V58 - Multi-Processor Version Announcing the multi-processor version of Map3D. How fast would you like to go? 2x, 4x, 6x? - it's now up to you. In order to achieve these performance gains it is necessary

More information

System upgrade and future perspective for the operation of Tokyo Tier2 center. T. Nakamura, T. Mashimo, N. Matsui, H. Sakamoto and I.

System upgrade and future perspective for the operation of Tokyo Tier2 center. T. Nakamura, T. Mashimo, N. Matsui, H. Sakamoto and I. System upgrade and future perspective for the operation of Tokyo Tier2 center, T. Mashimo, N. Matsui, H. Sakamoto and I. Ueda International Center for Elementary Particle Physics, The University of Tokyo

More information

Lustre2.5 Performance Evaluation: Performance Improvements with Large I/O Patches, Metadata Improvements, and Metadata Scaling with DNE

Lustre2.5 Performance Evaluation: Performance Improvements with Large I/O Patches, Metadata Improvements, and Metadata Scaling with DNE Lustre2.5 Performance Evaluation: Performance Improvements with Large I/O Patches, Metadata Improvements, and Metadata Scaling with DNE Hitoshi Sato *1, Shuichi Ihara *2, Satoshi Matsuoka *1 *1 Tokyo Institute

More information

Write a technical report Present your results Write a workshop/conference paper (optional) Could be a real system, simulation and/or theoretical

Write a technical report Present your results Write a workshop/conference paper (optional) Could be a real system, simulation and/or theoretical Identify a problem Review approaches to the problem Propose a novel approach to the problem Define, design, prototype an implementation to evaluate your approach Could be a real system, simulation and/or

More information

Implementation of Software-based EPON-OLT and Performance Evaluation

Implementation of Software-based EPON-OLT and Performance Evaluation This article has been accepted and published on J-STAGE in advance of copyediting. Content is final as presented. IEICE Communications Express, Vol.1, 1 6 Implementation of Software-based EPON-OLT and

More information

SSS: An Implementation of Key-value Store based MapReduce Framework. Hirotaka Ogawa (AIST, Japan) Hidemoto Nakada Ryousei Takano Tomohiro Kudoh

SSS: An Implementation of Key-value Store based MapReduce Framework. Hirotaka Ogawa (AIST, Japan) Hidemoto Nakada Ryousei Takano Tomohiro Kudoh SSS: An Implementation of Key-value Store based MapReduce Framework Hirotaka Ogawa (AIST, Japan) Hidemoto Nakada Ryousei Takano Tomohiro Kudoh MapReduce A promising programming tool for implementing largescale

More information

AxxonSoft. The Axxon Smart. Software Package. Recommended platforms. Version 1.0.4

AxxonSoft. The Axxon Smart. Software Package. Recommended platforms. Version 1.0.4 AxxonSoft The Axxon Smart Software Package Recommended platforms Version 1.0.4 Moscow 2010 1 Contents 1 Recommended hardware platforms for Server and Client... 3 2 Size of disk subsystem... 4 3 Supported

More information

CLOUDS OF JINR, UNIVERSITY OF SOFIA AND INRNE JOIN TOGETHER

CLOUDS OF JINR, UNIVERSITY OF SOFIA AND INRNE JOIN TOGETHER CLOUDS OF JINR, UNIVERSITY OF SOFIA AND INRNE JOIN TOGETHER V.V. Korenkov 1, N.A. Kutovskiy 1, N.A. Balashov 1, V.T. Dimitrov 2,a, R.D. Hristova 2, K.T. Kouzmov 2, S.T. Hristov 3 1 Laboratory of Information

More information

Adobe Photoshop CS5: 64-bit Performance and Efficiency Measures

Adobe Photoshop CS5: 64-bit Performance and Efficiency Measures Pfeiffer Report Benchmark Analysis Adobe : 64-bit Performance and Efficiency Measures How support for larger memory configurations improves performance of imaging workflows. Executive Summary This report

More information

Benchmark of a Cubieboard cluster

Benchmark of a Cubieboard cluster Benchmark of a Cubieboard cluster M J Schnepf, D Gudu, B Rische, M Fischer, C Jung and M Hardt Steinbuch Centre for Computing, Karlsruhe Institute of Technology, Karlsruhe, Germany E-mail: matthias.schnepf@student.kit.edu,

More information

Data Processing for SUBARU Telescope using GRID

Data Processing for SUBARU Telescope using GRID Data Processing for SUBARU Telescope using GRID Y. Shirasaki M. Tanaka S. Kawanomoto S. Honda M. Ohishi Y. Mizumoto National Astronomical Observatory of Japan, 2-21-1, Osawa, Mitaka, Tokyo 181-8588, Japan

More information

Real-Time Document Image Retrieval for a 10 Million Pages Database with a Memory Efficient and Stability Improved LLAH

Real-Time Document Image Retrieval for a 10 Million Pages Database with a Memory Efficient and Stability Improved LLAH 2011 International Conference on Document Analysis and Recognition Real-Time Document Image Retrieval for a 10 Million Pages Database with a Memory Efficient and Stability Improved LLAH Kazutaka Takeda,

More information

Measurement of Pedestrian Groups Using Subtraction Stereo

Measurement of Pedestrian Groups Using Subtraction Stereo Measurement of Pedestrian Groups Using Subtraction Stereo Kenji Terabayashi, Yuki Hashimoto, and Kazunori Umeda Chuo University / CREST, JST, 1-13-27 Kasuga, Bunkyo-ku, Tokyo 112-8551, Japan terabayashi@mech.chuo-u.ac.jp

More information

Object Placement in Shared Nothing Architecture Zhen He, Jeffrey Xu Yu and Stephen Blackburn Λ

Object Placement in Shared Nothing Architecture Zhen He, Jeffrey Xu Yu and Stephen Blackburn Λ 45 Object Placement in Shared Nothing Architecture Zhen He, Jeffrey Xu Yu and Stephen Blackburn Λ Department of Computer Science The Australian National University Canberra, ACT 2611 Email: fzhen.he, Jeffrey.X.Yu,

More information

Implementing SQL Server 2016 with Microsoft Storage Spaces Direct on Dell EMC PowerEdge R730xd

Implementing SQL Server 2016 with Microsoft Storage Spaces Direct on Dell EMC PowerEdge R730xd Implementing SQL Server 2016 with Microsoft Storage Spaces Direct on Dell EMC PowerEdge R730xd Performance Study Dell EMC Engineering October 2017 A Dell EMC Performance Study Revisions Date October 2017

More information

Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs DOE Visiting Faculty Program Project Report

Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs DOE Visiting Faculty Program Project Report Parallel Geospatial Data Management for Multi-Scale Environmental Data Analysis on GPUs 2013 DOE Visiting Faculty Program Project Report By Jianting Zhang (Visiting Faculty) (Department of Computer Science,

More information

NetVault Backup Client and Server Sizing Guide 2.1

NetVault Backup Client and Server Sizing Guide 2.1 NetVault Backup Client and Server Sizing Guide 2.1 Recommended hardware and storage configurations for NetVault Backup 10.x and 11.x September, 2017 Page 1 Table of Contents 1. Abstract... 3 2. Introduction...

More information

Effective resource utilization by In-Memory Parallel Execution in Oracle Real Application Clusters 11g Release 2

Effective resource utilization by In-Memory Parallel Execution in Oracle Real Application Clusters 11g Release 2 An Oracle White Paper Feb 2010 Effective resource utilization by In-Memory Parallel Execution in Oracle Real Application Clusters 11g Release 2 Server Hardware Sponsored by Copyright 2010 NS Solutions

More information

Scalasca support for Intel Xeon Phi. Brian Wylie & Wolfgang Frings Jülich Supercomputing Centre Forschungszentrum Jülich, Germany

Scalasca support for Intel Xeon Phi. Brian Wylie & Wolfgang Frings Jülich Supercomputing Centre Forschungszentrum Jülich, Germany Scalasca support for Intel Xeon Phi Brian Wylie & Wolfgang Frings Jülich Supercomputing Centre Forschungszentrum Jülich, Germany Overview Scalasca performance analysis toolset support for MPI & OpenMP

More information

NFS, GPFS, PVFS, Lustre Batch-scheduled systems: Clusters, Grids, and Supercomputers Programming paradigm: HPC, MTC, and HTC

NFS, GPFS, PVFS, Lustre Batch-scheduled systems: Clusters, Grids, and Supercomputers Programming paradigm: HPC, MTC, and HTC Segregated storage and compute NFS, GPFS, PVFS, Lustre Batch-scheduled systems: Clusters, Grids, and Supercomputers Programming paradigm: HPC, MTC, and HTC Co-located storage and compute HDFS, GFS Data

More information

NetVault Backup Client and Server Sizing Guide 3.0

NetVault Backup Client and Server Sizing Guide 3.0 NetVault Backup Client and Server Sizing Guide 3.0 Recommended hardware and storage configurations for NetVault Backup 12.x September 2018 Page 1 Table of Contents 1. Abstract... 3 2. Introduction... 3

More information

Construction Scheme for Cloud Platform of NSFC Information System

Construction Scheme for Cloud Platform of NSFC Information System , pp.200-204 http://dx.doi.org/10.14257/astl.2016.138.40 Construction Scheme for Cloud Platform of NSFC Information System Jianjun Li 1, Jin Wang 1, Yuhui Zheng 2 1 Information Center, National Natural

More information

High Performance Computing Cloud - a PaaS Perspective

High Performance Computing Cloud - a PaaS Perspective a PaaS Perspective Supercomputer Education and Research Center Indian Institute of Science, Bangalore November 2, 2015 Overview Cloud computing is emerging as a latest compute technology Properties of

More information

Accelerating String Matching Algorithms on Multicore Processors Cheng-Hung Lin

Accelerating String Matching Algorithms on Multicore Processors Cheng-Hung Lin Accelerating String Matching Algorithms on Multicore Processors Cheng-Hung Lin Department of Electrical Engineering, National Taiwan Normal University, Taipei, Taiwan Abstract String matching is the most

More information

Efficient Technique for Allocation of Processing Elements to Virtual Machines in Cloud Environment

Efficient Technique for Allocation of Processing Elements to Virtual Machines in Cloud Environment IJCSNS International Journal of Computer Science and Network Security, VOL.16 No.8, August 216 17 Efficient Technique for Allocation of Processing Elements to Virtual Machines in Cloud Environment Puneet

More information

Short Note. Cluster building and running at SEP. Robert G. Clapp and Paul Sava 1 INTRODUCTION

Short Note. Cluster building and running at SEP. Robert G. Clapp and Paul Sava 1 INTRODUCTION Stanford Exploration Project, Report 111, June 9, 2002, pages 401?? Short Note Cluster building and running at SEP Robert G. Clapp and Paul Sava 1 INTRODUCTION SEP has always been interested in problems

More information

SCALABLE TRAJECTORY DESIGN WITH COTS SOFTWARE. x8534, x8505,

SCALABLE TRAJECTORY DESIGN WITH COTS SOFTWARE. x8534, x8505, SCALABLE TRAJECTORY DESIGN WITH COTS SOFTWARE Kenneth Kawahara (1) and Jonathan Lowe (2) (1) Analytical Graphics, Inc., 6404 Ivy Lane, Suite 810, Greenbelt, MD 20770, (240) 764 1500 x8534, kkawahara@agi.com

More information

Cloud Programming. Programming Environment Oct 29, 2015 Osamu Tatebe

Cloud Programming. Programming Environment Oct 29, 2015 Osamu Tatebe Cloud Programming Programming Environment Oct 29, 2015 Osamu Tatebe Cloud Computing Only required amount of CPU and storage can be used anytime from anywhere via network Availability, throughput, reliability

More information

All-Flash High-Performance SAN/NAS Solutions for Virtualization & OLTP

All-Flash High-Performance SAN/NAS Solutions for Virtualization & OLTP All-Flash High-Performance SAN/NAS Solutions for Virtualization & OLTP All-flash configurations are designed to deliver maximum IOPS and throughput numbers for mission critical workloads and applicati

More information

Solving the 24-queens Problem using MPI on a PC Cluster

Solving the 24-queens Problem using MPI on a PC Cluster Technical Report UEC-IS-2004-6, Version 2004-06-14 Graduate School of Information Systems, The University of Electro-Communications Solving the 24-queens Problem using MPI on a PC Cluster Kenji Kise y,

More information

The Fusion Distributed File System

The Fusion Distributed File System Slide 1 / 44 The Fusion Distributed File System Dongfang Zhao February 2015 Slide 2 / 44 Outline Introduction FusionFS System Architecture Metadata Management Data Movement Implementation Details Unique

More information

A plan for real-time monitoring of the earth orientation parameters using the Internet VLBI

A plan for real-time monitoring of the earth orientation parameters using the Internet VLBI EGS2002 2002/4/25 A plan for real-time monitoring of the earth orientation parameters using the Internet VLBI T.Kondo, Y.Koyama, J.Nakajima, M.Sekido,, R.Ichikawa, E.Kawai, H.Okubo, H.Osaki, and M. Kimura

More information

Backup and Recovery Scheme for Distributed e-learning System

Backup and Recovery Scheme for Distributed e-learning System Notice for the use of this material The copyright of this material is retained by the Information Processing Society of Japan (IPSJ). This material is published on this web site with the agreement of the

More information

Parallelizing Inline Data Reduction Operations for Primary Storage Systems

Parallelizing Inline Data Reduction Operations for Primary Storage Systems Parallelizing Inline Data Reduction Operations for Primary Storage Systems Jeonghyeon Ma ( ) and Chanik Park Department of Computer Science and Engineering, POSTECH, Pohang, South Korea {doitnow0415,cipark}@postech.ac.kr

More information

Performance Bottleneck Analysis of Web Applications with eassist

Performance Bottleneck Analysis of Web Applications with eassist : New Measures for Data Center Performance Bottleneck Analysis of Web Applications with eassist Tomohide Yamamoto, Yasuharu Yamada, and Tetsuya Ogata Abstract This article introduces eassist, which enables

More information

Succeeded: World's fastest 600Gbps per lambda optical. transmission with 587Gbps data transfer

Succeeded: World's fastest 600Gbps per lambda optical. transmission with 587Gbps data transfer (Press release) December 11, 2018 National Institute of Informatics, Research Organization of Information and Systems Nippon Telegraph and Telephone East Corporation Nippon Telegraph and Telephone Corporation

More information

Activities of Cyberscience Center and Performance Evaluation of the SX-9 Supercomputer

Activities of Cyberscience Center and Performance Evaluation of the SX-9 Supercomputer Activities of Cyberscience Center and Performance Evaluation of the SX-9 Supercomputer KOBAYASHI Hiroaki, EGAWA Ryusuke, OKABE Kouki, ITO Eiichi, OIZUMI Kenji Abstract The Cyberscience Center at Tohoku

More information

Automated and Massive-scale CCNx Experiments with Software-Defined SmartX Boxes

Automated and Massive-scale CCNx Experiments with Software-Defined SmartX Boxes Network Research Workshop Proceedings of the Asia-Pacific Advanced Network 2014 v. 38, p. 29-33. http://dx.doi.org/10.7125/apan.38.5 ISSN 2227-3026 Automated and Massive-scale CCNx Experiments with Software-Defined

More information

Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments

Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments Sun Lustre Storage System Simplifying and Accelerating Lustre Deployments Torben Kling-Petersen, PhD Presenter s Name Principle Field Title andengineer Division HPC &Cloud LoB SunComputing Microsystems

More information

Compiler Technology That Demonstrates Ability of the K computer

Compiler Technology That Demonstrates Ability of the K computer ompiler echnology hat Demonstrates Ability of the K computer Koutarou aki Manabu Matsuyama Hitoshi Murai Kazuo Minami We developed SAR64 VIIIfx, a new U for constructing a huge computing system on a scale

More information

Distributed Object Storage toward Storage and Usage of Packet Data in a High-speed Network

Distributed Object Storage toward Storage and Usage of Packet Data in a High-speed Network Distributed Object Storage toward Storage and Usage of Packet Data in a High-speed Network Masahisa Tamura, Ken Iizawa, Munenori Maeda, Jun Kato, Tatsuo Kumano, Yuji Nomura, Toshihiro Ozawa Fujitsu Laboratories

More information

A 120 fps High Frame Rate Real-time Video Encoder

A 120 fps High Frame Rate Real-time Video Encoder : Creating Immersive UX Services for Beyond 2020 A High Frame Rate Real-time Video Encoder Yuya Omori, Takayuki Onishi, Hiroe Iwasaki, and Atsushi Shimizu Abstract This article describes a real-time HEVC

More information

Communication has significant impact on application performance. Interconnection networks therefore have a vital role in cluster systems.

Communication has significant impact on application performance. Interconnection networks therefore have a vital role in cluster systems. Cluster Networks Introduction Communication has significant impact on application performance. Interconnection networks therefore have a vital role in cluster systems. As usual, the driver is performance

More information

1. Introduction. Outline

1. Introduction. Outline Outline 1. Introduction ALICE computing in Run-1 and Run-2 2. ALICE computing in Run-3 and Run-4 (2021-) 3. Current ALICE O 2 project status 4. T2 site(s) in Japan and network 5. Summary 2 Quark- Gluon

More information

A Pattern Matching Technique for Detecting Similar 3D Terrain Segments

A Pattern Matching Technique for Detecting Similar 3D Terrain Segments A Pattern Matching Technique for Detecting Similar 3D Terrain Segments MOTOFUMI T. SUZUKI National Institute of Multimedia Education 2-12 Wakaba, Mihama-ku, Chiba, 2610014 JAPAN http://www.nime.ac.jp/

More information

DDN. DDN Updates. DataDirect Neworks Japan, Inc Nobu Hashizume. DDN Storage 2018 DDN Storage 1

DDN. DDN Updates. DataDirect Neworks Japan, Inc Nobu Hashizume. DDN Storage 2018 DDN Storage 1 1 DDN DDN Updates DataDirect Neworks Japan, Inc Nobu Hashizume DDN Storage 2018 DDN Storage 1 2 DDN A Broad Range of Technologies to Best Address Your Needs Your Use Cases Research Big Data Enterprise

More information

SMCCSE: PaaS Platform for processing large amounts of social media

SMCCSE: PaaS Platform for processing large amounts of social media KSII The first International Conference on Internet (ICONI) 2011, December 2011 1 Copyright c 2011 KSII SMCCSE: PaaS Platform for processing large amounts of social media Myoungjin Kim 1, Hanku Lee 2 and

More information

Kohei Arai 1 Graduate School of Science and Engineering Saga University Saga City, Japan

Kohei Arai 1 Graduate School of Science and Engineering Saga University Saga City, Japan Numerical Representation of Web Sites of Remote Sensing Satellite Data Providers and Its Application to Knowledge Based Information Retrievals with Natural Language Kohei Arai 1 Graduate School of Science

More information

Compilers and Compiler-based Tools for HPC

Compilers and Compiler-based Tools for HPC Compilers and Compiler-based Tools for HPC John Mellor-Crummey Department of Computer Science Rice University http://lacsi.rice.edu/review/2004/slides/compilers-tools.pdf High Performance Computing Algorithms

More information

Page Replacement Algorithm using Swap-in History for Remote Memory Paging

Page Replacement Algorithm using Swap-in History for Remote Memory Paging Page Replacement Algorithm using Swap-in History for Remote Memory Paging Kazuhiro SAITO Hiroko MIDORIKAWA and Munenori KAI Graduate School of Engineering, Seikei University, 3-3-, Kichijoujikita-machi,

More information

Typically applied in clusters and grids Loosely-coupled applications with sequential jobs Large amounts of computing for long periods of times

Typically applied in clusters and grids Loosely-coupled applications with sequential jobs Large amounts of computing for long periods of times Typically applied in clusters and grids Loosely-coupled applications with sequential jobs Large amounts of computing for long periods of times Measured in operations per month or years 2 Bridge the gap

More information

Keywords: disk throughput, virtual machine, I/O scheduling, performance evaluation

Keywords: disk throughput, virtual machine, I/O scheduling, performance evaluation Simple and practical disk performance evaluation method in virtual machine environments Teruyuki Baba Atsuhiro Tanaka System Platforms Research Laboratories, NEC Corporation 1753, Shimonumabe, Nakahara-Ku,

More information

SONAS Best Practices and options for CIFS Scalability

SONAS Best Practices and options for CIFS Scalability COMMON INTERNET FILE SYSTEM (CIFS) FILE SERVING...2 MAXIMUM NUMBER OF ACTIVE CONCURRENT CIFS CONNECTIONS...2 SONAS SYSTEM CONFIGURATION...4 SONAS Best Practices and options for CIFS Scalability A guide

More information