Time

Should I tell the user how much time a process took?

Should I tell the user how much time a process took?
  1. How do you check the time of a process?
  2. Why user time is bigger than real time?

How do you check the time of a process?

You can use ps command to check the time a particular process has been running. You need to first find process ID then use it to find elapsed time. Then use ps with options -o etime to find elapsed running time. etime option displays elapsed time since the process was started, in the form [[DD-]hh:]mm: ss.

Why user time is bigger than real time?

In normal (all most all) GC events, real time will be less than user + sys time. It's because of multiple GC threads work concurrently to share the work load, thus real time will be less than user + sys time. Say user + sys time is 2 seconds.

Should authenticated users still see the app's public home page
What limits the access of a component to authenticated users?What does authorization mean for users who have authenticated?Why do we need authenticat...
Accordion vs collapsable section
What is difference between collapse and accordion?What is collapsible section?What is accordion in UI design?What is accordion in bootstrap? What is...
Alternatives to a Product Add-On Carousel
Should you use a carousel on your website?What is a product carousel? Should you use a carousel on your website?Whatever you do, don't use an image ...