Unix
ID #1000
Afficher le nombre de CPU sur UNIX
Dans une fenêtre de commande il faut lancer:
Â
Sur Linux :
cat /proc/cpuinfo|grep processor|wc –l
Sur Solaris :
psrinfo -v|grep "Status of processor"|wc –l
Sur AIX :
lsdev -C|grep Process|wc –l
Sur HP/UX :
ioscan -C processor | grep processor | wc -l
Tags: -
Related entries:
Auteur: Michel Preti
Révision: 1.0
Vous ne pouvez pas commenter cet enregistrement