Comments on: 16 Top Command Examples in Linux [Monitor Linux Processes] https://www.tecmint.com/12-top-command-examples-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 15:59:33 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-1649454 Mon, 15 Nov 2021 06:39:55 +0000 http://www.tecmint.com/?p=960#comment-1649454 In reply to harsha.

@Harsha,

Check this article – How to Save Top Command Output to a File

]]>
By: harsha https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-1649354 Mon, 15 Nov 2021 04:58:44 +0000 http://www.tecmint.com/?p=960#comment-1649354 Great article!! Is there any GUI way of visualizing the top command that is output to a file after sort say for CPU utilization?

]]>
By: Ravi Saive https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-1051973 Tue, 23 Oct 2018 06:51:54 +0000 http://www.tecmint.com/?p=960#comment-1051973 In reply to madhav.

@Madhav,

The -n option specifies the maximum number of iterations and -b enables batch mode operation, which could be useful for sending output from top to a file.

]]>
By: madhav https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-1051762 Mon, 22 Oct 2018 14:59:56 +0000 http://www.tecmint.com/?p=960#comment-1051762 Can you explain use of options in this command.

# top -n 1 -b > top-output.txt
]]>
By: Ravi Saive https://www.tecmint.com/12-top-command-examples-in-linux/comment-page-1/#comment-997868 Mon, 28 May 2018 05:27:19 +0000 http://www.tecmint.com/?p=960#comment-997868 In reply to Khim.

@Khim,

I think you should read this article Find Top 15 Processes By Memory Usage in Linux

]]>