diff options
author | Kevin Krakauer <kevinkrakauer@gmail.com> | 2019-08-26 15:16:44 -0700 |
---|---|---|
committer | Ian Lewis <ianlewis@google.com> | 2019-08-29 11:17:45 -0700 |
commit | 16582ade1743b2b4e93ebe90a5e46dd13a54b6f6 (patch) | |
tree | 61f756886a908c68ed09c84f0df31dfefa9092c2 /content | |
parent | 9e7378a377440fe2d33920e2cb20028c728886da (diff) |
Added gdb, lsof, ps, ss, and top.
Diffstat (limited to 'content')
-rw-r--r-- | content/docs/user_guide/compatibility/_index.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/docs/user_guide/compatibility/_index.md b/content/docs/user_guide/compatibility/_index.md index 1ad243fdf..c167d79e2 100644 --- a/content/docs/user_guide/compatibility/_index.md +++ b/content/docs/user_guide/compatibility/_index.md @@ -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: |