• Title/Summary/Keyword: Snapshot Method

Search Result 66, Processing Time 0.035 seconds

Improving Bootup Time of Embedded Linux using Snapshot Image Created on Boot Time (부팅 시 생성한 스냅샷 이미지를 이용한 임베디드 리눅스의 부팅 속도 향상 방안)

  • Joe, In-Whee;Lee, Sang-Cheol
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.36 no.3B
    • /
    • pp.254-259
    • /
    • 2011
  • This paper attempts to propose a method to improve the snapshot boot method, one of the methods to enhance the booting speed of the embedded Linux based system and to increase its efficiency. Snapshot boot is a method of using suspend/resume that is a method of saving and restoring the entire information of the current tasks, and it enhances the booting speed by processing a restoration of previous tasks from the bootloader instead of processing the Linux booting. The facing problem of snapshot boot is that it takes a long time to create images and save them to the storage device during the suspend process since it targets every pages. Additionally, if the switch is turned off while creating an image by some extraordinary circumstances, then the image is not created and thus, the resume process of snapshot boot cannot be executed. The suggest method in this paper creates the snapshot image for once only and utilize the image to enhance the speed and stability on booting.

Online Snapshot Method based on Directory and File Change Tracking for Virtual File System (가상파일시스템에서 디렉토리 및 파일 변경 추적에 기반한 온라인 스냅샷 방법)

  • Kim, Jinsu;Song, Seokil;Shin, Jae Ryong
    • The Journal of the Korea Contents Association
    • /
    • v.19 no.5
    • /
    • pp.417-425
    • /
    • 2019
  • Storage snapshot technology allows to preserve data at a specific point in time, and recover and access data at a desired point in time. It is an essential technology for storage protection application. Existing snapshot methods have some problems in that they dependent on storage hardware vendor, file system or virtual block device. In this paper, we propose a new snapshot method for solving the problems and creating snapshots on-line. The proposed snapshot method uses a method of extracting the log records of update operations at the virtual file system layer to enable the snapshot method to operate independently on file systems, virtual block devices, and storage hardwares. In addition, the proposed snapshot mehod creates and manages snapshots for directories and files without interruption to the storage service. Finally, through experiments we measure the snapshot creation time and the performance degradation caused by the snapshot.

An Efficient Refresh Method in Multi-Level Storage System with Snapshot Data (스냅샷 데이터를 갖는 다중 레벨 저장 시스템에서의 효율적인 리프레시 기법)

  • Zhou, Peng;Eo, Sang-Hun;Kim, Myoung-Keum;Cho, Sook-Kyoung;Bae, Hae-Young
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2005.05a
    • /
    • pp.55-58
    • /
    • 2005
  • In multi-level storage system with snapshot data, some snapshots which are from selection portions of the base tables are kept in main memory. So how to efficiently refresh snapshots in response to changes on their base tables for preserving consistency which requires snapshots reflect the current state of the base tables referenced by the snapshot query is a very import research issue. In this paper, a method for efficiently refreshing snapshots is proposed. In this method, it uses a data structure to store metadata which contains some necessary information of every snapshot and an updating log that records the history of changes on its base tables. Synchronization process scans the metadata and refreshing process is executed using appropriate logs after it finds anyone of the snapshot need to be refreshed.

  • PDF

Interferometric Snapshot Spectro-ellipsometry: Calibration and Systematic Error Analysis

  • Dembele, Vamara;Choi, Inho;Kheiryzadehkhanghah, Saeid;Choi, Sukhyun;Kim, Junho;Kim, Cheong Song;Kim, Daesuk
    • Current Optics and Photonics
    • /
    • v.4 no.4
    • /
    • pp.345-352
    • /
    • 2020
  • We describe a calibration method to improve the accuracy of interferometric snapshot spectroscopic ellipsometry employing a dual-spectrometer sensor scheme. Conventional spectral wavelength calibration of a spectrometer has been performed by using a calibration lamp having multiple peaks at specific wavelength. This paper shows that such a conventional spectrometer calibration method is inappropriate for the proposed interferometric snapshot spectroscopic ellipsometry to obtain highly accurate ellipsometric phase information. And also, systematic error analysis of interferometric snapshot spectroscopic ellipsometry is conducted experimentally.

Dynamic characteristics analysis of forcing jet by Karhunen-Loeve transformation (Karhunen-Loeve 변환을 이용한 Forcing 제트의 동적 특성 해석)

  • Lee, Chan-Hui;Lee, Sang-Hwan
    • Transactions of the Korean Society of Mechanical Engineers B
    • /
    • v.21 no.6
    • /
    • pp.758-772
    • /
    • 1997
  • The snapshot method is introduced to approximate the coherent structures of planar forcing jet flow. The numerical simulation of flow field is simulated by discrete vortex method. With snapshot method we could treat the data efficiently and approximate coherent structures inhered in the planer jet flow. By forcing the jet at a sufficient amplitude and at a well-chosen frequency, the paring can be controlled in the region of the jet. Finally we expressed the underlying coherent structures of planar jet flow in the minimum number of modes by Karhunen-Loeve transformation in order to understand jet flow and to make the information storage and management in computers easier.

Snapshot-Based Offloading for Web Applications with HTML5 Canvas (HTML5 캔버스를 활용하는 웹 어플리케이션의 스냅샷 기반 연산 오프로딩)

  • Jeong, InChang;Jeong, Hyuk-Jin;Moon, Soo-Mook
    • Journal of KIISE
    • /
    • v.44 no.9
    • /
    • pp.871-877
    • /
    • 2017
  • A vast amount of research has been carried out for executing compute-intensive applications on resource-constrained mobile devices. Computation offloading is a method in which heavy computations are dynamically migrated from a mobile device to a server, exploiting the powerful hardware of the server to perform complex computations. An important issue for offloading is the complexity of reconciling the execution state of applications between the server and the client. To address this issue, snapshot-based offloading has recently been proposed, which utilizes the snapshot of a web app as the portable description of the execution state. However, for web applications using the HTML5 canvas, snapshot-based offloading does not function correctly, because the snapshot cannot capture the state of the canvas. In this paper, we propose a code generation technique to save the canvas state as part of a snapshot, so that the snapshot-based offloading can be applied to web applications using the canvas.

Design and Implementation of Snapshot Startup Method for Fast Subsystem Startup (서브시스템의 빠른 구동을 위한 스냅샷 구동 기법 설계 및 구현)

  • Kim, Jun;Lee, Joonwon;Jeong, Jinkyu
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.3 no.7
    • /
    • pp.209-218
    • /
    • 2014
  • An AP that is used by smart device is going to be complicated because smart devices support diverse functions. As a result, multiple low-level IPs including a dedicated CPU are integrated in a high-level subsystem for supporting complicated function such as multimedia codec and camera. A subsystem has software that executes separately from main system, and the software needs to be initialized for every execution of the subsystem. This causes increase of the subsystem startup time so it should be improved because startup time of subsystem affects launching time of application. Methods in applied to computer system for fast startup also could be applied to fast startup of subsystem because subsystem is similar with computer system. In this paper, we apply snapshot method that is used in computer system to subsystem and analyzes the pros and cons. And snapshot method could not be applied to register of IP without modification because register of IP offers restricted read and write. So this paper suggests technique that applying snapshot to each characteristic of register.

Approximation for the coherent structures in the planar jet flow (평면 제트류 응집구조의 근사적 표현에 관한 연구)

  • 이찬희;이상환
    • Transactions of the Korean Society of Mechanical Engineers
    • /
    • v.19 no.3
    • /
    • pp.751-762
    • /
    • 1995
  • The snapshot method is introduced to approximate the coherent structures of planar jet flow. The numerical simulation of instantaneous flow field is analyzed by SIMPLE algorithm. An ensemble of realizations is collected using a sampling condition that corresponds to the passage of a large scale vortex at positions 4 and 6 diameters downstream from the nozzle. With snapshot mothod we could treat the data efficiently and approximate coherent structures inhered in the planar jet flow successfully 94% of total turbulent kinetic energy with 10 terms of Karhunen-Loeve expansions. Finally, In accordance with the recent trend to try to explain and model turbulence phenomena with the existence of coherent structures, in the present study, we express the underlying coherent structures of planar jet flow in the minimum number of modes by calculating Karhunen-Loeve expansions in order to improve to understanding of jet flow and to make the information storage and management in computers easier.

Combining approach in Fault Detection and Isolation for GPS applications

  • Chey, Jay-Won;Jee, Gyu-In;Lee, Jang-Gyu
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2004.08a
    • /
    • pp.1949-1952
    • /
    • 2004
  • GPS is widely used for outdoor positioning in many applications. But it is not suitable for positioning in an obstacle environment such as urban area, tunnels and so on, due to variable signal level. So new technology of the positioning is required to provide the consistent error level regardless of any changes in any environment. Abrupt changes of GPS signal can be detected by various fault detection and isolation methods. Conventional FDI (Fault Detection and Isolation) methods are categorized into two approaches. One approach is the snapshot method that uses measurements only at present step. The other approach is the filtering method that uses measurements stacked from previous step to present step. The FDI result of the snapshot method can be considered reliable independently with previous results and the FDI result of the filtering method is more reliable and detection time is a little longer. Therefore combining approach of two methods is proposed for increasing FDI performance in this paper. Three approaches that are the snapshot method, the filtering method and the combining method are compared to show the probability of correct FDI in simulations. The combining approach presents best result of FDI among them and shows the consistent accuracy irrespective of any changes in outdoor environment.

  • PDF

A Hybrid Mapping Technique for Logical Volume Manager in SAN Environments (SAN 논리볼륨 관리자를 위한 혼합 매핑 기법)

  • 남상수;피준일;송석일;유재수;최영희;이병엽
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.10 no.1
    • /
    • pp.99-113
    • /
    • 2004
  • A new architecture called SAN(Storage Area Network) was developed in response to the requirements of high availability of data, scalable growth, and system performance. In order to use SAN more efficiently, most of SAN operating softwares support storage virtualization concepts that allow users to view physical storage devices attached to SAN as a large volume virtually h logical volume manager plays a key role in storage virtualization. It realizes the storage virtualization by mapping logical addresses to physical addresses. A logical volume manager also supports a snapshot that preserves a volume image at certain time and on-line reorganization to allow users to add/remove storage devices to/from SAN even while the system is running. To support the snapshot and the on-line reorganization, most logical volume managers have used table based mapping methods. However, it is very difficult to manage mapping table because the mapping table is large in proportion to a storage capacity. In this paper, we design and implement an efficient and flexible hybrid mapping method based on mathematical equations. The mapping method in this paper supports a snapshot and on-line reorganization. The proposed snapshot and on-line reorganization are performed on the reserved area which is separated from data area of a volume. Due to this strategy normal I/O operations are not affected by snapshot and reorganization. Finally, we show the superiority of our proposed mapping method through various experiments.