Browse Source

Stats and Diagnostics

David Dias 8 years ago
parent
commit
92a20fb7f0
1 changed files with 17 additions and 6 deletions
  1. 17 6
      IMPLEMENTATION_STATUS.md

+ 17 - 6
IMPLEMENTATION_STATUS.md

@@ -178,10 +178,25 @@ See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 
 --------------------------------------------------------------------------------
 
-## Diagnostics `ipfs diag`
+## Stats and Diagnostics
 
 #### CLI
 
+| Command                                      | Go Impl       | JS Impl       |
+| -------------------------------------------- | :-----------: | :-----------: |
+| **`ipfs stats bitswap`**                     | :green_apple: | :tomato:      |
+| **`ipfs stats bw`**                          | :green_apple: | :tomato:      |
+|     `peer`                                   | :green_apple: | :tomato:      |
+|     `proto`                                  | :green_apple: | :tomato:      |
+|     `poll`                                   | :green_apple: | :tomato:      |
+|     `interval `                              | :green_apple: | :tomato:      |
+| **`ipfs stats repo`**                        | :green_apple: | :tomato:      |
+| **`ipfs diag cmds`**                         | :green_apple: | :chestnut:    |
+| **`ipfs diag cmds clear`**                   | :green_apple: | :chestnut:    |
+| **`ipfs diag cmds set-time`**                | :green_apple: | :chestnut:    |
+|     `time`                                   | :green_apple: | :chestnut:    |
+| **`ipfs diag sys`**                          | :green_apple: | :chestnut:    |
+
 #### HTTP
 
 | Endpoint                                     | Go Impl       | JS Impl       |
@@ -198,13 +213,9 @@ See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).
 | **`GET /api/v0/diag/cmds/set-time`**         | :green_apple: | :chestnut:    |
 |     `arg=`                                   | :green_apple: | :chestnut:    |
 | **`GET /api/v0/net`**                        | :green_apple: | :chestnut:    |
-|     `vis=text`                               | :green_apple: | :chestnut:    |
-|     `vis=d3`                                 | :green_apple: | :chestnut:    |
-|     `vis=dot`                                | :green_apple: | :chestnut:    |
+|     `vis`                                    | :green_apple: | :chestnut:    |
 | **`GET /api/v0/sys`**                        | :green_apple: | :chestnut:    |
 
-
-
 #### Core
 
 See [interface-ipfs-core](https://github.com/ipfs/interface-ipfs-core).