fs-perftest
Script to perform parameter scanning to find good OS parameters for file system performance.
Science Score: 52.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
✓Institutional organization owner
Organization caltechlibrary has institutional domain (www.library.caltech.edu) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.3%) to scientific vocabulary
Repository
Script to perform parameter scanning to find good OS parameters for file system performance.
Basic Info
- Host: GitHub
- Owner: caltechlibrary
- License: other
- Language: Shell
- Default Branch: main
- Size: 41 KB
Statistics
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
fs-perftest
Script to perform parameter scanning to find good OS parameters for file system performance.
Table of contents
Introduction
This is a script for running some common test utilities with a trivial parameter scanning approach, to explore values to improve file system performance.
Installation
Copy the script to the file system volume to be tested.
Quick start
Edit the top of the script to set the value of device.
Run the script as root and save the output somewhere. It will take a few hours to run, so put it in the background too.
sh
./perftest > ~/output.log 2>&1 &
Usage
After running the script, look through the results.
License
Software produced by the Caltech Library is Copyright © 2024 California Institute of Technology. This software is freely distributed under a modified BSD 3-clause license. Please see the LICENSE file for more information.
Acknowledgments
This work was funded by the California Institute of Technology Library.
Owner
- Name: Caltech Library
- Login: caltechlibrary
- Kind: organization
- Email: helpdesk@library.caltech.edu
- Location: Pasadena, CA 91125
- Website: https://www.library.caltech.edu/
- Repositories: 84
- Profile: https://github.com/caltechlibrary
We manage the physical and digital holdings of the California Institute of Technology, provide services and training, and develop open-source software.
Citation (CITATION.cff)
cff-version: 1.2.0
message: If you use this software, please cite it as below.
authors:
- family-names: Hucka
given-names: Michael
orcid: https://orcid.org/0000-0001-9105-5960
- family-names: Doiel
given-names: Robert
orcid: https://orcid.org/0000-0003-0900-6903
- family-names: Morrell
given-names: Thomas E.
orcid: https://orcid.org/0000-0001-9266-5146
- family-names: Keswick
given-names: Tommy
orcid: https://orcid.org/0000-0001-5644-440X
title: fs-perftest
abstract: Script to explore kernel parameter values for good file system performance.
version: 0.0.1
date-released: 2024-02-02
url: https://github.com/caltechlibrary/fs-perftest
repository-code: https://github.com/caltechlibrary/fs-perftest
license-url: https://github.com/caltechlibrary/fs-perftest/blob/main/LICENSE
type: software
keywords:
- file system
- RAID
- optimization
- Linux
- Ubuntu
CodeMeta (codemeta.json)
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"name": "THE NAME OF YOUR SOFTWARE (may or may not be same as repo name)",
"identifier": "YOUR REPOSITORY NAME (ALONE, WITHOUT THE ACCOUNT NAME)",
"description": "SUMMARY OF YOUR SOFTWARE PROJECT",
"version": "0.0.0",
"datePublished": "DATE OF RELEASE",
"dateCreated": "DATE PROJECT STARTED",
"author": [
{
"@type": "Person",
"givenName": "FIRSTNAME",
"familyName": "LASTNAME",
"affiliation": {
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"email": "EMAIL",
"@id": "https://orcid.org/YOUR-ORCID"
}
],
"maintainer": [
{
"@type": "Person",
"givenName": "FIRSTNAME",
"familyName": "LASTNAME",
"affiliation": {
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"email": "EMAIL",
"@id": "https://orcid.org/YOUR-ORCID"
}
],
"funder": {
"@id": "https://ror.org/05dxps055",
"@type": "Organization",
"name": "California Institute of Technology Library"
},
"copyrightHolder": [
{
"@id": "https://ror.org/05dxps055",
"@type": "Organization",
"name": "California Institute of Technology"
}
],
"copyrightYear": 2024,
"license": "https://github.com/caltechlibrary/REPONAME/blob/main/LICENSE",
"isAccessibleForFree": true,
"url": "https://github.com/caltechlibrary/REPONAME",
"codeRepository": "https://github.com/caltechlibrary/REPONAME",
"readme": "https://github.com/caltechlibrary/REPONAME/blob/main/README.md",
"releaseNotes": "https://github.com/caltechlibrary/REPONAME/blob/main/CHANGES.md",
"issueTracker": "https://github.com/caltechlibrary/REPONAME/issues",
"downloadUrl": "https://github.com/caltechlibrary/REPONAME/archive/main.zip",
"softwareHelp": "DOCUMENTATION PAGES/SITE IF ANY",
"relatedLink": "https://data.caltech.edu/records/INVENIORDM-RECORD-ID-IF-ANY",
"programmingLanguage": [
{
"@type": "ComputerLanguage",
"name": "THE PRIMARY PROGRAMMING LANGUAGE",
"version": "MINIMUM LANGUAGE VERSION IF APPLICABLE"
}
],
"keywords": [
"software",
"library",
"ANOTHER KEYWORD",
"ANOTHER KEYWORD"
],
"developmentStatus": "STATUS"
}
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0