PU Monitor

Versione: 
2.2
Data rilascio: 
Domenica, 2 Agosto, 1998

Licenza:

Interfaccia:

Authors/Port authors:

Piccolo ma funzionale strumento per il monitoraggio di un sistema OS/2.

Caratteristiche di PU Monitor:

  •   Utilizzo della CPU
  •   Traffico TCP/IP
  •   Memoria RAM libera
  •   Tempo di attività
  •   Controllo caselle postali POP3
  •   Monitaggio della connessione
  •   Aspetto personalizzabile
  •   Ridotto consumo di spazio sulla scrivania
  •   Può ancorarsi al Warp Center

Codice sorgente incluso.

Questo software è distribuito come pacchetto compresso, da scaricare e installare manualmente; se ci sono prerequisiti da soddisfare, andranno anch'essi scaricati e installati manualmente.

Installazione manuale

Il programma è distribuito come pacchetto ZIP: scaricare in una cartella temporanea e scompattare nella cartella di destinazione. Vedi sotto per il(i) link di download.

Qui di seguito trovi i link di download per l'installazione manuale del software:

PU Monitor v. 2.2 (b001, 25/10/2024, Sergey I. Yevtushenko) Readme/What's new
PU Monitor Version 2.2 b001 2024-10-25 Sergey I. Yevtushenko PU Monitor is a small functional system monitoring tool for OS/2 It is free and full source code is included. Features of PU Monitor: - CPU Usage - TCP/IP traffic - Free RAM - Uptime - POP3 mailbox checker - Connection monitor - Customizable look and feel. - Small amount of consumed desktop space. - Unique 'Attach to Warp Center' feature. --- This is long awaited open source release of PU Monitor. The first question is why I have decided to do so. The answer is simple: I just have no time to move it forward. It is stable in the present state and now is time to extend it, add new features, bells and whistles. But I'm busy with other projects which are more interesting for me, so I decided to release software for free and with full source code. PU Monitor protected by "BSD-like" license. So, if you find sources useful and will decide to use they in your own project (even commercial) you're free to do so, just mention original copyright somewhere in the documentaion. To build PU Monitor from sources, you'll need Watcom C++ 10.6 and MAKE utility from Borland C++ 2.0 for OS/2 (it is also provided with TASM 4.1). There are no known dependencies on this tools so you may try to compile sources by another compiler. All you'll need is to write new MAKEFILE. Good luck. Regards, Sergey. e-mail: es@os2.ru Web: http://es.os2.ru ----------------------------------------------------- /* ** Module :HISTORY.TXT ** Abstract : ** ** Copyright (C) Sergey I. Yevtushenko ** ** Log: Sun 02/08/1998 Created ** */ + - added * - fixed - - dropped build 166 + Merged updates from knut st. osmundsen + Adaptive format for memory amount number + 3D look for text + Mail checker supports up to 5 boxex now + 'Lock in place' disables moving of splitbars build 165 + Merged updates from "Nick Kurshev" <nickols_k@mail.ru> * Other minor updates and cleanups build 161 * IP graphs not switched correctly * CPU meter now works on Aurora SMP build 160 + Anyncronous mail checking (no more lockups during manual check of mail) + Averaging (will make graphs look more smooth) build 155 (version updated to V2.1) + User defined palette can receive colors with drag and drop + RMB click on splitbars switch split type * Minor changes and cleanups for open source release build 153 * Settings dialog depend from Z-order of pumon build 152 * improved searching of WarpCenter window * another try to fix trap with Matrox video build 151 (version updated to V2.04) * incorrect choosing of bar drawing direction * graph is dotted on some video adapters (Matrox) * incorrect selection of dropped font + mailbox checker cell actually hidden if feature is disabled + double click on mail checker cell causes immediate check + if space permits some texts is drawn in two lines build 150 (version updated to V2.03) * If 'Attach to WarpCenter' is off, setting page have few controls enabled at startup * Graph grid moves not in sync with graph data + Support for vertically oriented frame build 149 (version updated to V2.02) * 'Attach to WarpCenter' acts as 'Float on top' even if WarpCenter not available * Cosmetic changes at 'About' page - removed sub menu item 'About' from menu 'Settings' * Changed docs to reflect changes in program build 148 * replaced ping code + adaptive bar graph. build 147 + selectable WarpCenter buttons overlapping build 146 (version updated to V2.01) + '3D sub windows' look on/off + Free memory on/off - 'Color palette' sub menu - 'Attach to Warp Center' menu item - 'Float on top' menu item - 'Lock in place' menu item - 'Colors' settings page All of the above moved to new 'General' setings page + 'General' setting page. * some default settings build 145 + improved 'Attach to WarpCenter' feature build 144 * start of external non-PM programs ----------------------------------------------------- PU Monitor 2.xx Copyright (C) 1998, 2000 Sergey I. Yevtushenko Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE AUTHOR OR CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 ecsoft2.org/it/system/files/repository/pu_monitor_2-2b001.zip  local copy
PU Monitor v. 2.1 (19/2/2002, Sergey I. Yevtushenko) Readme/What's new
/* ** Module :README.TXT ** Abstract : ** ** Copyright (C) Sergey I. Yevtushenko ** ** Log: Sun 14/11/1999 Created ** */ PU Monitor v2.xx Copyright (C) 1998, 2002 Sergey I. Yevtushenko This is long awaited open source release of PU Monitor. The first question is why I have decided to do so. The answer is simple: I just have no time to move it forward. It is stable in the present state and now is time to extend it, add new features, bells and whistles. But I'm busy with other projects which are more interesting for me, so I decided to release software for free and with full source code. PU Monitor protected by "BSD-like" license. So, if you find sources useful and will decide to use they in your own project (even commercial) you're free to do so, just mention original copyright somewhere in the documentaion. To build PU Monitor from sources, you'll need Watcom C++ 10.6 and MAKE utility from Borland C++ 2.0 for OS/2 (it is also provided with TASM 4.1). There are no known dependencies on this tools so you may try to compile sources by another compiler. All you'll need is to write new MAKEFILE. Good luck. Regards, Sergey. ------------------------------------------------- /* ** Module :HISTORY.TXT ** Abstract : ** ** Copyright (C) Sergey I. Yevtushenko ** ** Log: Sun 02/08/1998 Created ** */ + - added * - fixed - - dropped build 166 + Merged updates from knut st. osmundsen + Adaptive format for memory amount number + 3D look for text + Mail checker supports up to 5 boxex now + 'Lock in place' disables moving of splitbars build 165 + Merged updates from "Nick Kurshev" <nickols_k@mail.ru> * Other minor updates and cleanups build 161 * IP graphs not switched correctly * CPU meter now works on Aurora SMP build 160 + Anyncronous mail checking (no more lockups during manual check of mail) + Averaging (will make graphs look more smooth) build 155 (version updated to V2.1) + User defined palette can receive colors with drag and drop + RMB click on splitbars switch split type * Minor changes and cleanups for open source release build 153 * Settings dialog depend from Z-order of pumon build 152 * improved searching of WarpCenter window * another try to fix trap with Matrox video build 151 (version updated to V2.04) * incorrect choosing of bar drawing direction * graph is dotted on some video adapters (Matrox) * incorrect selection of dropped font + mailbox checker cell actually hidden if feature is disabled + double click on mail checker cell causes immediate check + if space permits some texts is drawn in two lines build 150 (version updated to V2.03) * If 'Attach to WarpCenter' is off, setting page have few controls enabled at startup * Graph grid moves not in sync with graph data + Support for vertically oriented frame build 149 (version updated to V2.02) * 'Attach to WarpCenter' acts as 'Float on top' even if WarpCenter not available * Cosmetic changes at 'About' page - removed sub menu item 'About' from menu 'Settings' * Changed docs to reflect changes in program build 148 * replaced ping code + adaptive bar graph. build 147 + selectable WarpCenter buttons overlapping build 146 (version updated to V2.01) + '3D sub windows' look on/off + Free memory on/off - 'Color palette' sub menu - 'Attach to Warp Center' menu item - 'Float on top' menu item - 'Lock in place' menu item - 'Colors' settings page All of the above moved to new 'General' setings page + 'General' setting page. * some default settings build 145 + improved 'Attach to WarpCenter' feature build 144 * start of external non-PM programs ----------------------------------------------------- PU Monitor 2.xx Copyright (C) 1998, 2000 Sergey I. Yevtushenko Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. THIS SOFTWARE IS PROVIDED BY THE AUTHOR OR CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 hobbes.nmsu.edu/os2/wpsutil/pumon2s.zip  local copy
Scheda aggiornata l'ultima volta il: 10/09/2025 - 04:43

Aggiungi un commento