View Source mix tyyppi.dump (tyyppi v0.12.3)
Mix task to dump the content of the Tyyppi.Stats
to disk.
command-line-options
Command line options
-t
- the type pf the storage,dets
orprocess
; default isets
-f
- the name of the file to dump to; default istyyppi.dets
If the types are stored as -t process
, the application using it must start
the Tyyppi.Stats
process with Tyyppi.Stats.load/3
specifying :process
as
the first parameter.
For -t ets
(default,) Tyyppi.Stats.load(:ets, file)
should have been called.