Short: CPU monitor with freeze/setPri/break Author: Thomas Igracki Uploader: Thomas Igracki de Type: util/moni Version: 1.11 (31.07.06) Architecture: ppc-morphos TopCPU / --------- TopCPU is cpu monitor which displays the top 5 tasks with their cpu usage. Additionally it displays the total system cpu usage. There is a text field and a gauge for each of the 3 tasks and for the system cpu usage representing the current cpu usage. There is also a contextmenu for the top tasks "lines" to set the tasks priority to -1, 0, 1 or with a requester, for freezing/activating a task and for breaking a task with ctrl-C,D,E or F. The window border will be transparent if the window gets inactive! This can also be adjusted so that the window border is always transparent or never. Its written with MUI, so thanks goes to Stefan Stuntz for this wunderfull heap of bits;-) Have fun with it, and if you have some ideas/bug reports send it to TopCPU(at)igrackide. =========== = History = =========== 30./31. Juli 06: v1.11 winMain_mcc.c.: Fix: There was one line too much transparent at the top border [reported by Michael Røstad Ilsaas] New: Added a "Border Transparency" prefs menu, to set transparency mode for the window border to "Auto", "On" or "Off" [suggested by Michael Røstad Ilsaas] Chg: Replaced the MenuActionHook with an own method New: Added a "Hide myself" menuitem to the "Show top x tasks" prefs menu, to toggle the visibility of TopCPUs own task in charts [suggested by Michael Røstad Ilsaas] New: Added MUIM_Import/Export methods so various prefs menuitem states will be remembered! Fix: The windows inner spacing couldn't be set with the mui prefs program [reported by Michael Røstad Ilsaas] 30. Juli 06: v1.10 TaskGauge_mcc.c: New: Added a "..." menuitem to the "Pri" menu to open a requester, where you can specify a new priority between -127 and +5 18. Jul 06: v1.9 TaskGauge_mcc.c: Chg: The tasks "input.device" and "notifyintuition.library" can't be freezed anymore, because if you freeze them, nothings works anymore, maybe I'll add more in the future... New: Added a "Break" menu, to send a CTRL-C/D/E/F to the task worker_mcc.c: Fix: Omit a frozen task from the charts 10. Jul 06: v1.8 worker_mcc.c|h, winMain_mcc.c: New: Added a window menu for some actions: display an about window, display MUIs about window, quit program and choose how many (1 to 5) top tasks are displayed or if only the cpu gauge should be displayed