SASHome\SASFoundation\9.4\itmsmvadata\sasmisc
SASHOME/SASFoundation/9.4/misc
&prefix.ITRM.CPMISC
Network.plPerl script that is provided displays network statistics using the netstat –s command. The script captures the network TCP statistics and loads them to an RRD file. If that file does not exist, the script creates it. You must update the
rrdloc
value
in the script to the path where your RRD files are located.
VmStats.plPerl script that is provided displays various event counters and memory statistics using the vmstat –s command. The script captures the memory statistics and loads them to an RRD file. If that file does not exist, the script creates it. You must update the
rrdloc
value in the script to the path where your RRD files are located.
hostname_vmstat.rrd
,
where hostname
is the name of the host
for the collected performance data and vmstat
is
the type of performance data. When the RRDtool adapter reads the
data, it stores the path and filename in a column called filename.
You can then create computed columns based on the filename. For example,
you can create these columns:
scan(filename, 1, “_”)
scan(filename, 2, “_.”)
N
.
8
.
NLNUM16.2
.
CFValue
(for
example: active_mem_cfAVERAGE).
N
.
8
.
NLNUM16.2
.
:CFValue
after
the DS name. If the CF option is not set to blank, then the External
Name field should be set to the DS name. The staging
code relies on the value in the External Name to
match the data from the RRD with the staging table column. The following
display shows the stage table RRDstage columns based on the memory
statistics collected from the vmstat command-line system monitor tool.
Tool
|
Description
|
Location
|
---|---|---|
iostat
|
iostat tool
|
http://linux.die.net/man/1/iostat
|
Nagios
|
Nagios IT Infrastructure
monitoring tool
|
http://www.nagios.org/
|
netstat
|
netstat command-line
tool
|
http://www.faqs.org/docs/linux_network/x-087-2-iface.netstat.html
|
nmon
|
nmon tool
|
http://nmon.sourceforge.net/pmwiki.php
|
Perl
|
Perl programming language
|
http://www.perl.org/
|
RRDtool
|
RRD tool
|
http://oss.oetiker.ch/rrdtool/index.en.html
|
vmstat
|
vmstat command-line
tool
|
http://linuxcommand.org/man_pages/vmstat8.html
|
Xymon Monitor
|
Xymon system for monitoring
servers and networks
|
http://xymon.sourceforge.net/
|
Zenoss
|
Zenoss Open Source Monitoring
and Systems Management
|
http://community.zenoss.org/index.jspa
|