HP3000-L Archives

April 2016, Week 1

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Legault, Raymond D" <[log in to unmask]>
Reply To:
Legault, Raymond D
Date:
Fri, 1 Apr 2016 15:44:22 +0000
Content-Type:
text/plain
Parts/Attachments:
text/plain (1 lines)
Craig,



Turning Hyper-threading =1  or off changed my full backup run times from 22.5 hours to 12 hours.



Then by turning on HP3000 Turbo Store compression=high reduced this to 9 hours. ( 90 gig )



Ray

________________________________

From: Craig Lalley [mailto:[log in to unmask]]

Sent: Friday, April 01, 2016 8:12 AM

To: Legault, Raymond D <[log in to unmask]>; [log in to unmask]

Subject: Re: Stromasys A500-200 test on a DELL



Personally I did not find any difference with Hyper-Threading.   What is System Isochronous Mode?



-Craig





________________________________

From: "Legault, Raymond D" <[log in to unmask]<mailto:[log in to unmask]>>

To: [log in to unmask]<mailto:[log in to unmask]>

Sent: Friday, April 1, 2016 7:39 AM

Subject: Stromasys A500-200 test on a DELL



Tested on DELL 8510 test on a 3.5 GHZ cpu 4 core with 16 gig memory



I tested on this DELL and I set the following BIOS settings.





The Turbo-boost, Hyper-Threading and System Isochronous Mode made the biggest difference.

Toggling the other settings did not make much difference with my HP3000 emulator test.



Set other settings for performance

System Isochronous Mode enabled

Hyper-thread off or 1

Turbo-boost enabled

c-states enabled

Intel Speed Step enabled





I used the concurrent jobs below to test the emulator with various bios cpu settings.



!job Perfrm5J,manager.sys,LEGAULT;hipri

!#

!setvar SUF 'A'

!#

!setvar  TSTCATA  "TSTCAT" + "!SUF"

!setvar  TSTOUTA  "TSTOUT" + "!SUF"

!setvar  TSTksam  "TSTksm" + "!SUF"

!#

!purge !TSTCATA

!purge !TSTOUTA

!purge !TSTksam

!# CICAT              80B  FA      46886

!#

!build !TSTCATA;rec=-80,,f,ascii;disc=600000

!file x=!TSTCATA,old;acc=append

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!fcopy

from=CICAT.pub;to=*X;nouserlabels

from=CICAT.pub;to=*;nouserlabels

from=CICAT.pub;to=*;nouserlabels

from=CICAT.pub;to=*;nouserlabels

exit

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!file x=!TSTCATA,old;acc=in

!file z=!TSTOUTA,new;acc=out

!sort

i *x

o *z

key 1,23,B;29,36,B

v

end

exit

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!BUILD !TSTksam;REC=-80,64,F,ASCII;KEY=(B,9,27,dup)&

!;disc=600000;ksamxl

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!file out=!TSTksam,old;acc=append

!file in=!TSTOUTA,old;acc=in

!#

!fcopy from=*in;to=*out

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!#

!listf  !TSTCATA,2

!listf  !TSTOUTA,2

!listf  !TSTksam,2

!#

!showme

!purge !TSTCATA

!purge !TSTOUTA

!purge !TSTksam

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!setvar buf &

! "!hpsysname !hpjobname HPCPUSECS=!HPCPUSECS,Conn Min="

!setvar buf "!buf" + "!HPCONNMINS, !hpdatef !hptimef"

!#

!sendmail emerald, "!buf"

!eoj

!job Perfrm5B,manager.sys,LEGAULT;hipri

!#

!setvar SUF 'B'

!#

!setvar  TSTCATA  "TSTCAT" + "!SUF"

!setvar  TSTOUTA  "TSTOUT" + "!SUF"

!setvar  TSTksam  "TSTksm" + "!SUF"

!#

!purge !TSTCATA

!purge !TSTOUTA

!purge !TSTksam

!# CICAT              80B  FA      46886

!#

!build !TSTCATA;rec=-80,,f,ascii;disc=600000

!file x=!TSTCATA,old;acc=append

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!fcopy

from=CICAT.pub;to=*X;nouserlabels

from=CICAT.pub;to=*;nouserlabels

from=CICAT.pub;to=*;nouserlabels

from=CICAT.pub;to=*;nouserlabels

exit

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!file x=!TSTCATA,old;acc=in

!file z=!TSTOUTA,new;acc=out

!sort

i *x

o *z

key 1,23,B;29,36,B

v

end

exit

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!BUILD !TSTksam;REC=-80,64,F,ASCII;KEY=(B,9,27,dup)&

!;disc=600000;ksamxl

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!file out=!TSTksam,old;acc=append

!file in=!TSTOUTA,old;acc=in

!#

!fcopy from=*in;to=*out

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!#

!listf  !TSTCATA,2

!listf  !TSTOUTA,2

!listf  !TSTksam,2

!#

!showme

!purge !TSTCATA

!purge !TSTOUTA

!purge !TSTksam

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!setvar buf &

! "!hpsysname !hpjobname HPCPUSECS=!HPCPUSECS,Conn Min="

!setvar buf "!buf" + "!HPCONNMINS, !hpdatef !hptimef"

!#

!sendmail emerald, "!buf"

!eoj

!job Perfrm5C,manager.sys,LEGAULT;hipri

!#

!setvar SUF 'C'

!#

!setvar  TSTCATA  "TSTCAT" + "!SUF"

!setvar  TSTOUTA  "TSTOUT" + "!SUF"

!setvar  TSTksam  "TSTksm" + "!SUF"

!#

!purge !TSTCATA

!purge !TSTOUTA

!purge !TSTksam

!# CICAT              80B  FA      46886

!#

!build !TSTCATA;rec=-80,,f,ascii;disc=600000

!file x=!TSTCATA,old;acc=append

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!fcopy

from=CICAT.pub;to=*X;nouserlabels

from=CICAT.pub;to=*;nouserlabels

from=CICAT.pub;to=*;nouserlabels

from=CICAT.pub;to=*;nouserlabels

exit

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!file x=!TSTCATA,old;acc=in

!file z=!TSTOUTA,new;acc=out

!sort

i *x

o *z

key 1,23,B;29,36,B

v

end

exit

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!BUILD !TSTksam;REC=-80,64,F,ASCII;KEY=(B,9,27,dup)&

!;disc=600000;ksamxl

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!file out=!TSTksam,old;acc=append

!file in=!TSTOUTA,old;acc=in

!#

!fcopy from=*in;to=*out

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!#

!listf  !TSTCATA,2

!listf  !TSTOUTA,2

!listf  !TSTksam,2

!#

!showme

!purge !TSTCATA

!purge !TSTOUTA

!purge !TSTksam

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!setvar buf &

! "!hpsysname !hpjobname HPCPUSECS=!HPCPUSECS,Conn Min="

!setvar buf "!buf" + "!HPCONNMINS, !hpdatef !hptimef"

!#

!sendmail emerald, "!buf"

!eoj

!job Perfrm5D,manager.sys,LEGAULT;hipri

!#

!setvar SUF 'D'

!#

!setvar  TSTCATA  "TSTCAT" + "!SUF"

!setvar  TSTOUTA  "TSTOUT" + "!SUF"

!setvar  TSTksam  "TSTksm" + "!SUF"

!#

!purge !TSTCATA

!purge !TSTOUTA

!purge !TSTksam

!# CICAT              80B  FA      46886

!#

!build !TSTCATA;rec=-80,,f,ascii;disc=600000

!file x=!TSTCATA,old;acc=append

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!fcopy

from=CICAT.pub;to=*X;nouserlabels

from=CICAT.pub;to=*;nouserlabels

from=CICAT.pub;to=*;nouserlabels

from=CICAT.pub;to=*;nouserlabels

exit

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!file x=!TSTCATA,old;acc=in

!file z=!TSTOUTA,new;acc=out

!sort

i *x

o *z

key 1,23,B;29,36,B

v

end

exit

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!BUILD !TSTksam;REC=-80,64,F,ASCII;KEY=(B,9,27,dup)&

!;disc=600000;ksamxl

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!file out=!TSTksam,old;acc=append

!file in=!TSTOUTA,old;acc=in

!#

!fcopy from=*in;to=*out

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!#

!listf  !TSTCATA,2

!listf  !TSTOUTA,2

!listf  !TSTksam,2

!#

!showme

!purge !TSTCATA

!purge !TSTOUTA

!purge !TSTksam

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!setvar buf &

! "!hpsysname !hpjobname HPCPUSECS=!HPCPUSECS,Conn Min="

!setvar buf "!buf" + "!HPCONNMINS, !hpdatef !hptimef"

!#

!sendmail emerald, "!buf"

!eoj

!job Perfrm5E,manager.sys,LEGAULT;hipri

!#

!setvar SUF 'E'

!#

!setvar  TSTCATA  "TSTCAT" + "!SUF"

!setvar  TSTOUTA  "TSTOUT" + "!SUF"

!setvar  TSTksam  "TSTksm" + "!SUF"

!#

!purge !TSTCATA

!purge !TSTOUTA

!purge !TSTksam

!# CICAT              80B  FA      46886

!#

!build !TSTCATA;rec=-80,,f,ascii;disc=600000

!file x=!TSTCATA,old;acc=append

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!fcopy

from=CICAT.pub;to=*X;nouserlabels

from=CICAT.pub;to=*;nouserlabels

from=CICAT.pub;to=*;nouserlabels

from=CICAT.pub;to=*;nouserlabels

exit

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!file x=!TSTCATA,old;acc=in

!file z=!TSTOUTA,new;acc=out

!sort

i *x

o *z

key 1,23,B;29,36,B

v

end

exit

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!BUILD !TSTksam;REC=-80,64,F,ASCII;KEY=(B,9,27,dup)&

!;disc=600000;ksamxl

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!file out=!TSTksam,old;acc=append

!file in=!TSTOUTA,old;acc=in

!#

!fcopy from=*in;to=*out

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!#

!listf  !TSTCATA,2

!listf  !TSTOUTA,2

!listf  !TSTksam,2

!#

!showme

!purge !TSTCATA

!purge !TSTOUTA

!purge !TSTksam

!#

!echo HPCPUSECS=!HPCPUSECS, Date=!hpdatef !hptimef

!setvar buf &

! "!hpsysname !hpjobname HPCPUSECS=!HPCPUSECS,Conn Min="

!setvar buf "!buf" + "!HPCONNMINS, !hpdatef !hptimef"

!#

!sendmail emerald, "!buf"

!eoj



Ray



* To join/leave the list, search archives, change list settings, *

* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *



* To join/leave the list, search archives, change list settings, *

* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *


ATOM RSS1 RSS2