- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- running a script with the TIMEX command
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
07-28-2002 09:46 PM
07-28-2002 09:46 PM
op sys - ux11.00
machine - d220
I have issued the following:
timex maria.test
resulting output follows:
maria.test: No such file or directory
real 0.02
user 0.00
sys 0.01
Question - the job runs fine but why does the first line say 'No such file or directory'?
When I issue ./maria.test there is no similar message.
I dont understand what is happening here - I am trying to check out the processing time of jobs - how can I actually be running this job and it returns to me, saying it doesnt exist?!
Thanks for your help in advance.
Maria
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2002 10:01 PM
07-28-2002 10:01 PM
Solution'timex' is a program on it's own. If you run it in combination with a script, which is what you are doing it will return the information oin how long it took. Now depending on what is in the script, as to whether it displays it's output to the screen or elsewhere.
The reason for the error message is that the script your running is not in your path. That is why ./maria.test worked.
Here is my test with the same result.
# timex bdfit
bdfit: No such file or directory
real 0.00
user 0.00
sys 0.00
When I run it as 'timex ./bdfit' no problem, only the stats are printed.
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2002 10:12 PM
07-28-2002 10:12 PM
Re: running a script with the TIMEX command
It's all so obvious when we stop and think straightforward!
regards,
maria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 12:05 AM
07-29-2002 12:05 AM
Re: running a script with the TIMEX command
Remember to asign points.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 02:41 PM
07-29-2002 02:41 PM
Re: running a script with the TIMEX command
It might be worthwhile for newer users to be aware that after assigning points you must submit and then you can send a reply (if want to). It looks to me that you cant assign points, then send a reply and have both actions registered on the system at the same time.
Anyway, you have your points now and your answer is still very much appreciated
Regards,
Maria.