Created
January 10, 2016 20:58
-
-
Save miklund/8a5e7ba6a9415401f9c4 to your computer and use it in GitHub Desktop.
2011-12-16 Alive v0.2 is released
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title: Alive v0.2 is released | |
# Author: Mikael Lundin | |
# Link: http://blog.mikaellundin.name/2011/12/16/alive-v0.2-is-released.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<alive> | |
<settings columns="3" /> | |
<counters> | |
<group name="Hardware"> | |
<chart name="CPU" updateLatency="1000"> | |
<counter name="CPU" categoryName="Processor" counterName="% Processor Time" instanceName="_Total" /> | |
</chart> | |
<chart name="Memory Activity" updateLatency="1000"> | |
<counter name="Memory" categoryName="Memory" counterName="Pages/sec" /> | |
</chart> | |
<chart name="Memory Usage" updateLatency="5000"> | |
<counter name="RAM" categoryName="Memory" counterName="% Committed Bytes In Use" /> | |
<counter name="Page file" categoryName="Paging File" counterName="% Usage" instanceName="_Total" /> | |
</chart> | |
</group> | |
<group name="IIS"> | |
<chart name="ASP.NET Performance" updateLatency="1000"> | |
<counter name="Requests/sec" categoryName="ASP.NET Applications" counterName="Requests/Sec" instanceName="__Total__" /> | |
</chart> | |
<chart name="Session state server" updateLatency="5000"> | |
<counter name="Active" categoryName="ASP.NET" counterName="State Server Sessions Active" /> | |
</chart> | |
</group> | |
</counters> | |
</alive> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment