[Tsung] backend and fullstats

Nicolas Niclausse nicolas at niclux.org
Tue Apr 15 23:59:55 CEST 2008


philippe vanderstraeten a écrit :
> Hello,
> 
> i am running a scenario with backend="fullstats" and I get something
> strange. Here is a part of the scenario:
>
> 
> When running this scenario with the fullstats option, the file
> tsung-fullstats.log is empty:
> -rw-rw-r-- 1 pvander pvander     0 Apr 15 15:21 tsung-fullstats.log
> 
> What is wrong ?
> Thanks

I'm using a delayed_write option when opening this file, maybe it's a
problem with that ? You may want to decrease the size, see ts_mon.erl

-define(DELAYED_WRITE_SIZE,524288). % 512KB
-define(DELAYED_WRITE_DELAY,30000). % 30 sec

--
Nicolas


More information about the Tsung-users mailing list