Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

vpp collector: zero length collection file?

Bierman__Keith
Beginner
695 Views

vpp: aliased to /opt/intel/vtune_amplifier/vpp/collector/vpp-collect

dhcp-10-1-208-197:/home/khb>vpp start
Gathering Platform Profiler collection data. Run vpp-collect stop to finish the collection.
dhcp-10-1-208-197:/home/khb>vpp stop
Collection stopped.
Collection results saved in /home/khb/dhcp-10-1-208-197_20190911-1236.tar.gz.
dhcp-10-1-208-197:/home/khb>ls -lt *.gz
-rw-r--r--. 1 khb khb 0 Sep 11 13:11 dhcp-10-1-208-197_20190911-1236.tar.gz

why would this happen? I did drive the SUT to a load of 60 and swap space was minimal .... 

0 Kudos
5 Replies
McCalpinJohn
Honored Contributor III
695 Views

I assume that you ran "vpp-collect config" first?

Which VTune version is installed?

(I have not tried this one yet -- we use https://github.com/TACC/tacc_stats for system-wide monitoring....)

0 Kudos
Bierman__Keith
Beginner
695 Views

"I assume that you ran "vpp-collect config" first?"

Yes, perhaps I should have been more explicit ... I've had several working sessions before and after. It was only one session which exhibited this behavior. I did drive the system to memory exhaustion ... load average of over 60 (older desktop/server, haswell era supermicro).

"Which VTune version is installed?"

2019.5.0.601413

0 Kudos
McCalpinJohn
Honored Contributor III
695 Views

Hopefully someone from the VTune team will chime in.... 

(Note to Intel folks:  Keith Bierman is the only person I have ever known with a job title of "Rabble Rowser" on his business card, so he is clearly a good guy!)

0 Kudos
Bierman__Keith
Beginner
695 Views

In case any intel folks ARE reading, a question. the various files in the compressed tarfile ... is their format "stable" (that is, if we write scripts which import the results into our toolchain, can we expect them not to break? Is there a specification with version numbering tucked away somewhere?).

0 Kudos
Asaf_Y_Intel
Employee
695 Views

Hi Keith,

The 0-length collection looks like a bug. Do you have a way to reproduce this behavior?

With regard to your question about the data file format - these are generally stable but not fully versioned yet. Specifically

  • The version of the EMON data (hardware based telemetry) is stored in emon_sysinfo, e.g. ("version", "V11.10 (public)")
  • The version of the OS telemetry is stored in storage.dat, e.g. "Dstat 0.7.2 CSV output"

Best regards,

Asaf

 

0 Kudos
Reply