Check the STAT-collects in database 'EasyLux':
$ /apps/ADMIN/dim_STAT-CLI -Base EasyLux
== Available Collect(s):
ID Host Started Title
--------------------------------------------------------------------------
1 goldgate 1998-12-18 16:28:27 Demo collect, just to see it's ok!
2 x4100 2007-03-28 17:01:37 EasySTAT_TMG
4 galaxy3 2007-04-05 13:28:41 EasySTAT_CacheON
--------------------------------------------------------------------------
dim_STAT CLI v.1.4
Usage: dim_STAT-CLI [options]
Options:
-Base DBname
-ID CollectID (if empty: prints available Collect list)
-Stat Name (if empty: prints available Stat list)
-Begin YYYYMMDDhhmiss
-End YYYYMMDDhhmiss
-Out fname
optional:
-Title graphtitle (if empty: uses Collect title)
-Width size (if empty: uses default graph width)
-Height size (if empty: uses default graph height)
## ERROR:
## Not filled dim_STAT ID!
Get the available Stats for Collect #4:
$ /apps/ADMIN/dim_STAT-CLI -Base EasyLux -ID 4
== Available Stat(s):
CPU -- CPU %Busy
CPU_CrossCalls -- CPU Cross-Calls
CPU_CtxSwitch -- CPU Context Switch
CPU_ThMigration -- CPU Thread Migration
FreeMEM -- Memory Free List(KB)
I/O-KB/s -- I/O Activity KB/sec
I/O-Op/s -- I/O Activity Operations/sec
Net_Byte/s -- Network Bytes/sec
Net_ByteALL/s -- Network SUM ALL Bytes/sec
Net_Collis/s -- Network Collisions/sec
Net_Error/s -- Network Errors/sec
Net_Nocanput -- Network Nocanput
Net_Pack/s -- Network Packets/sec
Net_PackALL/s -- Network SUM ALL Packets/sec
Paging -- Page In/Out (KB)
PgScan -- Page Scanner Rate (Pg/sec)
RunQueue -- Queued, Blocked, Swapped runnable processes
SpinMtx -- Mutex Lock Spin/sec
SpinRW -- Read/Write Lock Spin/sec
SysCalls -- System Calls/sec
Top10-BusyDisks -- Top-10 Busy% Disks
Top10Busy_Actv -- Active Queue @Top-10 Busy% Disks
Top10Busy_SrvTM -- Service Time @Top-10 Busy% Disks
Top10Busy_Wait -- Wait Queue @Top-10 Busy% Disks
Top10_ProcCPU -- Top-10 CPU% Usage @Process
Top10_ProcNUMB -- Top-10 Active Processes
Top10_ProcSysTM -- Top-10 CPU SysTime @Process
Top10_ProcUsrTM -- Top-10 CPU UsrTime @Process
Top10_SrvTime -- Top-10 High Service Time Disks
dim_STAT CLI v.1.4
Usage: dim_STAT-CLI [options]
Options:
-Base DBname
-ID CollectID (if empty: prints available Collect list)
-Stat Name (if empty: prints available Stat list)
-Begin YYYYMMDDhhmiss
-End YYYYMMDDhhmiss
-Out fname
optional:
-Title graphtitle (if empty: uses Collect title)
-Width size (if empty: uses default graph width)
-Height size (if empty: uses default graph height)
## ERROR:
## ## Empty Stat!
Get a CPU Usage graph from Collect #4 between 13:30 and 14:00.
$ /apps/ADMIN/dim_STAT-CLI -Base EasyLux -ID 4 -Stat CPU -Begin 20070405133000 -End 20070405140000 -Out CPU.png
[]==> CPU %Busy: EasySTAT_CacheON (galaxy3)
$