-
Notifications
You must be signed in to change notification settings - Fork 3
Dev Links Notes
Bryan Lockwood edited this page Aug 29, 2015
·
5 revisions
This is just a list of links & notes I'm keeping handy as I write PSPerf.
Nothing here is very salient to the reader who is browsing for information on how to use PSPerf, or whether it is fit to use in your own environments.
test server is s1
-
jQuery Sparklines built by Splunk. It's what I'm using. There is a github repo. [jsdelivr]
(http://www.jsdelivr.com/#!jquery.sparkline)
- I am using the FortesSolutions fork, though, because stacked graphs work better. See issue #19
- jQuery is needed by the sparkline builder. jsdelivr
- JavaScript symbols
- Oliver Lipkau's excellent Psini
- rrdtool and powershell might be a good idea for keeping longer-term data. Or I might just build a page for each server, put a table on that page, and build a table that has one line per day of server history.
- perf counters on non-English systems
- need some links for troubleshooting remote perfmon issues.
- Permissions required for remote perfmon
- KB article on controlling remote access to perfmon
- Don Jones' free ebook on Creating HTML reports in PowerShell
- SurlyAdmin on creating html reports from PS
- CommonMark markdown-it for potential web-based editing of config file. jsdelivr
- StackExchange statusdashboard inspired me.
- Using Network Monitor to View Trace ETL Files