From 16582ade1743b2b4e93ebe90a5e46dd13a54b6f6 Mon Sep 17 00:00:00 2001 From: Kevin Krakauer Date: Mon, 26 Aug 2019 15:16:44 -0700 Subject: [PATCH] Added gdb, lsof, ps, ss, and top. --- content/docs/user_guide/compatibility/_index.md | 5 +++++ 1 file changed, 5 insertions(+) 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: