Operating System - HP-UX
1834627 Members
3268 Online
110069 Solutions
New Discussion

I'd like to know time with msec in HPUX system.

 
SOLVED
Go to solution
Lee Tae-kyung
Regular Advisor

I'd like to know time with msec in HPUX system.

Hi everyone.
Thanks for seeing^^.

I want to see the time with msec in HPUX system.

Could anyone let me know the way above?

Have a good day^^

From Korea.

I think I am a specialist in IT Korea^^. I am a programmer and SE and DBA
1 REPLY 1
Jeff Schussele
Honored Contributor
Solution

Re: I'd like to know time with msec in HPUX system.

Hi,

Sorry that's not available from a "standard" command. You'll have to use the gettimeofday() function.
See man 2 gettimeofday for further details.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!