Page MenuHomeSolus

Update vnstat to 2.8
ClosedPublic

Authored by solene on Nov 12 2021, 10:49 AM.
Tags
None
Referenced Files
F11053426: D12287.id29858.diff
Thu, Aug 10, 11:15 PM
F11053425: D12287.id29907.diff
Thu, Aug 10, 11:15 PM
F11053424: D12287.id.diff
Thu, Aug 10, 11:15 PM
F11053423: D12287.id29875.diff
Thu, Aug 10, 11:15 PM
F11037808: D12287.diff
Wed, Aug 9, 9:16 PM
F11015450: D12287.diff
Sat, Aug 5, 11:30 AM
F10842075: D12287.id29907.diff
Jun 10 2023, 10:09 AM
F10841978: D12287.id29858.diff
Jun 10 2023, 9:41 AM
Subscribers

Details

Summary

Summarized Changelog

  • New features
    • Add the possibility of specifying an interface without using the -i / --iface options (vnstat and vnstati)
    • Add configuration option UseUTC for using UTC as timezone for database entries instead of following the system timezone configuration
    • Add -5g / --fivegraph options to image output with sizing related parameters for the output of a 5 minute resolution bar graph
    • Add --large / --small options and configuration option LargeFonts for controlling the image output font size
    • Add --scale and configuration option ImageScale for scaling the image output to a given percent
    • Add bar visualizations for traffic estimations in image output - Allow writing image output to a filename starting with -
    • Add --limit as an alternative way for controlling the length of outputs

Full changelog: https://github.com/vergoh/vnstat/releases/tag/v2.8

Test Plan
  • install vnstat 2.4 , gather data, display data
  • upgrade to vnstat 2.8, gather data, display data, display realtime data
  • create an 5 minutes resolution image with vnstati

Diff Detail

Repository
R3141 vnstat
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Hi @solene. the "description" need a fix too.

JoshStrobl added a subscriber: JoshStrobl.

By needs a fix, @algent means:

Let's take this opportunity while updating it to eliminate the enforced wrapped of the description by having it be:

vnStat is a console-based network traffic monitor that uses the network interface statistics provided by the kernel as information source. This means that vnStat will not actually be sniffing any traffic and also ensures light use of system resources. Traffic statistics are stored on a hourly level for the last 24 hours, on a daily level for the last 30 days and on a monthly level for the last 12 months. Total seen traffic and a top 10 days listing is also provided.

This revision now requires changes to proceed.Nov 12 2021, 12:57 PM

Also we really don't need every single item from the changelog. Can just link to https://github.com/vergoh/vnstat/releases/tag/v2.8

solene edited the summary of this revision. (Show Details)
  • summarize changelog
  • unwrap description

A billion times better, thank you!

This revision is now accepted and ready to land.Nov 16 2021, 6:15 AM
This revision was automatically updated to reflect the committed changes.