Hi All,
I downloaded the knoppix emulator and did the hard disk install and setup. Everything seems to work fine. When I run the command line statistics tool in the simulator I get proper stats.
When I use the performance operation sample code from the SDK for statistics that don't have a base value (do not require calculation) I get very strange values.
For example:
If I run the CLI command "Stats" on the simulator I get the following values:

Yet when I run the sample code in the SDK let's look at one particular value (they are all messed up in my view):
Values from the API sample code as run from the command line:
C:\temp4\manage-ontap-sdk-3.0\src\sample\java\perf_operation>java -classpath .;../../../../lib/java/classes/manageontap.jar perf_operation 10.1.4.192 root uptime get-counter-values vfiler
vfiler_read_ops
Instance = vfiler0
counter name =vfiler_read_ops counter value =1398
I don't see how 0 == 1398?
Sorry if this is a really newbish question, and I am sure I am missing something here, thanks in advance.