https://github.com/oetiker/gpfmeter
Grounded Performance Feedback Meter
https://github.com/oetiker/gpfmeter
Last synced: 3 months ago
JSON representation
Grounded Performance Feedback Meter
- Host: GitHub
- URL: https://github.com/oetiker/gpfmeter
- Owner: oetiker
- License: gpl-3.0
- Created: 2015-07-24T07:31:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T17:23:56.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T09:42:14.017Z (4 months ago)
- Language: C#
- Size: 740 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.pod
- License: LICENSE
Awesome Lists containing this project
README
=head1 NAME
GpfMeter - Grounded Performance Feedback Meter
=head1 SYSTEM DESCRIPTION
An area that has proven to be rather difficult to tackle in performance
monitoring is desktop performance. At the same time, this is where the
rubber hits the road. Even when my performance monitor tells me that the
desktop performance is fine, what matters at the end of the day is if the
users feel comfortable with their desktop performance.So instead of throwing ever larger amounts of technology at the 'problem'
GpfMeter centers on the user experience. And provides the user with a very
simple way of reporting problems:Whenever the user is unhappy about some technical aspect of the IT
environment, GpfMeter is just one click away.=begin html
=end html
While the user is providing information about the problem from the human
perspective, the GpfMeter will record the system status in the background.
Currently this includes:=over
=item * an optional screenshot
=item * a detailed process list
=item * http(s) connection timing to a configurable list of targets
=back
All the information is then bundled into an email which is sent to the
support team for further processing. Obviously the system will only work
when the reports are processed by other humans who respond and take care of
improving the user experience.=head1 INSTALLATION
GpfMeter is targeted at Windows users. For easy deployment it is written in
C#. You should be able to import this repository into VisualStudio and
compile your own GpfMeter.Upon startup a configuration file GpfMeterConfig.json is created in
the directory where the GpfMeter executable resides. In this file you
can modify most contents of the GpfMeter window, list the URLs of the
sites to be probed, and specify where mails are sent to.After modification of the config file GpfMeter must be restarted for
the changes to become effective.=head1 USAGE
The program is probably best started automatically upon login. An icon
is placed into the Windows notification area. When the icon is clicked
a window is opened where users can optionally explain their
unhappiness in some detail and then submit their complaint.=head1 AUTHOR
Tobi Oetiker [email protected]