Skip to content

Feature Request: Sort Matrix of fioprepare.sh #10

@FloThinksPi

Description

@FloThinksPi

Feature Request

When doing fioprepare.sh -r , the R matix is not sorted resulting in messy Charts.

san_read_bs_64k_wrong

After Sorting Via:

sort <- c("1K","4K","8K","64K","128K","3024K","8M","16M")
sort2 <- c(1,8,16,32,64,256,1024)
m <- m[order(m[,1],factor(m[,2],levels=sort2),factor(m[,3],levels=sort)),]

san_read_bs_64k_ok

But this is no Generic solution as it requires the user to specify its bs and user values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions