Disk Enclosures
1753789 Members
7622 Online
108799 Solutions
New Discussion юеВ

EVAPerf log file

 
McCready
Valued Contributor

EVAPerf log file

I've noticed that once I do an evaperf command line collection, I get a log file such as
evapdcs-trace-070727-1.log
that apparently is written by the evapdcs.exe program, and have grown to 100mb+ in a day.
the last bat file I used to collect the data had in it
FOR /f "tokens=2-5 delims=/ " %%a in ('DATE/T') do SET date=%%c%%a%%b
FOR /f "tokens=1,2 delims=: " %%d in ('TIME/T') do SET datetime=%date%%%d%%e
@echo %datetime%
c:
cd \Program Files\Hewlett-Packard\EVA Performance Monitor
Evaperf all -sz NJCEVA03 -cont 1 -dur 1800 -csv -fo eva03-%datetime%.csv > evaperf.log

Any ideas on how to keep it from being created? I've got CommandView 6.0.2 and RSM 3.0 installed, and the eva I'm collecting against is an EVA 8000 running xcs 6.0
check out evamgt.wetpaint.com and evamgt google group
2 REPLIES 2

Re: EVAPerf log file

Once you have started eveperf it keeps running until you stop it (or reboot your server)
tkc
Esteemed Contributor

Re: EVAPerf log file