Sponsor:

Your company here, and a link to your site. Click to find out more.

yambar-modules-mem - Man Page

This module provides the memory usage

Tags

NameTypeDescription
freeintFree memory in bytes
usedintUsed memory in bytes
totalintTotal memory in bytes
percent_freerangeFree memory in percent
percent_usedrangeUsed memory in percent

Configuration

NameTypeReqDescription
poll-intervalstringnoRefresh interval of the memory usage stats in milliseconds (default=500). Cannot be less then 250ms.

Examples

  bar:
    left:
      - mem:
          poll-interval: 2500
          content:
            string: {text: "{used:mb}MB"}

See Also

yambar-modules(5), yambar-particles(5), yambar-tags(5), yambar-decorations(5)

Referenced By

yambar-modules(5).

2024-04-17