User Tools

Site Tools


recap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
recap [2015/06/26 08:15] – created luke7858recap [2024/05/23 07:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
 Installing recap. Change /root/ to the user you wish to install git for Installing recap. Change /root/ to the user you wish to install git for
 +== CentOS/RHEL ==
 <sxh bash> <sxh bash>
-yum install git -y ; cd /root/ ; git clone https://github.com/rackerlabs/recap.git ; cd recap;  ./recap-installer+yum install bc gawk git elinks iotop make net-tools psmisc sysstat -y ; cd /home/rack ; git clone https://github.com/rackerlabs/recap.git ; cd recap/make install 
 +</sxh> 
 +== Ubuntu == 
 +<sxh bash> 
 +apt-get install bc gawk git elinks iotop make net-tools psmisc sysstat; cd /home/rack ; git clone https://github.com/rackerlabs/recap.git ; cd recap/; make install 
 +</sxh> 
 + 
 +\\ 
 +Changing recap/rs-sysmon logging intervals: 
 +<sxh bash> 
 +vim /etc/cron.d/recap 
 +</sxh> 
 +The section should look similar to the following. Comment out the 10 mins and uncomment 5 mins cron 
 +<sxh bash> 
 +#Every hour 
 +#0 * * * * root /usr/sbin/recap 
 + 
 +#Every 30 minutes 
 +#*/30 * * * * root /usr/sbin/recap 
 + 
 +#Every 10 minutes 
 +*/10 * * * * root /usr/sbin/recap 
 + 
 +#Every 5 minutes 
 +#*/5 * * * * root /usr/sbin/recap 
 + 
 +# Pack and clear log files 
 +0 1 * * * root /usr/sbin/recaplog 
 +</sxh> 
 +\\ 
 +Command for using recap logs 
 +<sxh bash> 
 +echo -e "\nActive users:"; w -h | grep -v rack; echo -e "\n"; \sar -q -s `date -d '-3 hour' +%T`;cd /var/log/recap;echo ""; ls -ltr resour* | tail -n 10 ; echo -e "\n\nTime?";read vr2;echo ""; ls -ltr resources* | grep $vr2 | cat $(awk '{ print $NF }') | egrep -m 2 -A 15 "UPTIME report | cut -b 119- |Top 10 cpu using processes"; unset vr2;echo "";
 </sxh> </sxh>
recap.1435306553.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki