| M | D | M | D | F | S | S |
|---|---|---|---|---|---|---|
| « Aug | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | ||||
- Betriebsysteme (21)
- Hardware (12)
- Home (1)
- HOWTO / Guides (9)
- Microsoft (81)
- Performance Analyse (3)
- Programmieren (2)
- Projektmanagement (2)
- Tools (34)
- VMWare (10)
- Windows 2000 (11)
- Windows 2003 (14)
- Windows 2008 (30)
- Windows 7 (14)
- 25.8.2011: Authoritative Restore of Active Directory Objects
- 17.8.2011: User State Migration Tool GUI - MUST
- 12.8.2011: Auflisten von Änderungen eines Active Directory Objektes mittels "repadmin"
- 29.6.2011: PKI , Kerberos and Smart Cards
- 22.6.2011: Active Directory Domain member: Maximum machine account password age
- 16.6.2011: Export and import GPO from one domain to another
- 26.5.2011: Unable To Reconnect To Terminal Server In Application Mode
- 11.5.2011: How to use the EventCombMT utility to search event logs
- 5.5.2011: Phantoms, tombstones and the infrastructure master - Event ID 1419 generated on a domain controller
- 4.5.2011: Forest Trust - Name Suffix Routing
- August 2011
- Juni 2011
- Mai 2011
- März 2011
- Februar 2011
- Januar 2011
- Dezember 2010
- November 2010
- Oktober 2010
- September 2010
- August 2010
- Juli 2010
- Juni 2010
- Mai 2010
- April 2010
- März 2010
- Februar 2010
- Januar 2010
- Dezember 2009
- November 2009
- Oktober 2009
- September 2009
- August 2009
- Juli 2009
- Juni 2009
- Mai 2009
- April 2009
- März 2009
- Februar 2009
- Januar 2009
Verfasser-Archiv
Performance Monitoring using Perfmon. Analysis with PAL (Performance Analysis of Logs)
11.11.2009 von Thomas_Punzo.
As I was faced in troubleshooting MS Windows performance issues I stumbled over the following article that is really worth to be read:
Official Microsoft Article dealing about performance monitoring
http://technet.microsoft.com/en-us/magazine/2008.08.pulse.aspx?pr=blog
Customizing Perfmon
http://support.microsoft.com/kb/283110
http://support.microsoft.com/kb/300884/en-us
Afterwards I was thinking of putting the logs into excel and to work with different kinds of formatting and counters to make the
conclusions easier and more visible, but already there is one really cool tool.
PAL
- It collects the performance counters from perfmon!
- Generates a HTML page!
- Provides the ability to implement own thersholds!
Description
Ever have a performance problem, but don’t know what performance counters to collect or how to analyze them? The PAL (Performance Analysis of Logs) tool is a new and powerful tool that reads in a performance monitor counter log (any known format) and analyzes it using complex, but known thresholds (provided). The tool generates an HTML based report which graphically charts important performance counters and throws alerts when thresholds are exceeded. The thresholds are originally based on thresholds defined by the Microsoft product teams and members of Microsoft support, but continue to be expanded by this ongoing project. This tool is not a replacement of traditional performance analysis, but it automates the analysis of performance counter logs enough to save you time. This is a VBScript and requires Microsoft LogParser (free download).
Perfmon Log Translator (PLT)
Release Notes
Perfmon Log Translator Tool (PLT) tool translates perfmon logs captured in other spoken languages and translates them to another spoken language such as English. This allows tools such as the PAL tool to process perfmon logs since PAL requires English perfmon logs.
http://www.codeplex.com/PAL/Release/ProjectReleases.aspx?ReleaseId=21261
Geschrieben in Windows 2003, Windows 2000, Windows 2008, HOWTO / Guides, Tools, Betriebsysteme | Drucken | Keine Kommentare »
Ports necessary to join an AD Domain
4.11.2009 von Thomas_Punzo.
Service Port/protocol
—————————————————————————
RPC endpoint mapper 135/tcp, 135/udp
NetBIOS name service 137/tcp, 137/udp
NetBIOS datagram service 138/udp
NetBIOS session service 139/tcp
RPC dynamic assignment 1024-65535/tcp
SMB over IP (Microsoft-DS) 445/tcp, 445/udp
LDAP 389/tcp
LDAP over SSL 636/tcp
Global catalog LDAP 3268/tcp
Global catalog LDAP over SSL 3269/tcp
Kerberos 88/tcp, 88/udp
DNS 53/tcp[1], 53/udp
WINS resolution (if required) 1512/tcp, 1512/udp
WINS replication (if required) 42/tcp, 42/udp
Network time protocol (NTP) 123/udp
Geschrieben in Windows 2000, Windows 2003, Betriebsysteme | Drucken | 1 Kommentar »
Scheduled tasks within windows 2003 / commandline
23.10.2009 von Thomas_Punzo.
To provide an output at the commandline about the scheduled tasks, the “at” command doesn’t help. Use instead schtasks.exe to list the jobs you planned.
Geschrieben in Microsoft, Betriebsysteme | Drucken | Keine Kommentare »