Giter Club home page Giter Club logo

Comments (2)

 avatar commented on July 16, 2024

Terribly sorry for the reply delay.

The way the memory script works is that it adds the amount of memory used in buffers and caches to the amount of reported free memory. It pulls this info from /proc/meminfo. It does this because the MemAvailable readout is relatively new (I believe the Linux kernel introduced it in v3.14). However, all this field really reads is the addition of the buffers, caches, and free memory but calculated at the kernel. The purpose of the memory script is to inform you of the remaining available system memory. If you still believe the script is incorrectly reporting, please feel free to let me know. I just need to know where you're finding the conflict. If you could give me the output of /proc/meminfo and the tool with a discrepancy I'll investigate that for you.

For mpc, you don't need to execute the command with a watch (and this will also break the command output for i3blocks due to the ANSI draw outputs). The interval=20 parameter is exactly equivalent to using a watch in a terminal. When interval is set to 20, every 20 seconds the command will be executed and the result displayed. Your watch loop was set to 30 so I'm not sure which interval you would prefer but feel free to explore that yourself. Just change watch -n 30 mpc current to mpc current and the output should show up.

Now, something cool coming down the pipe is that MPD will soon have a script included in the contrib folder. Feel free to give it a try if you like. The pull request for the script is available in issue #55 or feel free to grab the actual script.

P.S. cute avatar.

from i3blocks.

Grimmoire avatar Grimmoire commented on July 16, 2024

Ahhh. My bad. Thanks a ton for the help

from i3blocks.

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.