Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve reported statistics #553

Merged
merged 16 commits into from
Nov 3, 2023
Merged

Improve reported statistics #553

merged 16 commits into from
Nov 3, 2023

Commits on Oct 18, 2023

  1. frontend: Update package lock

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    a5ec541 View commit details
    Browse the repository at this point in the history
  2. frontend/stats: Format linux kernel version

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    411b9a4 View commit details
    Browse the repository at this point in the history
  3. backend: Add [64; 128) RAM bucket

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9aa38ec View commit details
    Browse the repository at this point in the history
  4. backend: Parse kernel string to include only version numbers

    The linux kernel version string is parsed to include only
    the kernel version, major version and minor version.
    Ignoring the patch number and kernel specific info leads to
    a better aggregation of data.
    
    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1a83803 View commit details
    Browse the repository at this point in the history
  5. backend: Fix typo

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    d421593 View commit details
    Browse the repository at this point in the history
  6. core: Add CPU vendor to reported chain stats

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    049406a View commit details
    Browse the repository at this point in the history
  7. frontend: Propagate CPU vendor to UI

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c80b91d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. backend: Parse kernel version by +

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    5e279a5 View commit details
    Browse the repository at this point in the history
  2. backend: Add CPU vendors and ignore ascii case

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    36c76b3 View commit details
    Browse the repository at this point in the history
  3. Revert "frontend/stats: Format linux kernel version"

    This reverts commit 411b9a4.
    lexnv committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8ac4ec7 View commit details
    Browse the repository at this point in the history
  4. backend: Fix plus sign test

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    4f78033 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    2032365 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    05604ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e470f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. backend: Trim kernel versions

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d183027 View commit details
    Browse the repository at this point in the history
  2. backend: Modify cpu_vendor

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    124a95d View commit details
    Browse the repository at this point in the history