18
0
Fork 0

init atop

This commit is contained in:
Benoît S. 2017-05-15 09:24:11 +02:00
parent 4579035b07
commit e111b9ddd3
1 changed files with 16 additions and 0 deletions

16
HowtoAtop.md Normal file
View File

@ -0,0 +1,16 @@
---
title: Howto atop
---
# Activer l'accounting kernel
~~~
# apt install acct
Turning on process accounting, file set to '/var/log/account/pacct'.
~~~
# Lancer atop avec un le chemin du fichier d'accounting
~~~
# ATOPACCT="/var/log/account/pacct" atop -w atop.file
~~~