Operating System - HP-UX
1752729 Members
5642 Online
108789 Solutions
New Discussion

sdlcomp silently catches SIGSEGV and coredumps

 
Ralph Grothe
Honored Contributor

sdlcomp silently catches SIGSEGV and coredumps

Hi,

I've got trouble to create a rudimentary set of DSI logfiles during my first trials.

I used the DSI spec file that you may find attached.
I think its syntax is ok.
First I had used some metric qualifiers that exceeded the 20 char limit.
But now they're all trimmed to the limit.

Instead when I try to compile this happens:

# sdlcomp lola_data4_bydsk.spec lola_data4_diskperf

sdlcomp C.03.72.00 09/29/03.


Check class specification syntax.

class lola_data4 = 200001

index by hour max indexes 168
roll by day
records per hour 30
;

metrics

bydsk_devname = 4000
label "Disk HW Path"
type text length 30
;
bydsk_avg_srv_time = 4001
label "Average Service Time"
precision 2
maximum 1000
;
bydsk_util = 4002
label "% Disk I/O Utilization"
precision 1
maximum 100
;
bydsk_phys_byte_rate = 4003
Memory fault(coredump)

# file core
core: core file from 'sdlcomp' - received SIGSEGV
Madness, thy name is system administration