Implement profiling command to start & download profiling data of
a standalone or all nodes of a cluster.
```
1. Start CPU profiling
$ mc admin profiling start --type "cpu" myminio/
2. Download latest profiling data under save under profiling.zip
$ mc admin profiling stop myminio/
```