SmartPack / SmartPack-Kernel-Manager

Source code of SmartPack-Kernel Manager, the Ultimate Tool to Manage your Kernel
https://play.google.com/store/apps/details?id=com.smartpack.kernelmanager.pro
GNU General Public License v3.0
639 stars 71 forks source link

Control over all io blocks #100

Closed Nitrovenom closed 3 years ago

Nitrovenom commented 3 years ago

This kernel manager should give control over all io blocks. One io block can be used to see current status of io. To change property of all io block this needs to be executed:

for i in /sys/block/*/queue/[parameter you want to change, for example- iostats] do echo [value you want] > $i done

sunilpaulmathew commented 3 years ago

Not so easy from the app, like simple shell commands you wrote. What if some blocks are read only? What if the supported value ranges are different on different blocks. Thanks for the issue, anyway.

Nitrovenom commented 3 years ago

Ok

sunilpaulmathew commented 3 years ago

@NitroVenom Reopening this issue as I got some new ideas to work on this.

sunilpaulmathew commented 3 years ago

Closing since this is already done. Feel free to reopen it, if you find any issues.