Display CPU usage?

Is there a way to determine or access the CPU usage of a user’s system in AS3? System.totalMemory/1024 returns the current number of KBs, but I’d like to display the CPU usage as a percentage.

Many thanks!