I have CRON running every 30 seconds, but that would fall under the crond process correct? Why is sh command sucking up 50% of my CPU when no one is running a Shell Script?
|
|
||||
|
|
Cron will run the command specified in the command field using EDIT: Just to clarify, the |
||||
|
|
|
That's on a fairly current Arch installation, but an elderly Slackware says the same thing. If you as some non-root user puts together a crontab file, As far as using 50% of a CPU, running something heavyweight every 30 seconds could easily consume 50% of a CPU. Lots of "globbing" could do that, I'd think, as could doing a lot of sh-builtin string pattern matching or arithmetic. |
|||
|