Skip to content

Releases: inunix3/dshw

v0.2.0

28 Jun 12:20
Compare
Choose a tag to compare

Added

  1. Add network functionality (commands network and list-networks)
  2. Add option for formatting (--fmt / -f)
  3. Add option to specify the number of command runs (--run-times / -n) and interval between them (--interval / -I)
  4. Add option for specifying the unit information (--data-unit / -u)

Changed

  1. Make commands total-cpu-usage, physical-core-count and cpu-arch as subcommands of the command os.

v0.1.1

17 Jun 21:42
Compare
Choose a tag to compare
  • Update README.md: add Features and Usage sections.

v0.1.0

17 Jun 19:31
Compare
Choose a tag to compare

Features

  • Query about:
    • CPU
    • Sensors
    • Memory
    • Swap memory
    • Disks
    • OS
  • Multiple queries can be issued (dshw memory total usage available free)
  • Custom delimiter is supported (dshw -d ", " drive "/dev/sda3" total available usage fs mount-point)