Je veux implémenter la fonction supérieure pour l'application Web, est-il possible d'obtenir la sortie de la top
commande dans un shell non interactif.
Je veux implémenter la fonction supérieure pour l'application Web, est-il possible d'obtenir la sortie de la top
commande dans un shell non interactif.
Réponses:
top -b -n 1
De man top
:
-b : Batch mode operation Starts top in 'Batch mode', which could be useful for sending output from top to other programs or to a file. In this mode, top will not accept input and runs until the iterations limit you've set with the '-n' command-line option or until killed.
top -n1
top
?