dil_bert Posted August 16, 2018 Share Posted August 16, 2018 dear community which methods help to get more insights into cpu load are there some certain test methods in linux that help us to see -how busy is the cpu - test methods & tools and commands for commandline look forward to hear from you Quote Link to comment https://forums.phpfreaks.com/topic/307619-cpu-load-test-linux-how-busy-is-the-cpu-test-methods-tools-and-commands/ Share on other sites More sharing options...
requinix Posted August 17, 2018 Share Posted August 17, 2018 https://www.google.com/search?q=how+busy+is+the+cpu+in+linux https://www.google.com/search?q=cpu+test+methods+%26+tools+for+commandline+linux Quote Link to comment https://forums.phpfreaks.com/topic/307619-cpu-load-test-linux-how-busy-is-the-cpu-test-methods-tools-and-commands/#findComment-1560370 Share on other sites More sharing options...
gizmola Posted August 17, 2018 Share Posted August 17, 2018 The command I typically use is top. There is also htop, which is a more modern take on the features of top. Other commands that can be useful include: vmstat free ps lsof If you want monitoring, which typically means, graphing time series for performance issues, then there are a wide variety of options and ever changing landscape. Popular options like Nagios, Zabbix, Monit and Munin all have options for performance monitoring and graphing, and there are new tools popping up all the time, like monitorx and Graphite. Quote Link to comment https://forums.phpfreaks.com/topic/307619-cpu-load-test-linux-how-busy-is-the-cpu-test-methods-tools-and-commands/#findComment-1560371 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.