seqeralabs / nf-tower

Nextflow Tower system
https://tower.nf
Mozilla Public License 2.0
144 stars 51 forks source link

Potentially incorrect units displayed for in task details component #390

Open robsyme opened 1 year ago

robsyme commented 1 year ago

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:

https://github.com/seqeralabs/nf-tower/blob/6e483c48633106f0e157278a94ee74710abe0353/tower-web/src/app/modules/main/entity/task/task.ts#L133-L136

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