EAST MDSplus Log Data Management System

Slides:



Advertisements
Similar presentations
HT-7 ASIPP Feedback Control System for the Antenna Phase Difference of Lower Hybrid Current Drive Min Jiang, Guangli Kuang, Jiafang Shan, Jianan Lin and.
Advertisements

Data Acquisition System for 2D X-Ray Detector Beijing Synchrotron Radiation Facility (BSRF) located at Institute of High Energy Physics is the first synchrotron.
REMODECE MEETING January, the 29th ENERTECH REMODECE Web server Query analyzer Data base software WEB USER Browser Query Answer Database Design.
2008/7/3 NanoMon: An Adaptable Sensor Network Monitoring Software Misun Yu, Haeyong Kim, and Pyeongsoo Mah Embedded S/W Research Division Electronics and.
Team Member: Dakuo Wang, Li Zhang, Xuejie Sun, Yang Liu NETWORK INFORMATION BASE (NIB) VISUALIZATION SYSTEM.
The 1st European NetFPGA Developers Workshop Design Remote Reconfiguration Supported Security Protection System on NetFPGA and Virtex5 Kai Zhang, Xiaoming.
Distributed Indexing of Web Scale Datasets for the Cloud {ikons, eangelou, Computing Systems Laboratory School of Electrical.
Introduction to Apache Hadoop Zibo Wang. Introduction  What is Apache Hadoop?  Apache Hadoop is a software framework which provides open source libraries.
6-10 Oct 2002GREX 2002, Pisa D. Verkindt, LAPP 1 Virgo Data Acquisition D. Verkindt, LAPP DAQ Purpose DAQ Architecture Data Acquisition examples Connection.
Institute for Personal Robots in Education (IPRE)‏ CSC 170 Computing: Science and Creativity.
The Snippet Engine (SnEn) Servers Form an Infinitely Large Network Front End Snippet Engine Servers (located anywhere in the world) Front End Snippet Engine.
Activity Monitoring Tool MIS 2008/2009 Software Project - Group 1 1/4 Architecture Technical Manager.
How Web Database Architectures Work CPS181s April 8, 2003.
Simulation Production System Science Advisory Committee Meeting UW-Madison March 1 st -2 nd 2007 Juan Carlos Díaz Vélez.
Maikel Leemans Wil M.P. van der Aalst. Process Mining in Software Systems 2 System under Study (SUS) Functional perspective Focus: User requests Functional.
16 th IEEE NPSS Real Time Conference 2009 May 10 – 15, 2009 IHEP Beijing China ASIPP Current Status of EAST Plasma Control and Data Acquisition Bingjia.
CLOUD COMPUTING Presented to Graduate Students Mechanical Engineering Dr. John P. Abraham Professor, Computer Engineering UTPA.
SCADA Supervisory Control And Data Acquisition Pantech Solutions Here is the key to learn more.
Data Analytics (CS40003) Introduction to Data Lecture #1
Petr Škoda, Jakub Koza Astronomical Institute Academy of Sciences
Pilot Kafka Service Manuel Martín Márquez. Pilot Kafka Service Manuel Martín Márquez.
OMOP CDM on Hadoop Reference Architecture
Data transmission system for 2D-SND at CSNS
The First Step of EAST Remote Participation System
Big Data is a Big Deal!.
SNS COLLEGE OF TECHNOLOGY
Simulation Production System
Beijing Institute of Technology December 2015
Big Data Enterprise Patterns
PROTECT | OPTIMIZE | TRANSFORM
Connected Living Connected Living What to look for Architecture
Sushant Ahuja, Cassio Cristovao, Sameep Mohta
WP18, High-speed data recording Krzysztof Wrona, European XFEL
Database Services Katarzyna Dziedziniewicz-Wojcik On behalf of IT-DB.
The demonstration of Lustre in EAST data system
Parallel Plasma Equilibrium Reconstruction Using GPU
Big Data A Quick Review on Analytical Tools
Control and Data Acquisition System for VEST at SNU
Overview of the LHD Central Control Room Data Monitoring Environment
Zhangxi Lin Texas Tech University
Y.Chen1, B.J.Xiao1, 2, F.Wang1, S.Li1, F.Yang1, 3
Institute for Cyber Security
Agricultural Science and Technology Innovation Cooperation
Control and data acquisition system of the KTX device
10th IAEA Technical Meeting on Control, Data Acquisition, and Remote Participation for Fusion Research The Research and Implement of Real-Time Plasma Electron.
The design of remote participation platform for EAST plasma control
Spark Presentation.
Connected Living Connected Living What to look for Architecture
G.Manduchi1, T.Fredian2⁾, J.Stillerman2⁾, A. Neto3), F. Sartori3)
Hierarchy of Data in a Database
Data Platform and Analytics Foundational Training
Hadoop Clusters Tess Fulkerson.
Development of built-in diagnostics in the RADE framework (EN2746)
Graduation Project Kick-off presentation - SET
HYCOM CONSORTIUM Data and Product Servers
Dr. John P. Abraham Professor, Computer Engineering UTPA
PROGREX – Presentation
ICCCN14 CPS Cloud Panel Jun Wang
Mixed Reality Server under Robot Operating System
Execution Framework: Hadoop 2.x
Interpret the execution mode of SQL query in F1 Query paper
Energy-Efficient Storage Systems
CS 345A Data Mining MapReduce This presentation has been altered.
ບົດທີ 6 ການຄຸ້ມຄອງຊັບພະຍາກອນຂໍ້ມູນ (Managing Data Resource)
BLOCKCHAIN E-VOTE PoC & Pilot Projects.
Afonso Mukai Scientific Software Engineer
The Internet and Electronic mail
Introduction to Data Lakes
EAST MDSplus Log Data Management System
Development High-Speed Visible Diagnostics for Real-Time Plasma Boundary Reconstruction on EAST By: Biao Shen 8/27/2019.
Presentation transcript:

EAST MDSplus Log Data Management System 12th IAEA Technical Meeting on Control, Data Acquisition and Remote Participation for Fusion Research 13-17 May 2019, Daejeon, Korea P-3-9-469 EAST MDSplus Log Data Management System F. Wang*1, J. Dai1,2, Q.H. Zhang1,2, Y.T. Wang1,2, and F. Yang1,3   1Institute of Plasma Physics, Chinese Academy of Sciences, Hefei, China 2School of nuclear science and technology, University of Science and Technology of China 3Department of Computer Science , Anhui Medical University, Hefei, China

1. Introduction Tree Description Signals Size east Diagnostic DAQ raw data ~3000 ~500TB east_1 Diagnostic DAQ raw data (1kHz) ~20TB analysis Analyzed data ~2000 eng Engineering DAQ raw data ~2TB pcs Plasma Control System data ~500 ~5TB efit EFIT calculation data ~100 Ccd Camera DAQ data ~10 ~150TB To develop a Log Data Management System to monitor the operations of all users on MDSplus database. Log data collection Off-line log data analysis Real-time log data analysis Log data visualization EAST Distributed and Continuous Data Acquisition: DAQ Nodes: ~60; Channels: ~3000; Sampling Rate: 1Hz~60MHz; Stream: ~2~5GB/s; Data: ~100~200TB (year) Database: MDSplus

2. System Architecture The system is developed based on Big Data Technology. MDSplus logging system can record the detailed log information When users sends requests to the server; This log information is monitored by the Flume service in real time and Linux shell in offline; HDFS and Mapreduce use for off-line data analysis; Kafka and Spark Streaming use for real-time data analysis; Combining Zeppelin with traditional web can present server status perfectly; Software environment: CentOS 64bit / Hadoop 2.7.3/ Spark 2.11 / Kafka 0.10.1 / Flume 1.7.0 / PHP / Echart

3. Test Results Data Monitoring:The MySQL table does not directly reflect the value of the data. To solve this problem, building a data browser is quite necessary. Combining Zeppelin with traditional web can present server status perfectly. Performance Test: To test the log analysis system’s usability, the test method adapts multiply threads access data storage server. The following Table is an offline and real-time comparison of the log information processing.