home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxpmpapi.zip / readme.txt < prev    next >
Text File  |  1997-06-20  |  2KB  |  47 lines

  1. RXPMPAPI.DLL is a Rexx interface to PM Patrol's Data Collection
  2. Facility (DCF).  All four of the functions in the C language API set
  3. provided with PM Patrol have a Rexx equivalent.  This Rexx interface
  4. is completely free of charge, but PM Patrol itself is a shareware
  5. program that requires registration after an initial trial period.  See
  6. http://homepage.interaccess.com/~wally for specifics about PM Patrol's
  7. licensing.
  8.  
  9. RXPMPAPI.DLL was created by me, Darren Abbott, not the authors of PM
  10. Patrol.  I have no association with the authors of PM Patrol, and the
  11. authors of PM Patrol are under no obligation to support RXPMPAPI.DLL.
  12. But then again, neither am I. :-)
  13.  
  14. You may use RXPMPAPI.DLL any way that suits you (even reverse engineer
  15. it if you really want to) but I do ask that all files in this
  16. distribution be kept together when it is redistributed.
  17.  
  18. I am not responsible for any damage, direct or indirect, caused by the
  19. use of RXPMPAPI.DLL.
  20.  
  21. For a full listing of the DCF API, select Help->Help Contents from the
  22. PM Patrol status line, then under the topic "Data Collection Facility"
  23. see the subtopic "DCF API Set".  (You can also view the help contents
  24. via the file PMPATROL.INF in the PM Patrol directory.)  Briefly, the
  25. API allows the user to perform the following operations:
  26.  
  27.      1. Retrieve PM Patrol's real-time statistics, including drives on
  28.         line, drives' size, drives' free space, number of printer jobs,
  29.         system uptime, swap usage, memory usage, CPU usage, PM Patrol
  30.         monitored events, and per-process resource usage.  If you have
  31.         OS20MEMU installed you can even get per-process memory usage
  32.         information!
  33.      2. Set the text for PM Patrol's user-defined field.
  34.      3. Verify that PM Patrol's Data Collection Facility is running.
  35.      4. Shut down PM Patrol and the Data Collection Facility.
  36.  
  37. See the file RXPMPAPI.TXT for installation and usage instructions.
  38.    
  39. I am considering using this interface as an example for an article on
  40. developing Rexx-callable DLLs in C/C++.  Unfortunately, I no longer
  41. have any idea where I would submit such an article for publication now
  42. that there are no US OS/2 magazines.  If you have any ideas, please
  43. drop me a note at abbott@hiwaay.net.
  44.  
  45. Darren Abbott
  46. abbott@hiwaay.net
  47.