Forum Discussion
Altera_Forum
Honored Contributor
19 years ago<div class='quotetop'>QUOTE </div>
--- Quote Start --- I want to monitor all the processes that are loaded in µClinux (CPU usage, memory usage,...). <div align='right'><{post_snapback}> (index.php?act=findpost&pid=13655) --- Quote End --- [/b] --- Quote End --- Hi, To do so I executed the ps command, it gives all the stuff I need, unfortunately there is no top command so I got to write a script to execute the ps command every 3s and write results to a file. If anybody could help in that, that's gonna be cool. Warm Regards.