mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[GH-ISSUE #767] Any way to reduce CPU usage of s3fs? #439
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#439
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @atomrocktech on GitHub (May 24, 2018).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/767
Version of s3fs being used (s3fs --version)
V1.82
Version of fuse being used (pkg-config --modversion fuse)
V2.9.4
System information (uname -r)
4.4.0-1048-aws
Distro (cat /etc/issue)
Ubuntu16.04.3 LTS \n \l
s3fs command line used (if applicable)
s3fs bucket /opt/s3trunk -o passwd_file=/etc/passwd-s3fs -o endpoint=ap-northeast-1 -o allow_other
s3fs syslog messages (grep s3fs /var/log/syslog, or s3fs outputs)
if you execute s3fs with dbglevel, curldbg option, you can get detail debug messages
Get nothing when using "cat /var/log/syslog | grep s3fs"
Details about issue
Hello,

Im using EC2 with s3fs and mount S3 bucket as a file server,
but I found that CPU usage and I/O are pretty high, Is there any way to reduce them?
BR,
Johnny
@gaul commented on GitHub (Jan 24, 2019):
This is unusually high. Could you attach a profiler to see where s3fs spends its time or maybe just check a few stack traces via
gdb?@gaul commented on GitHub (Jan 24, 2019):
Also
updatedbrunning against the mountpoint can cause these symptoms:https://stackoverflow.com/questions/52372095/tracking-down-s3-costs-s3fs
@gaul commented on GitHub (Jun 25, 2019):
Closing due to inactivity.