Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PathoJobs
Documentation
Wiki
Unnecessary PFS read
Changes
Page history
New page
Templates
Clone repository
Create Unnecessary PFS read
authored
1 year ago
by
Alex Wiens
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Unnecessary-PFS-read.md
+15
-0
15 additions, 0 deletions
Unnecessary-PFS-read.md
with
15 additions
and
0 deletions
Unnecessary-PFS-read.md
0 → 100644
View page @
19a09161
*
Description:
Some code prepares some data and writes it to the filesystem.
Afterwards, the code reads repeatedly from the prepared file.
If the filesystem is a mounted PFS, this might lead to unnecessary network filesystem traffic.
*
Citerion:
First some write traffic.
Afterwards, continuous read traffic.
Additional criterion: application tagged as specific code (e.g. chemistry simulation code) that is known for this behavior.
*
Possible false positives:
Wrong recognition of affected application.
*
Possible cures/workarounds:
Use a node local filesystem, e.g. ram disk, instead of the network filesystem.
\ No newline at end of file
This diff is collapsed.
Click to expand it.