danilop / yas3fs

YAS3FS (Yet Another S3-backed File System) is a Filesystem in Userspace (FUSE) interface to Amazon S3. It was inspired by s3fs but rewritten from scratch to implement a distributed cache synchronized by Amazon SNS notifications. A web console is provided to easily monitor the nodes of a cluster.
http://danilop.github.io/yas3fs
MIT License
644 stars 98 forks source link

CPU cycles while idling #169

Open jazzl0ver opened 6 years ago

jazzl0ver commented 6 years ago

Hi,

I'm wondering if YAS3FS taking CPU cycles while idling is normal?

  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
21321 root      20   0 1197m  34m 2728 S  1.2  7.0   0:42.03 yas3fs

There's absolutely no file system access. strace shows a huge number of futex/gettimeofday/select system calls: https://paste.ee/p/TiEUC

YoungCP commented 6 years ago

Getting this too...