Pregunta

Is there any way to retrive the "gnome-system-monitor" data in the terminal, including the cpu+memory etc. usage. Geting the list under the "Processes" of the application is the major requirement.

¿Fue útil?

Solución

You can use top if you want live results. Else you can use ps -eF

Otros consejos

You can use top or a colorful version with some more features: htop

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top