Quantcast
Channel: VMware Communities: Message List - VMware I/O Analyzer
Viewing all articles
Browse latest Browse all 614

How to get live scsi traces from Vscsistats?

$
0
0

0down vote  favorite  

 

Here are things I already know, using vscsistat -t option I can get command traces for "VM/.vmdk" on ESxi.

Steps to get scsi traces are:

  1. Start capturing traces, On Successful starting will generated log_channel (id) 
    vscsiStats -s -t -w worldgroupid -i handleid 
  2. Dump traces to file in binary format 
    logchannelloger channelname filename 
  3. Get human readable fromat from trace file. 
    vscsistats -e filename 

With this steps, each time I fire command vscsistats -e filename to get scsitrace in human readable format from tracefile, It returns trace data from beginning to till time command is fired.

If I fire command after 10 minutes then again it return traces from begining to time of firing command.

So question is there any way to dump traces as they come to binary file directly to stdout like tail -f or blktrace -o - |blkparse -i - like on linux?


Viewing all articles
Browse latest Browse all 614

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>