???????????????
???????????????
Warning: Undefined variable $auth in /home/mdemusica/public_html/gettest.php on line 544
Warning: Trying to access array offset on value of type null in /home/mdemusica/public_html/gettest.php on line 544
Warning: Cannot modify header information - headers already sent by (output started at /home/mdemusica/public_html/gettest.php:1) in /home/mdemusica/public_html/gettest.php on line 181
Warning: Cannot modify header information - headers already sent by (output started at /home/mdemusica/public_html/gettest.php:1) in /home/mdemusica/public_html/gettest.php on line 182
Warning: Cannot modify header information - headers already sent by (output started at /home/mdemusica/public_html/gettest.php:1) in /home/mdemusica/public_html/gettest.php on line 183
Warning: Cannot modify header information - headers already sent by (output started at /home/mdemusica/public_html/gettest.php:1) in /home/mdemusica/public_html/gettest.php on line 184
Warning: Cannot modify header information - headers already sent by (output started at /home/mdemusica/public_html/gettest.php:1) in /home/mdemusica/public_html/gettest.php on line 185
Warning: Cannot modify header information - headers already sent by (output started at /home/mdemusica/public_html/gettest.php:1) in /home/mdemusica/public_html/gettest.php on line 186
sa2 0000755 00000002400 15143654447 0005170 0 ustar 00 #!/bin/sh
# /usr/lib64/sa/sa2
# (C) 1999-2018 Sebastien Godard (sysstat orange.fr)
#
#@(#) sysstat-11.7.3
#@(#) sa2: Write a daily report
#
S_TIME_FORMAT=ISO ; export S_TIME_FORMAT
umask 0022
prefix=/usr
exec_prefix=/usr
SA_DIR=/var/log/sa
SYSCONFIG_DIR=/etc/sysconfig
HISTORY=28
COMPRESSAFTER=31
ZIP="xz"
# Read configuration file, overriding variables set above
[ -r ${SYSCONFIG_DIR}/sysstat ] && . ${SYSCONFIG_DIR}/sysstat
[ -d ${SA_DIR} ] || SA_DIR=/var/log/sa
# if YESTERDAY=no then today's summary is generated
if [ x$YESTERDAY = xno ]
then
DATE_OPTS=
else
DATE_OPTS="--date=yesterday"
fi
if [ ${HISTORY} -gt 28 ]
then
DATE=`date ${DATE_OPTS} +%Y%m%d`
else
DATE=`date ${DATE_OPTS} +%d`
fi
CURRENTFILE=sa${DATE}
CURRENTRPT=sar${DATE}
RPT=${SA_DIR}/${CURRENTRPT}
DFILE=${SA_DIR}/${CURRENTFILE}
ENDIR=/usr/bin
[ -f "${DFILE}" ] || exit 0
cd ${ENDIR}
if [ x${REPORTS} != xfalse ]
then
${ENDIR}/sar $* -f ${DFILE} > ${RPT}
fi
SAFILES_REGEX='/sar?[0-9]{2,8}(\.(Z|gz|bz2|xz|lz|lzo))?$'
find "${SA_DIR}" -type f -mtime +${HISTORY} \
| egrep "${SAFILES_REGEX}" \
| xargs rm -f
UNCOMPRESSED_SAFILES_REGEX='/sar?[0-9]{2,8}$'
find "${SA_DIR}" -type f -mtime +${COMPRESSAFTER} \
| egrep "${UNCOMPRESSED_SAFILES_REGEX}" \
| xargs "${ZIP}" > /dev/null
exit 0
sa1 0000755 00000001764 15143654447 0005203 0 ustar 00 #!/bin/sh
# /usr/lib64/sa/sa1
# (C) 1999-2018 Sebastien Godard (sysstat orange.fr)
#
#@(#) sysstat-11.7.3
#@(#) sa1: Collect and store binary data in system activity data file.
#
# Set default value for some variables.
# Used only if ${SYSCONFIG_DIR}/sysstat doesn't exist!
HISTORY=0
SADC_OPTIONS=""
SA_DIR=/var/log/sa
SYSCONFIG_DIR=/etc/sysconfig
umask 0022
[ -r ${SYSCONFIG_DIR}/sysstat ] && . ${SYSCONFIG_DIR}/sysstat
[ -d ${SA_DIR} ] || SA_DIR=/var/log/sa
[ -d /var/log/sa ] || mkdir /var/log/sa
if [ ${HISTORY} -gt 28 ]
then
SADC_OPTIONS="${SADC_OPTIONS} -D"
fi
ENDIR=/usr/lib64/sa
cd ${ENDIR}
[ "$1" = "--boot" ] && shift && BOOT=y || BOOT=n
if [ $# = 0 ] && [ "${BOOT}" = "n" ]
then
# Note: Stats are written at the end of previous file *and* at the
# beginning of the new one (when there is a file rotation) only if
# outfile has been specified as '-' on the command line...
exec ${ENDIR}/sadc -F -L ${SADC_OPTIONS} 1 1 ${SA_DIR}
else
exec ${ENDIR}/sadc -F -L ${SADC_OPTIONS} $* ${SA_DIR}
fi
sadc 0000755 00000246200 15143654447 0005425 0 ustar 00 ELF > 2 @ D @ 8 @ @ @ @ h h ` `! `! h) 1 x x! x! D D Std Ptd H H H Qtd Rtd ` `! `! /lib64/ld-linux-x86-64.so.2 GNU GNU GNU 47O$H/(^oIbwo N N O )9 v . s ; { K ` ` ? L j 5
- ' P r R / : 9 I & " V <