RestrictedUser Posted March 9, 2019 Posted March 9, 2019 (edited) Hello AutoIt Scriptwriters!👋❤️ I want to get top 5 cpu consumer apps that they use more than other How to do this? Edited March 9, 2019 by Colduction
bolthead Posted March 10, 2019 Posted March 10, 2019 If you searched you might find this which may help https://www.autoitscript.com/forum/topic/90736-performance-counters-in-windows-measure-process-cpu-network-disk-usage/
RestrictedUser Posted March 10, 2019 Author Posted March 10, 2019 (edited) 7 minutes ago, bolthead said: If you searched you might find this which may help https://www.autoitscript.com/forum/topic/90736-performance-counters-in-windows-measure-process-cpu-network-disk-usage/ It doesn't solve my question =( I want just a little code to get only 5 apps that consumes cpu more than other apps Edited March 10, 2019 by Colduction
bolthead Posted March 10, 2019 Posted March 10, 2019 Take a look at that UDF then adapt what you write to suit your needs. After you've produced some code if you're struggling I'm sure someone will help you.
BrewManNH Posted March 10, 2019 Posted March 10, 2019 Just now, bolthead said: After you've produced some code I wouldn't hold your breath for that to happen. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
FrancescoDiMuro Posted March 10, 2019 Posted March 10, 2019 5 hours ago, Colduction said: I want just a little code to get only 5 apps that consumes cpu more than other apps That's not how it works. Spoiler Usually asking for a script is not taken too well, within reason. Keep in mind that this is a support forum, so please acknowledge that. We are here to help you with your scripts, not to spoon-feed code to you. If you do need something written for you, maybe try RentACoder, as they are more suited to requests. Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
RestrictedUser Posted March 10, 2019 Author Posted March 10, 2019 5 hours ago, FrancescoDiMuro said: That's not how it works. Reveal hidden contents Usually asking for a script is not taken too well, within reason. Keep in mind that this is a support forum, so please acknowledge that. We are here to help you with your scripts, not to spoon-feed code to you. If you do need something written for you, maybe try RentACoder, as they are more suited to requests. I have red Help file and Forum, but i didn't find =(
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now