Add atop to global_pkgs_inst

This small tool is especially useful in identifying performance
bolltenecks.
This commit is contained in:
Mikolaj Izdebski 2018-02-28 18:29:12 +00:00
parent b9a6da7eeb
commit 698ede0787

View file

@ -58,4 +58,4 @@ global_pkgs_inst: ['bind-utils', 'mailx', 'nc', 'openssh-clients',
'patch', 'postfix', 'rsync', 'strace', 'patch', 'postfix', 'rsync', 'strace',
'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh', 'tmpwatch', 'traceroute', 'vim-enhanced', 'xz', 'zsh',
'libselinux-python', 'ntpdate', 'bash-completion', 'telnet', 'libselinux-python', 'ntpdate', 'bash-completion', 'telnet',
'htop', 'rsyslog' ] 'atop', 'htop', 'rsyslog' ]