Hlavním cílem této bakalářské práce je návrh a implementace klientské aplikace umožňující přístup ke KIVFS pomocí FUSE. V teoretické části jsou podrobněji popsány cachovací algoritmy a možnosti implementace přístupu ke KIVFS. Praktická část je zaměřena na měření efektivity cachovacích algoritmů a propustnost klientské aplikace.
Annotation in English
The main goal of this bachelor thesis is implementation of a client application for KIVFS in C language with FUSE kernel module. The theoretical part discusses caching policies and options available to implement acces to the KIVFS. Practical part is focused on measuerement of eficiency of caching algorithms and throughput of the client application.
Keywords
FUSE, Cache, Distribuovaný souborový systém
Keywords in English
FUSE, Cache, Distributed file system
Length of the covering note
35
Language
CZ
Annotation
Hlavním cílem této bakalářské práce je návrh a implementace klientské aplikace umožňující přístup ke KIVFS pomocí FUSE. V teoretické části jsou podrobněji popsány cachovací algoritmy a možnosti implementace přístupu ke KIVFS. Praktická část je zaměřena na měření efektivity cachovacích algoritmů a propustnost klientské aplikace.
Annotation in English
The main goal of this bachelor thesis is implementation of a client application for KIVFS in C language with FUSE kernel module. The theoretical part discusses caching policies and options available to implement acces to the KIVFS. Practical part is focused on measuerement of eficiency of caching algorithms and throughput of the client application.
Keywords
FUSE, Cache, Distribuovaný souborový systém
Keywords in English
FUSE, Cache, Distributed file system
Research Plan
Nastudujte možnosti technologie FUSE pro linux kernel 3.X.
Ověřte možnosti a vhodnost použití FUSE pro KIV-DFS klienta.
Navrhněte a implementujte KIV-DFS klienta s pomocí FUSE.