blob: d3d983bb98afe3def0b6dc611304463afb9fac1c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
****************************************************************************
atop succesfully installed. To run in interactive mode use "atop" command.
To run the atop in collecting mode from startup, add
atop_enable="YES"
in your /etc/rc.conf.
You will also need to add "rotate" command to the system crontab:
0 0 * * * %%PREFIX%%/etc/rc.d/atop rotate >/dev/null
To change number of days to keep the logs (default - 30) use atop_keepdays
variable in your /etc/rc.conf file.
To change default (10 seconds) interval use atop_inteval (e.g. atop_interval=5)
in /etc/rc.conf
****************************************************************************
|