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?