pcircle
pcircle copied to clipboard
A suite of parallel file system tools designed for performance and scalability
It would be nice (for reasons other than whatever), the PCP usage stats are collected so we know how many users, how many bytes have been transferred. One possible way...
For cases where comparing expected time from a tree walk scan would be convenient to have in seconds, would it be possible to include the following option with a flag?...
With larger file counts (50M, e.g.) encountering an issue with TypeError. This is not seen with small counts (14M, e.g.). Is there a a workaround for this? This is running...
In the using the py3 branch, encountering two changes needed to run fprof: `diff --git a/pcircle/circle.py b/pcircle/circle.py` `-from globals import T, G` `+from pcircle.globals import T, G` `diff --git a/pcircle/utils.py...