How to calculate total I/O points
- jasontan
- Posts:7
- Joined: Mon Nov 15, 2010 8:25 am
How to calculate total I/O points
hi, anyone know how to calculate total number of I/I points used for a PVSS project?
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: How to calculate total I/O points
Hello,
a simple way to get an approximation of the number of IOs is to set the flag “–report configmanager” (-report 7) for the running driver. The information is written to the logfile.
Another possibility is to have a look in the event manager connections panel of the systemmanagement. It displays the number of system messages sent and received by each manager and the configs saved in the memory of the selected process. In the driver section the number of active IOs are shown for every driver in the detail panel.
Best Regards
Leopold Knipp
Senior Support Specialist
a simple way to get an approximation of the number of IOs is to set the flag “–report configmanager” (-report 7) for the running driver. The information is written to the logfile.
Another possibility is to have a look in the event manager connections panel of the systemmanagement. It displays the number of system messages sent and received by each manager and the configs saved in the memory of the selected process. In the driver section the number of active IOs are shown for every driver in the detail panel.
Best Regards
Leopold Knipp
Senior Support Specialist
- jasontan
- Posts:7
- Joined: Mon Nov 15, 2010 8:25 am
Re: How to calculate total I/O points
:laugh: thanks for the information, managed to get the i/o counts.