Usage Note 6755: Incorrect interpretation for SAR variables
The metrics FILESZO, PROCSZO, and INODSZO are currently
defined with an interpretation type of GAUGE. They should be COUNT.
Here is the ddutl used to update the code in the SAR and SARSTS
tables:
set table name=sar;
update variable name=fileszo
interpret=count
istats=(SUM AVERAGE)
day=(SUM AVERAGE)
week=(SUM AVERAGE)
month=(SUM AVERAGE)
year=(SUM AVERAGE)
;
update variable name=inodszo
interpret=count
istats=(SUM AVERAGE)
day=(SUM AVERAGE)
week=(SUM AVERAGE)
month=(SUM AVERAGE)
year=(SUM AVERAGE)
;
update variable name=procszo
interpret=count
istats=(SUM AVERAGE)
day=(SUM AVERAGE)
week=(SUM AVERAGE)
month=(SUM AVERAGE)
year=(SUM AVERAGE)
;
set table name=sarsts;
update variable name=fileszo
interpret=count
istats=(SUM AVERAGE)
day=(SUM AVERAGE)
week=(SUM AVERAGE)
month=(SUM AVERAGE)
year=(SUM AVERAGE)
;
update variable name=inodszo
interpret=count
istats=(SUM AVERAGE)
day=(SUM AVERAGE)
week=(SUM AVERAGE)
month=(SUM AVERAGE)
year=(SUM AVERAGE)
;
update variable name=procszo
interpret=count
istats=(SUM AVERAGE)
day=(SUM AVERAGE)
week=(SUM AVERAGE)
month=(SUM AVERAGE)
year=(SUM AVERAGE)
;
A Technical Support hot fix for SAS IT Service Vision Release 2.5 for
this issue is available at:
http://www.sas.com/techsup/download/hotfix/itsv25.html
Operating System and Release Information
| SAS System | SAS IT Resource Management-Server | 64-bit Enabled Solaris | 2.5 | | 8.2 TS2M0 | |
| Solaris | 2.5 | | 8.2 TS2M0 | |
| HP-UX | 2.5 | | 8.2 TS2M0 | |
| Tru64 UNIX | 2.5 | | 8.2 TS2M0 | |
| 64-bit Enabled HP-UX | 2.5 | | 8.2 TS2M0 | |
| 64-bit Enabled AIX | 2.5 | | 8.2 TS2M0 | |
| AIX | 2.5 | | 8.2 TS2M0 | |
| Microsoft Windows NT Workstation | 2.5 | | 8.2 TS2M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Usage Note |
| Priority: | medium |
| Topic: | System Administration ==> Servers
|
| Date Modified: | 2003-09-08 12:32:19 |
| Date Created: | 2002-01-24 14:40:20 |