Search This Blog

Monday, August 13, 2018

clear iis express configuration

You can find the appcmd.exe for IIS Express in the C:\Program Files (x86)\IIS Express folder. 

from here 
cleaning-up-iis-express-configuration

appcmd list site
appcmd list vdir
appcmd delete site WebSite2

Thursday, March 22, 2018

Graphite - Store numeric time-series data

Graphite does two things:
  1. Store numeric time-series data
  2. Render graphs of this data on demand
What Graphite does not do is collect data for you, however there are some tools out there that know how to send data to graphite. Even though it often requires a little code, sending data to Graphite is very simple.  -- Overview — Graphite 1.1.2 documentation: