代码搜索:SA技术
找到约 10,000 项符合「SA技术」的源代码
代码结果 10,000
www.eeworm.com/read/163643/10151777
m sa.m
R=0.02%时间间隔
t=-10:R:10
f=sin(t)./t
plot(t,f)
title('f(t)=Sa(t)')
xlabel('t')
axis([-10,10,-0.4,1.1])%规定纵坐标数值的范围
www.eeworm.com/read/162558/10296164
8 sa1.8
.TH SA1 8 "MARCH 2005" Linux "Linux User's Manual" -*- nroff -*-
.SH NAME
sa1 \- Collect and store binary data in the system activity daily data file.
.SH SYNOPSIS
.B /usr/lib/sa/sa1 [
.I interval
.I
www.eeworm.com/read/162558/10296171
8 sa2.8
.TH SA2 8 "JUNE 2004" Linux "Linux User's Manual" -*- nroff -*-
.SH NAME
sa2 \- Write a daily report in the /var/log/sa directory.
.SH SYNOPSIS
.B /usr/lib/sa/sa2
.SH DESCRIPTION
The
.B sa2
command is
www.eeworm.com/read/162558/10296199
sa-dir
This is the directory where daily data files will be stored.
Those files contain statistics reported by the sar command.
The usual location is /var/log/sa. The directory will be
automatically created
www.eeworm.com/read/162558/10296258
h sa.h
/*
* sar/sadc: report system activity
* (C) 1999-2006 by Sebastien Godard (sysstat wanadoo.fr)
*/
#ifndef _SA_H
#define _SA_H
/* Get IFNAMSIZ */
#include
#ifndef IFNAMSIZ
#define
www.eeworm.com/read/162558/10296344
in sa2.in
#!/bin/sh
# SA_LIB_DIR/sa2.sh
# (C) 1999-2006 Sebastien Godard (sysstat wanadoo.fr)
#
# Changes:
# - 2004-01-22 Nils Philippsen
# make history configurable
#
HISTORY=7
[ -
www.eeworm.com/read/162558/10296351
in sa1.in
#!/bin/sh
# SA_LIB_DIR/sa1.sh
# (C) 1999-2006 Sebastien Godard (sysstat wanadoo.fr)
#
umask 0022
ENDIR=SA_LIB_DIR
cd ${ENDIR}
if [ $# = 0 ]
then
# Note: Stats are written at the end of previous f
www.eeworm.com/read/355063/10297938
for sa1.for
www.eeworm.com/read/354300/10366718