Skip to content

Commit

Permalink
Commit GUFI traces and README
Browse files Browse the repository at this point in the history
  • Loading branch information
calccrypto committed May 31, 2022
0 parents commit 43533ac
Show file tree
Hide file tree
Showing 13 changed files with 69 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
GUFI-Traces.part08 filter=lfs diff=lfs merge=lfs -text
GUFI-Traces.part02 filter=lfs diff=lfs merge=lfs -text
GUFI-Traces.part04 filter=lfs diff=lfs merge=lfs -text
GUFI-Traces.part05 filter=lfs diff=lfs merge=lfs -text
GUFI-Traces.part06 filter=lfs diff=lfs merge=lfs -text
GUFI-Traces.part07 filter=lfs diff=lfs merge=lfs -text
GUFI-Traces.part00 filter=lfs diff=lfs merge=lfs -text
GUFI-Traces.part01 filter=lfs diff=lfs merge=lfs -text
GUFI-Traces.part03 filter=lfs diff=lfs merge=lfs -text
GUFI-Traces.part09 filter=lfs diff=lfs merge=lfs -text
GUFI-Traces.part10 filter=lfs diff=lfs merge=lfs -text
3 changes: 3 additions & 0 deletions GUFI-Traces.part00
Git LFS file not shown
3 changes: 3 additions & 0 deletions GUFI-Traces.part01
Git LFS file not shown
3 changes: 3 additions & 0 deletions GUFI-Traces.part02
Git LFS file not shown
3 changes: 3 additions & 0 deletions GUFI-Traces.part03
Git LFS file not shown
3 changes: 3 additions & 0 deletions GUFI-Traces.part04
Git LFS file not shown
3 changes: 3 additions & 0 deletions GUFI-Traces.part05
Git LFS file not shown
3 changes: 3 additions & 0 deletions GUFI-Traces.part06
Git LFS file not shown
3 changes: 3 additions & 0 deletions GUFI-Traces.part07
Git LFS file not shown
3 changes: 3 additions & 0 deletions GUFI-Traces.part08
Git LFS file not shown
3 changes: 3 additions & 0 deletions GUFI-Traces.part09
Git LFS file not shown
3 changes: 3 additions & 0 deletions GUFI-Traces.part10
Git LFS file not shown
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# GUFI Filesystem Traces
----
The GUFI Filesystem Traces are a series of formatted text files containing metadata taken from
the filesystems of LANL HPC systems. Each line is an entry from the filesystem, containing the entry's
name, stat(2) data, link name (if applicable), several filesystem specific fields (unused in these traces),
and the entry's pinode. The entry name, link name, uid, and gid fields have been anonymized to
preserve privacy. These traces allow for source filesystem trees (without any file contents) to be
regenerated in various ways, allowing for experiments with filesystem metadata from real HPC systems
without needing access to the real filesystems. yellusers is a scan of the yellow NFS home directory from
April 2019. yellprojs is a scan of the yellow NFS projects directory from April 2019. ttscratch and anony
are Trinitite user scratch space scans from March 2019 and April 2019, respectively. scr4 is from the
yellow Lustre scratch space in June 2020.

LA-UR-21-21017

# Reconstruction
----
This repository contains the bz2 file found at ftp://hpc-ftp.lanl.gov/data/storage/GUFI/GUFITraces.tar.bz2
split into 1GB files and uploaded through Git LFS. To reconstruct the bz2 file, cat the files together.

# Usage
----
After extracting the traces, use `gufi_trace2index` from the
[Grand Unified File Index](https://github.com/mar-file-system/GUFI) to
build indicies.

0 comments on commit 43533ac

Please sign in to comment.