Directory-Based Force Directed Graph

We use Force directed Graphs to show the degree of access (read / write / call/ return / free) of a directory.
By showing the degree of a single node, we could tell the complexity of a directory. The higher the degree is, more complex the directory is.