A simple panel button that shows CPU and RAM memory usage. Clicking shows the top 10 processes using CPU and memory.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
You should chain up at the end of your `_onDestroy()` override by calling `super._onDestroy();` otherwise your extension will leak memory. Additionally, it is generally a bad idea to spawn subprocesses syncrhonously, especially in a loop. Your extension will block the main loop of gnome-shell for a significant period every 5 seconds.