Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Potentially incorrect units displayed for in task details component #390

Open
robsyme opened this issue Jun 16, 2023 · 0 comments
Open

Potentially incorrect units displayed for in task details component #390

robsyme opened this issue Jun 16, 2023 · 0 comments

Comments

@robsyme
Copy link
Member

robsyme commented Jun 16, 2023

The task details component lists the syscr and syscw which represent the number of system call invocations, but the value is represented as a storage capacity rather than a simple integer:

get syscrFmt(): string {
const result = this.data ? FormatterUtil.humanizeStorageCapacity(this.data.syscr, 1) : null;
return this.fmt(result);
}

I think that these measurements would be better represented as simple integers (counts).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant