From e111b9ddd3ad18683e2a7332a05496b80fbaa4e5 Mon Sep 17 00:00:00 2001 From: bserie Date: Mon, 15 May 2017 09:24:11 +0200 Subject: [PATCH] init atop --- HowtoAtop.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 HowtoAtop.md diff --git a/HowtoAtop.md b/HowtoAtop.md new file mode 100644 index 00000000..092a89c9 --- /dev/null +++ b/HowtoAtop.md @@ -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 +~~~ \ No newline at end of file