Added gdb, lsof, ps, ss, and top.

This commit is contained in:
Kevin Krakauer 2019-08-26 15:16:44 -07:00 committed by Ian Lewis
parent 9e7378a377
commit 16582ade17
1 changed files with 5 additions and 0 deletions

View File

@ -45,10 +45,15 @@ Most common debugging utilities work. Specific tools include:
| curl | Working |
| dig | Working |
| drill | Working |
| gdb | Working |
| lsof | Working |
| netstat | [In progress](https://github.com/google/gvisor/issues/506) |
| nslookup | Working |
| ping | Working |
| ps | Working |
| ss | Not working |
| tcpdump | [In progress](https://github.com/google/gvisor/issues/173) |
| top | Working |
| wget | Working |
[bug]: https://github.com/google/gvisor/issues/new?title=Compatibility%20Issue: