HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- timex commans
Operating System - HP-UX
1831651
Members
2014
Online
110029
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
12-18-2001 06:54 AM
12-18-2001 06:54 AM
Hi
The timex reports in seconds the elapsed time, user time, and system time spent in execution of the given command.
Could anyone explain the meaning of the "user time", and system time ?
Thanks
Shay
The timex reports in seconds the elapsed time, user time, and system time spent in execution of the given command.
Could anyone explain the meaning of the "user time", and system time ?
Thanks
Shay
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 07:00 AM
12-18-2001 07:00 AM
Solution
Yes, it's just what it sounds like. User time is the amount of time spent in user space (e.g. your actual application) as opposed to the amount of time spent executing system (kernel) code (e.g. system (2) calls like read, write, sbrk,open, close, etc.).
If it ain't broke, I can fix that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 07:00 AM
12-18-2001 07:00 AM
Re: timex commans
Hi Shay,
User Time means the time it spent in executing user instructions while system time is the time the process spent in executing the system instructions. System mode can be viewed something like writing to a disk or buffer cache that have to be done exclusively by the kernel instructions. Examples of user mode instructions are arthmatic calculations.
-Sri
User Time means the time it spent in executing user instructions while system time is the time the process spent in executing the system instructions. System mode can be viewed something like writing to a disk or buffer cache that have to be done exclusively by the kernel instructions. Examples of user mode instructions are arthmatic calculations.
-Sri
You may be disappointed if you fail, but you are doomed if you don't try
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2001 07:36 AM
12-18-2001 07:36 AM
Re: timex commans
hi,
Yes, usertime is the time CPU spent running in usermode
and systemtime is the time CPU spent in Kernel mode.
So, if you are running a purely system command , the system time will be more. If you are running a user command which does more processing of records (sorting etc ), then the user time will be more.
If you run sar , even there you can see the user and system modes being displayed.
If the system mode value is more in SAR, then we consider it a problem, since it could be due to excess memory swapping or something on which the CPU is wasting time on.
HTH
raj
Yes, usertime is the time CPU spent running in usermode
and systemtime is the time CPU spent in Kernel mode.
So, if you are running a purely system command , the system time will be more. If you are running a user command which does more processing of records (sorting etc ), then the user time will be more.
If you run sar , even there you can see the user and system modes being displayed.
If the system mode value is more in SAR, then we consider it a problem, since it could be due to excess memory swapping or something on which the CPU is wasting time on.
HTH
raj
Take it easy.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP