Suivre un processus Unix
Fermé
ebays
-
6 nov. 2001 à 13:08
johan Messages postés 4 Date d'inscription lundi 29 mai 2000 Statut Membre Dernière intervention 24 novembre 2001 - 8 nov. 2001 à 00:54
johan Messages postés 4 Date d'inscription lundi 29 mai 2000 Statut Membre Dernière intervention 24 novembre 2001 - 8 nov. 2001 à 00:54
A voir également:
- Suivre un processus Unix
- Suivre un colis - Guide
- Suivre position google - Guide
- Processus hôte windows (rundll32) ✓ - Forum Windows
- Ipconfig unix ✓ - Forum Linux / Unix
- Difference entre suivre et s'abonner sur instagram - Forum Twitter
3 réponses
si tu as accès à un unix, commence déjà par consulter le man de la commande ps pour voir si tu y trouves des options susceptibles de t'intéresser. je vais me renseigner de mon côté pour les 2 dernières fonctions que tu recherches.
xarak
Messages postés
6
Date d'inscription
lundi 5 novembre 2001
Statut
Membre
Dernière intervention
6 novembre 2001
6 nov. 2001 à 15:22
6 nov. 2001 à 15:22
Essaye aussi de voir la process accounting 'man acct'
johan
Messages postés
4
Date d'inscription
lundi 29 mai 2000
Statut
Membre
Dernière intervention
24 novembre 2001
8 nov. 2001 à 00:54
8 nov. 2001 à 00:54
Sous bash la commande time fournit:
real 0m15.405s
user 0m0.430s
sys 0m0.650s
Utilisation totale, utilisateur, système
$mybike:~$ help time
time: time [-p] PIPELINE
Execute PIPELINE and print a summary of the real time, user CPU time,
and system CPU time spent executing PIPELINE when it terminates.
The return status is the return status of PIPELINE. The `-p' option
prints the timing summary in a slightly different format. This uses
the value of the TIMEFORMAT variable as the output format.
times: times
Print the accumulated user and system times for processes run from
the shell.
real 0m15.405s
user 0m0.430s
sys 0m0.650s
Utilisation totale, utilisateur, système
$mybike:~$ help time
time: time [-p] PIPELINE
Execute PIPELINE and print a summary of the real time, user CPU time,
and system CPU time spent executing PIPELINE when it terminates.
The return status is the return status of PIPELINE. The `-p' option
prints the timing summary in a slightly different format. This uses
the value of the TIMEFORMAT variable as the output format.
times: times
Print the accumulated user and system times for processes run from
the shell.