DosQueryPerformance() dynalink library: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Ak120 (talk | contribs)
mNo edit summary
Jugbogdan (talk | contribs)
Line 8: Line 8:


==Links==
==Links==
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/dll&file=perfdll_r100.zip 1.00]
* [perfdll_r100.zip 1.00]
* [https://github.com/OS2World/LIB-DosQueryPerformance Github]
* [https://github.com/OS2World/LIB-DosQueryPerformance Github]


[[Category:Libraries]]
[[Category:Libraries]]

Revision as of 05:11, 6 January 2020

PERFDLL.DLL is a dynalink library that queries performance activity ratios (busy, idle and interrupt one) of overall system and each CPUs on 32bit OS/2 process. It can be used any 32bit development suites that can issue OS/2 APIs such as emx/gcc, VisualAge C++ or Watcom C/C++, and REXX external function interface is also supplied. Free to use, under the GNU LGPL.

License

  • GNU LGPL

Author

Links

  • [perfdll_r100.zip 1.00]
  • Github