Can some one help me to setup a program/macro to get the live CPU busy status(Like Viewsys)

  • Follow


Can some one help me to setup a program/macro to get the live CPU busy
status(Like Viewsys) as we dont have viewsys or a third party tool
like MOMI to watch the CPU busy percentage..
0
Reply withmanu (63) 12/23/2009 5:17:23 PM

In article <1690da45-ad17-4831-aaf7-1896f866c0a8@g4g2000pri.googlegroups.com>, Manu <withmanu@gmail.com> wrote:
>Can some one help me to setup a program/macro to get the live CPU busy
>status(Like Viewsys) as we dont have viewsys or a third party tool
>like MOMI to watch the CPU busy percentage..

Check ITUGLIB for a program called CPUBUSY. It just displays an ASCII-art 
bar chart, something like this:
       ....+....1....+....2....+....3....+....4 (etc) %
CPU 00 ****************
CPU 01 **********************
but it wouldn't be too hard to modify it to run in a loop, or run the program 
exactly as-is inside a TACL macro.

CPU busy rates alone are a very crude and not particularly valuable measure of 
system performance. If you tell us what specific problem you're trying to 
solve, you'll probably get much better advice.
0
Reply spambait 12/23/2009 5:38:33 PM


Manu wrote:
> Can some one help me to setup a program/macro to get the live CPU busy
> status(Like Viewsys) as we dont have viewsys or a third party tool
> like MOMI to watch the CPU busy percentage..

Besides the CPUBUSY program that Doug mentions, there was a discussion about computing CPU busy in this newsgroup a couple of years ago (February-March 2007).  This link should display the posts of that thread:

http://groups.google.com/group/comp.sys.tandem/browse_thread/thread/9807286fdad49522/cfa1e659de04f68b

That thread contains one complete program that uses many items returned by PROCESSOR_GETINFOLIST_ to judge how busy a CPU is.  

It also has a few posts that discuss a different way to compute CPU busy, using item 18 and 20 from PROCESSOR_GETINFORLIST_.
0
Reply Keith 12/23/2009 8:47:15 PM

On Dec 23, 12:17=A0pm, Manu <withm...@gmail.com> wrote:
> Can some one help me to setup a program/macro to get the live CPU busy
> status(Like Viewsys) as we dont have viewsys or a third party tool
> like MOMI to watch the CPU busy percentage..

If you just want to monitor CPU busy, try looking for SysBusy from KLD
Inc.  If you cannot find it, reply here, I have it on all my systems.
0
Reply Rob 12/24/2009 2:37:22 PM

On Dec 23, 12:17=A0pm, Manu <withm...@gmail.com> wrote:
> Can some one help me to setup a program/macro to get the live CPU busy
> status(Like Viewsys) as we dont have viewsys or a third party tool
> like MOMI to watch the CPU busy percentage..

For another free utility, try SYSBUSY by KLD.

http://www.kldinc.com/utility.htm

I've been using it for years - it is a great little utility.
0
Reply Jay 12/24/2009 2:38:49 PM

On Dec 24, 9:38=A0am, Jay Madore <j...@madoreconsulting.com> wrote:
> On Dec 23, 12:17=A0pm, Manu <withm...@gmail.com> wrote:
>
> > Can some one help me to setup a program/macroto get the live CPU busy
> > status(Like Viewsys) as we dont have viewsys or a third party tool
> > like MOMI to watch the CPU busy percentage..
>
> For another free utility, try SYSBUSY by KLD.
>
> http://www.kldinc.com/utility.htm
>
> I've been using it for years - it is a great little utility.

Thanks to all of you for your support,but unfortunately i got the
following error..

$TOM.MANTAL 3> run sysbusy
*ERROR* Illegal program file format
*ERROR* Bad file or Bad target
*ERROR* File: \UKNS1.$TOM.MANTAL.SYSBUSY
$TOM.MANTAL 4>
0
Reply Manu 12/28/2009 3:10:42 PM

On Dec 28, 10:10=A0am, Manu <withm...@gmail.com> wrote:
> On Dec 24, 9:38=A0am, Jay Madore <j...@madoreconsulting.com> wrote:
>
> > On Dec 23, 12:17=A0pm, Manu <withm...@gmail.com> wrote:
>
> > > Can some one help me to setup a program/macroto get the live CPU busy
> > > status(Like Viewsys) as we dont have viewsys or a third party tool
> > > like MOMI to watch the CPU busy percentage..
>
> > For another free utility, try SYSBUSY by KLD.
>
> >http://www.kldinc.com/utility.htm
>
> > I've been using it for years - it is a great little utility.
>
> Thanks to all of you for your support,but unfortunately i got the
> following error..
>
> $TOM.MANTAL 3> run sysbusy
> *ERROR* Illegal program file format
> *ERROR* Bad file or Bad target
> *ERROR* File: \UKNS1.$TOM.MANTAL.SYSBUSY
> $TOM.MANTAL 4>

You pulled down the wrong version for your host.

What is your system type?
0
Reply Rob 12/28/2009 4:00:33 PM

On Dec 28, 11:00=A0am, Rob Lesan <roblesa...@aol.com> wrote:
> On Dec 28, 10:10=A0am, Manu <withm...@gmail.com> wrote:
>
>
>
>
>
> > On Dec 24, 9:38=A0am, Jay Madore <j...@madoreconsulting.com> wrote:
>
> > > On Dec 23, 12:17=A0pm, Manu <withm...@gmail.com> wrote:
>
> > > > Can some one help me to setup a program/macroto get the live CPU bu=
sy
> > > > status(Like Viewsys) as we dont have viewsys or a third party tool
> > > > like MOMI to watch the CPU busy percentage..
>
> > > For another free utility, try SYSBUSY by KLD.
>
> > >http://www.kldinc.com/utility.htm
>
> > > I've been using it for years - it is a great little utility.
>
> > Thanks to all of you for your support,but unfortunately i got the
> > following error..
>
> > $TOM.MANTAL 3> run sysbusy
> > *ERROR* Illegal program file format
> > *ERROR* Bad file or Bad target
> > *ERROR* File: \UKNS1.$TOM.MANTAL.SYSBUSY
> > $TOM.MANTAL 4>
>
> You pulled down the wrong version for your host.
>
> What is your system type?- Hide quoted text -
>
> - Show quoted text -

Its a H series server
0
Reply Manu 12/28/2009 6:55:21 PM

On Dec 28, 1:55=A0pm, Manu <withm...@gmail.com> wrote:
> On Dec 28, 11:00=A0am, Rob Lesan <roblesa...@aol.com> wrote:
>
>
>
>
>
> > On Dec 28, 10:10=A0am, Manu <withm...@gmail.com> wrote:
>
> > > On Dec 24, 9:38=A0am, Jay Madore <j...@madoreconsulting.com> wrote:
>
> > > > On Dec 23, 12:17=A0pm, Manu <withm...@gmail.com> wrote:
>
> > > > > Can some one help me to setup a program/macroto get the live CPU =
busy
> > > > > status(Like Viewsys) as we dont have viewsys or a third party too=
l
> > > > > like MOMI to watch the CPU busy percentage..
>
> > > > For another free utility, try SYSBUSY by KLD.
>
> > > >http://www.kldinc.com/utility.htm
>
> > > > I've been using it for years - it is a great little utility.
>
> > > Thanks to all of you for your support,but unfortunately i got the
> > > following error..
>
> > > $TOM.MANTAL 3> run sysbusy
> > > *ERROR* Illegal program file format
> > > *ERROR* Bad file or Bad target
> > > *ERROR* File: \UKNS1.$TOM.MANTAL.SYSBUSY
> > > $TOM.MANTAL 4>
>
> > You pulled down the wrong version for your host.
>
> > What is your system type?- Hide quoted text -
>
> > - Show quoted text -
>
> Its a H series server- Hide quoted text -
>
> - Show quoted text -

I might suggest you revisit the initial problem - not having a
performance monitoring tool like MOMI.  The lite version of MOMI is
free at http://www.blackwood-systems.com/website/.  We have used it
for years and find that even the lite version is very helpful.  And
did I mention that it was FREE!
Cheers
0
Reply LorenH 12/29/2009 11:08:58 AM

On Dec 28, 1:55=A0pm, Manu <withm...@gmail.com> wrote:
> On Dec 28, 11:00=A0am, Rob Lesan <roblesa...@aol.com> wrote:
>
>
>
> > On Dec 28, 10:10=A0am, Manu <withm...@gmail.com> wrote:
>
> > > On Dec 24, 9:38=A0am, Jay Madore <j...@madoreconsulting.com> wrote:
>
> > > > On Dec 23, 12:17=A0pm, Manu <withm...@gmail.com> wrote:
>
> > > > > Can some one help me to setup a program/macroto get the live CPU =
busy
> > > > > status(Like Viewsys) as we dont have viewsys or a third party too=
l
> > > > > like MOMI to watch the CPU busy percentage..
>
> > > > For another free utility, try SYSBUSY by KLD.
>
> > > >http://www.kldinc.com/utility.htm
>
> > > > I've been using it for years - it is a great little utility.
>
> > > Thanks to all of you for your support,but unfortunately i got the
> > > following error..
>
> > > $TOM.MANTAL 3> run sysbusy
> > > *ERROR* Illegal program file format
> > > *ERROR* Bad file or Bad target
> > > *ERROR* File: \UKNS1.$TOM.MANTAL.SYSBUSY
> > > $TOM.MANTAL 4>
>
> > You pulled down the wrong version for your host.
>
> > What is your system type?- Hide quoted text -
>
> > - Show quoted text -
>
> Its a H series server

You need an 800 (or 100) code binary, you have a 700.
0
Reply Rob 12/29/2009 4:23:33 PM

On Dec 29, 11:23=A0am, Rob Lesan <roblesa...@aol.com> wrote:
> On Dec 28, 1:55=A0pm, Manu <withm...@gmail.com> wrote:
>
>
>
>
>
> > On Dec 28, 11:00=A0am, Rob Lesan <roblesa...@aol.com> wrote:
>
> > > On Dec 28, 10:10=A0am, Manu <withm...@gmail.com> wrote:
>
> > > > On Dec 24, 9:38=A0am, Jay Madore <j...@madoreconsulting.com> wrote:
>
> > > > > On Dec 23, 12:17=A0pm, Manu <withm...@gmail.com> wrote:
>
> > > > > > Can some one help me to setup a program/macroto get the live CP=
U busy
> > > > > > status(Like Viewsys) as we dont have viewsys or a third party t=
ool
> > > > > > like MOMI to watch the CPU busy percentage..
>
> > > > > For another free utility, try SYSBUSY by KLD.
>
> > > > >http://www.kldinc.com/utility.htm
>
> > > > > I've been using it for years - it is a great little utility.
>
> > > > Thanks to all of you for your support,but unfortunately i got the
> > > > following error..
>
> > > > $TOM.MANTAL 3> run sysbusy
> > > > *ERROR* Illegal program file format
> > > > *ERROR* Bad file or Bad target
> > > > *ERROR* File: \UKNS1.$TOM.MANTAL.SYSBUSY
> > > > $TOM.MANTAL 4>
>
> > > You pulled down the wrong version for your host.
>
> > > What is your system type?- Hide quoted text -
>
> > > - Show quoted text -
>
> > Its a H series server
>
> You need an 800 (or 100) code binary, you have a 700.
$TOM.MANTAL 56> fup alter SYSBUSY,code 800
$TOM.MANTAL 57> run sysbusy
*ERROR* Illegal program file format
*ERROR* Subcode 51
*ERROR* File: \UKDR1.$TOM.MANTAL.SYSBUSY
$TOM.MANTAL 58> fup alter SYSBUSY,code 100
$TOM.MANTAL 59> run SYSBUSY
*ERROR* Illegal program file format
*ERROR* No main procedure
*ERROR* File: \UKDR1.$TOM.MANTAL.SYSBUSY
$TOM.MANTAL 60>
0
Reply Manu 12/29/2009 5:33:32 PM

In article <f2858bb6-d6ee-41a7-a98a-623e6f8e7ff1@q2g2000yqd.googlegroups.com>, Manu <withmanu@gmail.com> wrote:
>On Dec 29, 11:23=A0am, Rob Lesan <roblesa...@aol.com> wrote:

>> You need an 800 (or 100) code binary, you have a 700.
>$TOM.MANTAL 56> fup alter SYSBUSY,code 800
>$TOM.MANTAL 57> run sysbusy
>*ERROR* Illegal program file format
>*ERROR* Subcode 51
>*ERROR* File: \UKDR1.$TOM.MANTAL.SYSBUSY
>$TOM.MANTAL 58> fup alter SYSBUSY,code 100
>$TOM.MANTAL 59> run SYSBUSY
>*ERROR* Illegal program file format
>*ERROR* No main procedure
>*ERROR* File: \UKDR1.$TOM.MANTAL.SYSBUSY
>$TOM.MANTAL 60>

You misunderstand completely. Code 100, 700, and 800 object files have 
entirely different formats. You cannot change the file's format simply by 
altering its FILECODE. The file you have is the wrong format. IT WILL NOT 
WORK, no matter what you do. You need to get a file with the right format.
0
Reply spambait 12/29/2009 6:11:34 PM

On Dec 29 2009, 1:11=A0pm, spamb...@milmac.com (Doug Miller) wrote:
> In article <f2858bb6-d6ee-41a7-a98a-623e6f8e7...@q2g2000yqd.googlegroups.=
com>, Manu <withm...@gmail.com> wrote:
>
> >On Dec 29, 11:23=3DA0am, Rob Lesan <roblesa...@aol.com> wrote:
> >> You need an 800 (or 100) code binary, you have a 700.

> You misunderstand completely. Code 100, 700, and 800 object files have
> entirely different formats. You cannot change the file's format simply by
> altering its FILECODE. The file you have is the wrong format. IT WILL NOT
> WORK, no matter what you do. You need to get a file with the right format=
..

Rob & Doug are right.. you clicked on the wrong download link.

This is the one you need.

http://www.kldinc.com/download/sys800.zip
0
Reply Jay 1/1/2010 7:43:53 PM

On Jan 1, 2:43=A0pm, Jay Madore <j...@madoreconsulting.com> wrote:
> On Dec 29 2009, 1:11=A0pm, spamb...@milmac.com (Doug Miller) wrote:
>
> > In article <f2858bb6-d6ee-41a7-a98a-623e6f8e7...@q2g2000yqd.googlegroup=
s.com>, Manu <withm...@gmail.com> wrote:
>
> > >On Dec 29, 11:23=3DA0am, Rob Lesan <roblesa...@aol.com> wrote:
> > >> You need an 800 (or 100) code binary, you have a 700.
> > You misunderstand completely. Code 100, 700, and 800 object files have
> > entirely different formats. You cannot change the file's format simply =
by
> > altering its FILECODE. The file you have is the wrong format. IT WILL N=
OT
> > WORK, no matter what you do. You need to get a file with the right form=
at.
>
> Rob & Doug are right.. you clicked on the wrong download link.
>
> This is the one you need.
>
> http://www.kldinc.com/download/sys800.zip

Thats cool !! Got the right file now and working perfectly ! Thanks all
0
Reply Manu 1/4/2010 2:46:26 PM

13 Replies
245 Views

(page loaded in 0.178 seconds)

Similiar Articles:

7/26/2012 4:07:20 PM


Reply: