Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve reported statistics (paritytech#553)
* frontend: Update package lock Signed-off-by: Alexandru Vasile <[email protected]> * frontend/stats: Format linux kernel version Signed-off-by: Alexandru Vasile <[email protected]> * backend: Add [64; 128) RAM bucket Signed-off-by: Alexandru Vasile <[email protected]> * 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]> * backend: Fix typo Signed-off-by: Alexandru Vasile <[email protected]> * core: Add CPU vendor to reported chain stats Signed-off-by: Alexandru Vasile <[email protected]> * frontend: Propagate CPU vendor to UI Signed-off-by: Alexandru Vasile <[email protected]> * backend: Parse kernel version by `+` Signed-off-by: Alexandru Vasile <[email protected]> * backend: Add CPU vendors and ignore ascii case Signed-off-by: Alexandru Vasile <[email protected]> * Revert "frontend/stats: Format linux kernel version" This reverts commit 411b9a4. * backend: Fix plus sign test Signed-off-by: Alexandru Vasile <[email protected]> * backend: Trim kernel versions Signed-off-by: Alexandru Vasile <[email protected]> * backend: Modify cpu_vendor Signed-off-by: Alexandru Vasile <[email protected]> --------- Signed-off-by: Alexandru Vasile <[email protected]>
- Loading branch information