Giter Site home page Giter Site logo

Dependencies tree about precached HOT 4 OPEN

x3n0m0rph59 avatar x3n0m0rph59 commented on June 2, 2024
Dependencies tree

from precached.

Comments (4)

X3n0m0rph59 avatar X3n0m0rph59 commented on June 2, 2024 1

Does precached generate a list of the most important files?

Yes, but there is room for improvement. Precached currently stores the count of executions of programs (represented by a histogram).

You may view this histogram with:

$ sudo precachedctl plugins hot-applications list

When precached performs offline-prefetching (ahead of time), it will replay the trace logs of the most important programs in the order of its execution count.

Lets say 10 often used programs use file a 9 times, file b 7 times, file c is only used by 2, file d is only used with/after file c....?

What you describe resembles a so called Markov-chain. It is planned to implement such a Markov-chain based algorithm in the near future.

from precached.

idnovic avatar idnovic commented on June 2, 2024 1

Thank you for your time. I find precached very useful and interesting :)

from precached.

idnovic avatar idnovic commented on June 2, 2024

Cool also I found the optimize option.
Do I need to optimize regularly or is the optimization automated?

from precached.

X3n0m0rph59 avatar X3n0m0rph59 commented on June 2, 2024

Optimization of trace logs is handled by precached automatically (during system idle time).
Manual optimization may be triggered (online) by issuing this command:

$ sudo precachedctl housekeeping

If online optimization is not desired, one can use:

$ sudo iotracectl optimize

The histogram does not take up much space, so the decision was made, to only optimize on user request!

from precached.

Related Issues (19)

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.