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 or process; default is ets
  • -f - the name of the file to dump to; default is tyyppi.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.