Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • KSysGuard KSysGuard
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • KSysGuardKSysGuard
  • Merge requests
  • !49

Divide network speeds by 2

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Arjen Hiemstra requested to merge work/ahiemstra/networkspeed into master Oct 16, 2020
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

We update the network speed every 2s to match the daemon update rate. However, this means that when calculating the difference between the current and the previous, we get twice the amount since we are a calculating the difference over 2s. So divide by 2 to get the byte rate per second.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/ahiemstra/networkspeed