perfmon recording to DB, Interpreting the data

  • Im logging perfmon data to sql server. Currently just for testing purposes im just logging % Dist Time _Total and %Processor Time _Total.

    The data in the table is as follows:

    countervalue firstvalueA firstValueB SecondValueA SecondValueB MultiCount

    ---------------------- ----------- ----------- ------------ ------------ -----------

    0 1776430176 144 -1563325053 30019288 1

    0.0286005491305433 1776458776 144 -1463326973 30019288 1

    0.0218004185680365 1776480576 144 -1363328893 30019288 1

    0.034000652812534 1776514576 144 -1263330813 30019288 1

    0.0194003724871518 1776533976 144 -1163332733 30019288 1

    0.785815087649683 1777319776 144 -1063334653 30019288 1

    ....

    ....

    How do you interpert this data?

  • check this out if it helps

    http://searchexchange.techtarget.com/news/article/0,289142,sid43_gci1190351,00.html

    "Keep Trying"

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply