What is "System Event"?
I periodically check top to see how my processor usage is going (usually when my fan comes on to make sure it's just cooling rather than some process/application hogging the CPU) and I always see this:
434 System Eve 15.0% 13:36.11 1 52 67 1.30M 3.68M 11.5M 73.6M
It's not always at 15%. Sometimes it'll drop down the top -u page and then bounce back up after a few seconds. I have no idea what it is. Can anyone tell me?
Code:
434 System Eve 15.0% 13:36.11 1 52 67 1.30M 3.68M 11.5M 73.6M
It's not always at 15%. Sometimes it'll drop down the top -u page and then bounce back up after a few seconds. I have no idea what it is. Can anyone tell me?
Comments
System Events is the program that you can use Applescript through to control UI elements in Apps. It's the intermediary. I'm sure it does more that that, but that's all I've ever used it for/seen it used.
And quote (not code) that line so the formatting doesn't get all messed up.
edit: I just quit wp and salling clicker and no change.
434 System Eve 16.8% 15:28.29 1 57 96 1.35M 3.27M 11.1M 100M
ps -auxww
in your terminal. This may give you more details.
I just tried the following script in Script Editor:
on run
tell application "System Events" to quit
end run
and it gracefully shut that down.