Operating System - Linux
1833181 Members
2891 Online
110051 Solutions
New Discussion

Re: Tool for Measuring the time taken by an Application to process a Job

 
donne007
Regular Advisor

Tool for Measuring the time taken by an Application to process a Job

Hi,
Can some one tell me of a tool which measures the time taken by an Application
to process a job.

The Idea is to bench mark the time taken by an Application which runs on a
stand alone system Vs the Application running on HPC cluster.

Thanks in Advance.
Asif

1 REPLY 1
Sergejs Svitnevs
Honored Contributor

Re: Tool for Measuring the time taken by an Application to process a Job

You can use the "time" command to find out how much time was taken in executing your command. Example:

# time ls

Regards,
Sergejs