LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to write down result of performance of a command in a file (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-write-down-result-of-performance-of-a-command-in-a-file-264014/)

ukrainet 12-08-2004 09:24 AM

How to write down result of performance of a command in a file
 
How to write down result of performance of a command (traceroute for example) in a file

damien 12-08-2004 09:43 AM

traceroute >> traceroute.txt

Damien

visaris 12-08-2004 09:44 AM

You mean you want to know how long a command takes to run... and you want that information stored in a file?

Do this:

Code:

# time your_command_here > file_name_here
EDIT:
That doesn't seem to work actually... Sorry.

damien 12-08-2004 09:51 AM

Oops. One too many >. Sorry 'bout that. Typo.


All times are GMT -5. The time now is 10:45 AM.