Part 1. Collect data with Windows Performance Monitor
Step 1.
1. Open Performance Monitor with Run as Administrator
2. in the left pane, click Data Collector Sets.
3. In the right Pane, right-click User Defined -> NEW -> Data Collector Set.
4. In the Create new Data Collector Set, enter a name.
5. Select Create manually(Advanced).
7. Under Create data logs, select Performance counter, and click Next.
Step 2.
1. set the sample interval to 30 seconds and Add.
2. Select Performance counter from below list.
- Logical Disk
Current Disk Queue Length
Disk Read Bytes/sec
Disk Write Bytes/sec
- Memory
% Committed Bytes in Use
Available Mbytes
- Process :select counter for below process
- % Processor Time
- Private Bytes
- Total
- hyperd (Data engine)
- redis-server (Cache server)
- run-backgrounder (Backgrounder)
- run-dataserver (Data server)
- run-vizqlserver (VizQL Server)
%Processor Time
% Processor Utility
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg92FGe7lunVIZZpljpY0p_r8mEfga3fev0PmqCdmnE7Y-yLqka4HViJh9LK6VlEdC8r2AztIKLTcpOqeJ21BkW6HaFqFVmlsSzdLqVJfX3McdebgbpHnrzxjA5C7y-hC_KGzUMs1OfCw6g/s640/perfmon.png)
Step 3.
1. Finish
2. In the left pane of the main Performance Monitor, select the data collector set created above.
3. In the right pane right-click the performance counter DataCollector01 and click Properties.
4. Select Comma separated and click ok
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM4LowwXKwbvevTd8Z9XAFwceVgM2VyggrjDeDoxh2Snv5RCccVcrMcwrBnOzGXeXROTFYKd5SxXRlcwN7s-qAlY9aw47UIsroXXBKO8A3mGjGPMOZwttalGCgUoUsMFF_J0ImLwHLlM9l/s640/perf2.png)
Part 2. Enable access to Tableau Server Repository
Step 1. Verify Tableau Server PgSQL port and listening.
By default, it is set as 8060.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWGbtJf_EIWsk8nGVbibmPERPAKQ2KhMPHwbpqIr-TcUpa_W1eRYYN6BVVwOIPXICnb0qWWV4_UKZiBVXl7rCGxSMcedi_52BfSKafOeRcrIkvAPhaqZZiAVHF_yGWKhx7jXjEdlQHrZha/s640/pgport.png)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEicCADSWnJzD0_pn-ytUlDVl46ba1dEMadN8vRtcSdaCgl9X9fAxU-gqtuuq5p5YfAovJukBVtrhTQXLqFC-wl7xFZPOSW1aobjUUJbi1a4aiu3nwcHmUzLhkESrQmqoGD9SKE8WaGb0beg/s640/pgsql.png)
2. run below command on CMD to enable repository access.
tsm data-access repository-access enable --repository-username readonly --repository-password pass1234
This will restart Tableau Server
3. Confirm the data-access
tsm data-access repository-access list
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZKzC6we1aTeUJAjti0V1Tm8Qql2RKftrHJATmPeTYv-xpF1zuXi9sp3XC_rqhn5RYnBIEUyC_GzDj_3y_L3h4I9T1l_8PSsVIQObSrrKHZBz1Pc8xQ83EK5r4j4gj1dVJ9yrH7_pz1NCn/s640/pg.png)
Part 3. Analyze with sample workbook
1. Download sampleworkbook
Link:
https://help.tableau.com/current/server/en-us/perf_analyze_sample_workbook.htm
2.
- Edit connection of Resource Usage to the collected data
- Edit connection of other data source to Tableau Server
3. Remove date filter from the extract in data source connection
4. Move to CPU usage dashboard and go to CPU sheets
5. Replace Reference all PerMon fields with exclamation mark with new one.
6. Check filter in each sheet if no data is showing.
<<Youtube Demo>>
Comments
Post a Comment