London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!


Nov 29, 2009
  8129
(10 votes)

System Monitor Gadget

Here’s our contribution to the Gadget Contest. This gadget is developed by me (Björn Sållarp) and Erland Ranvinge, both working at Avantime.

The gadget enables you to read performance counter values from the machine running the web application. The counter values are updated in real time and visualized in a graph using the Awesome flot plotting plugin for jQuery.

The plugin is intended to give system administrators a quick and easy way to check the server status without having to remote to the server and start PerfMon.

graph

Counters are visualized in this fancy chart.

 

Add perfcounter

You can choose from all the available counters on the machine and the settings are stored uniquely for each gadget instance in the new dynamic data store available in EPiServer 6.

 

Download the gadget here:

Download the source here:

Nov 29, 2009

Comments

Sep 21, 2010 10:32 AM

To bad someone already have made this gadget:
http://world.episerver.com/Blogs/David-Knipe/Dates/2009/11/Local-and-remote-system-monitor-gadget/

;-)

Sep 21, 2010 10:32 AM

I don't mind having different ways of doing the same thing. Now you can choose the best option for your need. For example this uses jQuery so you dont need the external reference to google charts and such. Its just for the judges to decide which is found the best from the competition point of view. I have not looked that deep on the 2 options so I have no opinion yet on which is best, just no problem with 2 of the "same" gadget I would say. =)

Please login to comment.
Latest blogs
Render ContentArea without wrapping them in surrounding div

CustomContentAreaRenderer is a specialized class that overrides the default ContentAreaRenderer. It customizes the rendering behavior for content...

sunylcumar | May 18, 2025

Indexing a content item programatically

public bool IndexContent(int contentId, bool contentOnly, bool childrenOnly, string language) { // Retrieve the content var contentReference = new...

sunylcumar | May 18, 2025

Add a new menu item to the Admin Menu in Optimizely CMS

Create a new Controller called CustomMenuController and decorate with [Authorize(Roles ="CMSAdmins")] so that it will be accessed by admins only...

sunylcumar | May 18, 2025

Display page/block thumbnail based on selected site in multi-site solution

In previous blog we described how to control the visibility of the blocks or properties based on the current site in multisite solution. We can use...

Tomek Juranek | May 16, 2025