mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #193] High CPU usage with S3FS #106
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#106
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 @junaidnasir on GitHub (Jun 6, 2015).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/193
Hi,
I have mounted my S3 Bucket on Ubuntu 14.04 EC2 instance using s3fs V1.78. But I am facing high CPU usage by s3fs. I have tried to terminate all the programs that access the mounted S3 bucket but still the CPU usage by s3fs remain around 40-60%. If I run nload, it shows that around 4Mbps of each upload and download bandwidth is constantly being used by s3fs. Running tcpdump on the eth0 interface shows the following results:
Similarly running netstat -a gives multiple thousands of connections in TIME_WAIT state. A snippet of the output of netstat command is as follows:
Does anyone have any idea, how to resolve this issue?
@gaul commented on GitHub (Jun 6, 2015):
Perhaps
updatedbis indexing your s3fs mountpoint? Try runninglsofor mounting s3fs with the-fparameter.@junaidnasir commented on GitHub (Jun 8, 2015):
@andrewgaul That was it, thank you very much. added mount point to
updatedb's ignore list.