- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Timing queue jobs
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 12:31 AM
02-26-2007 12:31 AM
Timing queue jobs
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 01:07 AM
02-26-2007 01:07 AM
Re: Timing queue jobs
$ show acc
will tell you if you have accounting enabled
If it is, you can get some info with
$ acc/fu/since=16:00/bef=17:00/out=a.tmp
if you job has run between 16:00 and 17:00
You can refine with
/user=myuser
/queue=my_batch_queue
...
The best thing is to prepare some tools before you run the process
You can find pquota.exe at
http://h71000.www7.hp.com/freeware/freeware40/pquota/
Put it somewhere, e.g. in disk:[dir]
define a symbol
$ pquota :== $ disk:[dir]pquota.exe
then you can do
$ pquota 204002B4
if you want to see the resources used by this process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 01:14 AM
02-26-2007 01:14 AM
Re: Timing queue jobs
if this batch job does have a log file, you can easily find the start and end date with:
$ DIR/DATE=(CRE,MOD) batch-log-file.LOG
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 01:28 AM
02-26-2007 01:28 AM
Re: Timing queue jobs
$ SHOW TIME
$ @'P1' 'P2' 'P3' 'P4' 'P5' 'P6' 'P7' 'P8'
$ SHOW TIME
I then ran timer.com passing the name of the script to benchmark as the first parameter and then subsequyently all of it's parameters behind. It seems to work really well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 01:33 AM
02-26-2007 01:33 AM
Re: Timing queue jobs
this might be more than you want, but if you add this to SYS$SYLOGIN:
$ if f$getjpi("","mode") .eqs. "BATCH"
$ then
$ set prefix "!11%T "
$ endif
than the DCL "prompt" in the LOG files will be the first 11 chars of the time (hh:mm:ss.cc) of the time that line is executed.
We simply LOVE it for tracing performance issues!
hth
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 09:05 AM
02-26-2007 09:05 AM
Re: Timing queue jobs
@MEASURE a command line up to 8 parameters
Elapsed secs: 2.90 DIO: 20 BIO: 4461 PGF: 82 CPU: 0.16