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 14:39:30 +0000
Content-Type:
text/plain
Parts/Attachments:
text/plain (334 lines)
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 *

ATOM RSS1 RSS2