Giter Site home page Giter Site logo

from I/O Ops, `noobaa_nsfs_read_count` and `noobaa_nsfs_read_bytes` are unclear, when to expect these I/O metrics about noobaa-core HOT 3 CLOSED

sanvidhansonone avatar sanvidhansonone commented on July 24, 2024
from I/O Ops, `noobaa_nsfs_read_count` and `noobaa_nsfs_read_bytes` are unclear, when to expect these I/O metrics

from noobaa-core.

Comments (3)

liranmauda avatar liranmauda commented on July 24, 2024

@sanvidhansonone
s3 mb, s3 ls, and s3 rb are not IO, in the seance of read bytes/count
read bytes/count are only valid in the read flows.

regarding s3 cp, and s3 rm, it depends on what you are cp/rm
If this is what we consider a server-side copy, then the operation is link/unlink respectfully.
link and unlink are not read IO so we are not expecting any count in this flow.

cp to an object in the bucket into your local machine or a different s3 bucket will lead to IO read count and bytes

from noobaa-core.

sanvidhansonone avatar sanvidhansonone commented on July 24, 2024

@liranmauda thanks
We'll try cp objects and check the metrics.

from noobaa-core.

sanvidhansonone avatar sanvidhansonone commented on July 24, 2024

Now its getting some values, after cp from remote to local

noobaa_nsfs_read_count: 333
noobaa_nsfs_write_count: 128
noobaa_nsfs_read_bytes: 2793406464
noobaa_nsfs_write_bytes: 1073741824
noobaa_nsfs_error_write_bytes: 0
noobaa_nsfs_error_write_count: 0
noobaa_nsfs_error_read_bytes: 0
noobaa_nsfs_error_read_count: 0

thanks @liranmauda

from noobaa-core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.