I have this yasp plasmoid on my desktop and the ps command it uses or the kernel or sort is causing problems with the desired display, any help would be appreciated.
So I will show the screen shot first and the non-desired display is the “migration/xx” listings in the CPU% heading.
http://paste.opensuse.org/view/download/95924806
so this great yasp plasmoid has this ps command that collects the information and then it is displayed as shown above. I believe yasp can execute and display any linux terminal command but this is what is used now.
cmd="ps -Ao pcpu,comm --cols 23 | sort -nr | head -8"
Question, is there a way to get rid of the “migration/xx” listing in the plasmoid by altering the ps command used or a simple pipe of some sort?
Next question, while researching this problem I came across a post where ****cPanelTristan ****suggested the following:
grsec kernels apparently show a high number of migration processes as part of the kernel. You should likely discuss this with your host and possibly using a different kernel if you do not wish to see these processes.
Is this some sort of kernel enabled process that openSUSE uses and is there a way to turn it off without a re-compile?