@@ -28,5 +28,14 @@ python3 swf2userSessions.py -a 60 workloads/example.swf out/
For more documentation, see: `python3 swf2userSessions.py -h`
## Example
For example use of the script, you can have a look at these two notebooks:
-`session_stats.ipynb` makes the session decomposition on three traces with diffent threshold values and compare statistical properties like number of session or session length
-`graph_viz.ipynb` showcases the simple graph visualization tool for session graphs that is included in the script (option `--graph`)
## Tests
Some integration tests have been written for this script, and are stored in the `test/` folder. To run them on your machine, just type `pytest` at the root of the project.