Project

General

Profile

Actions

Idea #7780

closed

[FUSE] Write a FUSE performance pipeline

Added by Brett Smith over 8 years ago. Updated over 8 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
FUSE
Target version:
Start date:
11/19/2015
Due date:
Story points:
0.5

Description

Write a pipeline that copies data (5-10GB) from the FUSE mount to a local temporary file. Test each of the following methods in sequence in the pipeline:

  • shell 'cp' from mount
  • Python shutil.copy from mount
  • arv-get
  • A Python loop that copies from a CollectionReader() to an open file

Write a message after each copy is done so it's possible to collect timing stats up to that point. Then do a checksum on the file and verify that it's not corrupt.


Subtasks 2 (0 open2 closed)

Task #7789: ReviewResolvedPeter Amstutz11/24/2015Actions
Task #7796: Implement different methods to fetch from keepResolvedPeter Amstutz11/19/2015Actions
Actions

Also available in: Atom PDF