Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Fuse reporter

Loïc Huertas edited this page Nov 4, 2015 · 6 revisions

Details

You can use this reporter by using the given actor: FuseReporter . For more information about Fuse, see this [page] (http://fuse.sourceforge.net/).

For using this reporter with the API:

val cpu_simple = new PowerMeter(actorRefFactory, Seq(ProcFSCpuSimpleModule())) // module creation
val fuse = actorRefFactory.actorOf(Props(classOf[FuseReporter], cpu_simple)) // actor creation

Configuration

fuseFileName

  • The mounting path of the virtual file system
  • Default value : ./test

Example

powerapi.fuse.filename = "/PowerAPI/fuse"