Process Supervisor is a unique new technology intended to allow for
automatic management of running proceses in ways not previously available.
Some of the many things Process Supervisor can do are:
- Automatically restrain processes using up too many CPU cycles
until their usage drops. This will allow you to maintain system
responsiveness when an application is consuming 100% of the CPU, something
that has been a problem for the NT process scheduler since its inception.
- Have applications default to a specific priority each time they
are run. Often times it is desired to always run an application at a
priority higher or lower than normal, with Process Supervisor this is made
easy.
- Specify which applications are allowed to run or not allowed to run
. With wildcard support and an 'allow' list you can even restrict all
applications except for those approved. This is particularly useful for
network administrators since they can limit what is allowed to execute on
client machines.
- Perform all these operations on client machines in a network
environment since the engine is isolated from the GUI. The engine,
ProcessGoverneor, can be installed as a system service or run as a normal
application. After installing it on client machines, configuration and log
files can be loaded and written to and from a remote path.
Complimenting these capabilities is an easy to use and task
manager-like graphical user interface that allows for easy configuration
and log/status viewing in addition to manual process manipulation. The
latest version can be checked for by using the 'Check for update' menu
option in the GUI or can always be found at
http://www.bitsum.com .
Documentation Topics:
- Process
Supervisor Components
- Using
the Graphical User Interface (GUI)
-
Using the Process Governor (engine) Installer
-
Using the INI Configuration File
-
Command
Line Arguments
-
Installation in a Network Environment
- Licensing
For support please visit Bitsum Technologies on the web at
http://www.bitsum.com or email
support@bitusm.com . We have a
variety of other products for software developers, power users, and
network administrators that we invite you to try. |