linux-nvme / nvme-cli

NVMe management command line interface.
https://nvmexpress.org
GNU General Public License v2.0
1.41k stars 637 forks source link

plugins/solidigm: Added workload-tracker command #2360

Closed lgdacunh closed 1 month ago

lgdacunh commented 1 month ago

Added set up and continuous parse and consolidation of workload log.

lgdacunh commented 1 month ago

@igaw, checkpatch is throwing an error when you add a new file. I think the new files make sense in this case.

igaw commented 1 month ago

@igaw, checkpatch is throwing an error when you add a new file. I think the new files make sense in this case.

checkpatch is wrong in our case. We don't have a maintainer file, so it doesn't really make sense. Hmm we could though add one, but I don't know if this make sense or it is generally something the plugins maintainers are interested in.

igaw commented 1 month ago

I've merge the update directly after resolving the merge conflict.

lgdacunh commented 1 month ago

I've merge the update directly after resolving the merge conflict.

Thanks!

lgdacunh commented 1 month ago

@igaw, checkpatch is throwing an error when you add a new file. I think the new files make sense in this case.

checkpatch is wrong in our case. We don't have a maintainer file, so it doesn't really make sense. Hmm we could though add one, but I don't know if this make sense or it is generally something the plugins maintainers are interested in. I am not aware of how the maintainer file works, but I would be interested if it streamline the automated checks.