Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

convert CPUtime

Status
Not open for further replies.

holdahl

IS-IT--Management
Apr 4, 2006
213
NO
Have made some monitoring scripts which displays data from a sybase db server.
Any idea how to display the CPUTime in seconds or minutes?

I assume the CPUTime is in milliseconds, but have heard that it's always a multiple of 100 millisecs.


-holdahl
 
It can be seconds or milliseconds or number of cpu ticks
It depends on where you read the info
Best is read the Product manual
 
In the documentation at sybase.com it says that CPU time is in milliseconds. (product manual)
 
OK, what I meant before about it depends on where you read the info is that e.g the mda tables might use a different unit than the output from sysmon, etc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top