Skip to content

Instantly share code, notes, and snippets.

@bcantrill
Last active August 20, 2016 13:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bcantrill/5dabd838b7f3ce0bfde8a4934a39cc0d to your computer and use it in GitHub Desktop.
Save bcantrill/5dabd838b7f3ce0bfde8a4934a39cc0d to your computer and use it in GitHub Desktop.
Running DTrace on Powershell for Linux (!) running inside an LX-branded Ubuntu 14.04 zone on SmartOS
root@1eec2cd3-2cba-e416-e1b6-845b715b736c:~# dtrace -n lx-syscall:::entry'/progenyof($target)/{@[probefunc] = count()}' -c "powershell Get-Process > /dev/null"
dtrace: description 'lx-syscall:::entry' matched 676 probes
dtrace: pid 60025 has exited
arch_prctl 1
exit_group 1
getppid 1
getuid 1
mincore 1
mlock 1
set_tid_address 1
exit 2
getsid 2
mknod 2
setrlimit 2
uname 2
unlink 2
getrusage 3
poll 3
sched_get_priority_max 3
sched_get_priority_min 3
sched_getparam 3
sched_getscheduler 3
sched_setscheduler 3
getcwd 4
madvise 4
getrlimit 5
connect 6
socket 6
readlink 8
pipe 10
ioctl 11
clone 12
set_robust_list 13
rt_sigaction 25
statfs 27
brk 29
access 32
write 42
sched_getaffinity 48
msync 72
dup 77
fcntl 129
sched_yield 151
geteuid 154
openat 203
getdents 204
fstatat64 210
gettid 397
lseek 568
flock 634
close 670
open 700
fstat 790
read 1230
lstat 1465
rt_sigprocmask 2527
futex 3892
munmap 4191
mmap 4387
mprotect 7130
stat 12253
root@1eec2cd3-2cba-e416-e1b6-845b715b736c:~# dtrace -n lx-syscall:::entry'/progenyof($target)/{@[probefunc] = count()}' -c "bash -c ps"
dtrace: description 'lx-syscall:::entry' matched 676 probes
PID TTY TIME CMD
61804 pts/7 00:00:00 ps
61309 pts/7 00:00:00 bash
61248 pts/7 00:00:00 login
61802 pts/7 00:00:00 dtrace
dtrace: pid 61804 has exited
execve 1
exit_group 1
getpeername 1
getpgrp 1
getpid 1
getppid 1
getrlimit 1
openat 1
arch_prctl 2
getdents 2
ioctl 2
lseek 2
readlink 4
rt_sigprocmask 4
uname 4
munmap 5
write 5
getegid 10
getgid 10
getuid 10
geteuid 11
fstat 14
mprotect 15
access 17
brk 18
mmap 31
rt_sigaction 34
stat 62
read 75
close 82
open 95
@bcantrill
Copy link
Author

Looking at the stat calls in the Powershell invocation shows that it clearly does a lot of work on startup:

dtrace -n lx-syscall::stat:entry'/progenyof($target)/{@[copyinstr(arg0)] = count()}' -c "powershell Get-Process > /dev/null"
dtrace: description 'lx-syscall::stat:entry' matched 2 probes
dtrace: pid 62210 has exited

  /dev/null                                                         1
  /lib/tls                                                          1
  /lib/x86_64-linux-gnu                                             1
  /lib/x86_64-linux-gnu/tls                                         1
  /opt/corebreadcrumbs                                              1
  /opt/microsoft/powershell/6.0.0-alpha.9                           1
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.CodeAnalysis.CSharp.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.CodeAnalysis.VisualBasic.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.CodeAnalysis.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.Management.Infrastructure.Native.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.Management.Infrastructure.ni.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.PowerShell.CoreCLR.AssemblyLoadContext.ni.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.PowerShell_profile.ps1                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.VisualBasic.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Commands.Management                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Commands.Utility                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Management/.                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Management/..                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Management/Microsoft.PowerShell.Commands.Management.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Management/Microsoft.PowerShell.Commands.Management.dll/Microsoft.PowerShell.Commands.Management.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Management/PSGetModuleInfo.xml                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Management\en-US\Microsoft.PowerShell.Management.psd1                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Management\en\Microsoft.PowerShell.Management.psd1                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Commands.Utility.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Commands.Utility.dll/Microsoft.PowerShell.Commands.Utility.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Utility/PSGetModuleInfo.xml                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Utility\en-US\Microsoft.PowerShell.Utility.psd1                1
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Utility\en\Microsoft.PowerShell.Utility.psd1                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.AppContext.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Buffers.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ComponentModel.Annotations.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ComponentModel.DataAnnotations.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ComponentModel.EventBasedAsync.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ComponentModel.Primitives.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ComponentModel.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Data.SqlClient.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Diagnostics.Contracts.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Diagnostics.DiagnosticSource.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Diagnostics.StackTrace.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Diagnostics.TextWriterTraceListener.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Diagnostics.Tools.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Globalization.Calendars.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Globalization.Extensions.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Globalization.Native.so                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.IO.Compression.Native.so                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.IO.Compression.ZipFile.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.IO.Compression.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.IO.FileSystem.Watcher.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.IO.Packaging.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.IO.Pipes.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Linq.Parallel.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Linq.Queryable.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Native.a                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Native.so                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.Http.Native.so                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.Http.WinHttpHandler.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.Http.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.NameResolution.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.NetworkInformation.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.Ping.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.Requests.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.Security.Native.so                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.Security.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.Sockets.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.WebHeaderCollection.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.WebSockets.Client.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.WebSockets.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Numerics.Vectors.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Numerics.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Private.CoreLib.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Private.DataContractSerialization.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Private.ServiceModel.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Reflection.DispatchProxy.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Resources.Reader.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Runtime.CompilerServices.VisualC.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Runtime.Serialization.Json.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Runtime.Serialization.Xml.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Runtime.Serialization.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Security.Claims.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Security.Cryptography.Algorithms.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Security.Cryptography.Cng.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Security.Cryptography.Csp.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Security.Cryptography.Native.so                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Security.Cryptography.OpenSsl.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Security.Cryptography.Pkcs.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ServiceModel.Duplex.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ServiceModel.Http.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ServiceModel.NetTcp.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ServiceModel.Primitives.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ServiceModel.Security.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ServiceModel.Web.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ServiceModel.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Text.Encoding.CodePages.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Text.Encodings.Web.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Threading.Overlapped.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Threading.Tasks.Dataflow.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Threading.Tasks.Extensions.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Threading.Timer.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Windows.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Xml.Linq.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Xml.Serialization.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Xml.XDocument.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Xml.XPath.XDocument.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Xml.XPath.XmlDocument.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Xml.XPath.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Xml.XmlSerializer.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Xml.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/System.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/dotnet                    1
  /opt/microsoft/powershell/6.0.0-alpha.9/host/fxr                  1
  /opt/microsoft/powershell/6.0.0-alpha.9/libclrjit.so                1
  /opt/microsoft/powershell/6.0.0-alpha.9/libcoreclrtraceptprovider.so                1
  /opt/microsoft/powershell/6.0.0-alpha.9/libdbgshim.so                1
  /opt/microsoft/powershell/6.0.0-alpha.9/libmi.so                  1
  /opt/microsoft/powershell/6.0.0-alpha.9/libmscordaccore.so                1
  /opt/microsoft/powershell/6.0.0-alpha.9/libmscordbi.so                1
  /opt/microsoft/powershell/6.0.0-alpha.9/libsos.so                 1
  /opt/microsoft/powershell/6.0.0-alpha.9/libsosplugin.so                1
  /opt/microsoft/powershell/6.0.0-alpha.9/libuv.so                  1
  /opt/microsoft/powershell/6.0.0-alpha.9/mscorlib.ni.dll                1
  /opt/microsoft/powershell/6.0.0-alpha.9/powershell                1
  /opt/microsoft/powershell/6.0.0-alpha.9/powershell.runtimeconfig.dev.json                1
  /opt/microsoft/powershell/6.0.0-alpha.9/powershell.runtimeconfig.json                1
  /opt/microsoft/powershell/6.0.0-alpha.9/profile.ps1                1
  /opt/microsoft/powershell/6.0.0-alpha.9/sosdocsunix.txt                1
  /pkgs/runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHostPolicy/1.0.1/runtimes/ubuntu.14.04-x64/native/libhostpolicy.so                1
  /proc/.                                                           1
  /proc/..                                                          1
  /proc/0                                                           1
  /proc/0/task/.                                                    1
  /proc/0/task/..                                                   1
  /proc/1                                                           1
  /proc/1/task/.                                                    1
  /proc/1/task/..                                                   1
  /proc/1/task/1                                                    1
  /proc/2270                                                        1
  /proc/2270/task/.                                                 1
  /proc/2270/task/..                                                1
  /proc/2270/task/2270                                              1
  /proc/2372                                                        1
  /proc/2372/task/.                                                 1
  /proc/2372/task/..                                                1
  /proc/2372/task/2372                                              1
  /proc/2401                                                        1
  /proc/2401/task/.                                                 1
  /proc/2401/task/..                                                1
  /proc/2401/task/2401                                              1
  /proc/2509                                                        1
  /proc/2509/task/.                                                 1
  /proc/2509/task/..                                                1
  /proc/2509/task/2509                                              1
  /proc/2509/task/2533                                              1
  /proc/2509/task/2537                                              1
  /proc/2509/task/2538                                              1
  /proc/2524                                                        1
  /proc/2524/task/.                                                 1
  /proc/2524/task/..                                                1
  /proc/2524/task/2524                                              1
  /proc/2554                                                        1
  /proc/2554/task/.                                                 1
  /proc/2554/task/..                                                1
  /proc/2554/task/2554                                              1
  /proc/2558                                                        1
  /proc/2558/task/.                                                 1
  /proc/2558/task/..                                                1
  /proc/2558/task/2558                                              1
  /proc/2579                                                        1
  /proc/2579/task/.                                                 1
  /proc/2579/task/..                                                1
  /proc/2579/task/2579                                              1
  /proc/2638                                                        1
  /proc/2638/task/.                                                 1
  /proc/2638/task/..                                                1
  /proc/2638/task/2638                                              1
  /proc/2639                                                        1
  /proc/2639/task/.                                                 1
  /proc/2639/task/..                                                1
  /proc/2639/task/2639                                              1
  /proc/2739                                                        1
  /proc/2739/task/.                                                 1
  /proc/2739/task/..                                                1
  /proc/2739/task/2739                                              1
  /proc/2739/task/2748                                              1
  /proc/2739/task/2755                                              1
  /proc/2739/task/2758                                              1
  /proc/2739/task/2771                                              1
  /proc/2739/task/2775                                              1
  /proc/2739/task/2779                                              1
  /proc/2739/task/2802                                              1
  /proc/2739/task/2807                                              1
  /proc/2739/task/2810                                              1
  /proc/2739/task/2813                                              1
  /proc/2739/task/2816                                              1
  /proc/2739/task/4189                                              1
  /proc/2739/task/4195                                              1
  /proc/2739/task/4209                                              1
  /proc/2739/task/4213                                              1
  /proc/2739/task/4215                                              1
  /proc/2739/task/4216                                              1
  /proc/2739/task/4219                                              1
  /proc/2739/task/4225                                              1
  /proc/2739/task/4227                                              1
  /proc/2739/task/4231                                              1
  /proc/2739/task/4801                                              1
  /proc/2739/task/4981                                              1
  /proc/2739/task/4982                                              1
  /proc/2739/task/4984                                              1
  /proc/2739/task/4986                                              1
  /proc/4676                                                        1
  /proc/4676/task/.                                                 1
  /proc/4676/task/..                                                1
  /proc/4676/task/4676                                              1
  /proc/4676/task/4677                                              1
  /proc/4676/task/4678                                              1
  /proc/4676/task/4679                                              1
  /proc/4676/task/4680                                              1
  /proc/4676/task/4681                                              1
  /proc/4676/task/4682                                              1
  /proc/4676/task/4683                                              1
  /proc/4676/task/4684                                              1
  /proc/4676/task/4685                                              1
  /proc/4676/task/4686                                              1
  /proc/4676/task/4687                                              1
  /proc/4676/task/4688                                              1
  /proc/4676/task/4689                                              1
  /proc/4676/task/4690                                              1
  /proc/4676/task/4691                                              1
  /proc/4676/task/4692                                              1
  /proc/4676/task/4735                                              1
  /proc/4676/task/4736                                              1
  /proc/4676/task/4737                                              1
  /proc/4676/task/4738                                              1
  /proc/4676/task/4739                                              1
  /proc/4676/task/4800                                              1
  /proc/4676/task/4816                                              1
  /proc/4676/task/4819                                              1
  /proc/4676/task/4824                                              1
  /proc/4676/task/4839                                              1
  /proc/4676/task/4840                                              1
  /proc/4676/task/4841                                              1
  /proc/4676/task/4842                                              1
  /proc/4676/task/4952                                              1
  /proc/4676/task/4953                                              1
  /proc/4676/task/4954                                              1
  /proc/4676/task/4955                                              1
  /proc/4676/task/4958                                              1
  /proc/4676/task/4959                                              1
  /proc/4676/task/4960                                              1
  /proc/4676/task/4961                                              1
  /proc/4676/task/4962                                              1
  /proc/4676/task/4963                                              1
  /proc/4676/task/4966                                              1
  /proc/4676/task/4971                                              1
  /proc/4676/task/4972                                              1
  /proc/4676/task/4997                                              1
  /proc/4676/task/4998                                              1
  /proc/4676/task/4999                                              1
  /proc/4676/task/5000                                              1
  /proc/4676/task/5001                                              1
  /proc/4676/task/5002                                              1
  /proc/4676/task/5026                                              1
  /proc/4676/task/5027                                              1
  /proc/4676/task/5028                                              1
  /proc/4676/task/5074                                              1
  /proc/4676/task/5079                                              1
  /proc/4676/task/5093                                              1
  /proc/4676/task/5099                                              1
  /proc/4676/task/5105                                              1
  /proc/4676/task/5506                                              1
  /proc/4702                                                        1
  /proc/4702/task/.                                                 1
  /proc/4702/task/..                                                1
  /proc/4702/task/4702                                              1
  /proc/4705                                                        1
  /proc/4705/task/.                                                 1
  /proc/4705/task/..                                                1
  /proc/4705/task/4705                                              1
  /proc/4706                                                        1
  /proc/4706/task/.                                                 1
  /proc/4706/task/..                                                1
  /proc/4706/task/4706                                              1
  /proc/4707                                                        1
  /proc/4707/task/.                                                 1
  /proc/4707/task/..                                                1
  /proc/4707/task/4707                                              1
  /proc/4708                                                        1
  /proc/4708/task/.                                                 1
  /proc/4708/task/..                                                1
  /proc/4708/task/4708                                              1
  /proc/4743                                                        1
  /proc/4743/task/.                                                 1
  /proc/4743/task/..                                                1
  /proc/4743/task/4743                                              1
  /proc/4743/task/4744                                              1
  /proc/4757                                                        1
  /proc/4757/task/.                                                 1
  /proc/4757/task/..                                                1
  /proc/4757/task/4757                                              1
  /proc/55987                                                       1
  /proc/55987/task/.                                                1
  /proc/55987/task/..                                               1
  /proc/55987/task/55987                                            1
  /proc/56051                                                       1
  /proc/56051/task/.                                                1
  /proc/56051/task/..                                               1
  /proc/56051/task/56051                                            1
  /proc/56438                                                       1
  /proc/56438/task/.                                                1
  /proc/56438/task/..                                               1
  /proc/56438/task/56438                                            1
  /proc/56438/task/56439                                            1
  /proc/56438/task/56440                                            1
  /proc/56438/task/56441                                            1
  /proc/56438/task/56442                                            1
  /proc/56438/task/56446                                            1
  /proc/56438/task/56449                                            1
  /proc/56438/task/56452                                            1
  /proc/56438/task/57439                                            1
  /proc/56438/task/61035                                            1
  /proc/57560                                                       1
  /proc/57560/task/.                                                1
  /proc/57560/task/..                                               1
  /proc/57560/task/57560                                            1
  /proc/57624                                                       1
  /proc/57624/task/.                                                1
  /proc/57624/task/..                                               1
  /proc/57624/task/57624                                            1
  /proc/58523                                                       1
  /proc/58523/task/.                                                1
  /proc/58523/task/..                                               1
  /proc/58523/task/58523                                            1
  /proc/61248                                                       1
  /proc/61248/task/.                                                1
  /proc/61248/task/..                                               1
  /proc/61248/task/61248                                            1
  /proc/61309                                                       1
  /proc/61309/task/.                                                1
  /proc/61309/task/..                                               1
  /proc/61309/task/61309                                            1
  /proc/62203                                                       1
  /proc/62203/task/.                                                1
  /proc/62203/task/..                                               1
  /proc/62203/task/62203                                            1
  /proc/62208                                                       1
  /proc/62208/task/.                                                1
  /proc/62208/task/..                                               1
  /proc/62208/task/62208                                            1
  /proc/62210                                                       1
  /proc/62210/task/62220                                            1
  /proc/62210/task/62221                                            1
  /proc/62210/task/62222                                            1
  /proc/cgroups                                                     1
  /proc/cmdline                                                     1
  /proc/cpuinfo                                                     1
  /proc/devices                                                     1
  /proc/diskstats                                                   1
  /proc/dma                                                         1
  /proc/filesystems                                                 1
  /proc/interrupts                                                  1
  /proc/ioports                                                     1
  /proc/kcore                                                       1
  /proc/kmsg                                                        1
  /proc/loadavg                                                     1
  /proc/meminfo                                                     1
  /proc/modules                                                     1
  /proc/mounts                                                      1
  /proc/net                                                         1
  /proc/partitions                                                  1
  /proc/self                                                        1
  /proc/stat                                                        1
  /proc/swaps                                                       1
  /proc/sys                                                         1
  /proc/uptime                                                      1
  /proc/version                                                     1
  /proc/vmstat                                                      1
  /root/.cache/powershell/ModuleAnalysisCache                       1
  /root/.config                                                     1
  /root/.config/PowerShell                                          1
  /root/.config/powershell/Microsoft.PowerShell_profile.ps1                1
  /root/.config/powershell/profile.ps1                              1
  /root/.local/share/powershell/Modules/Microsoft.PowerShell.Commands.Management                1
  /root/.local/share/powershell/Modules/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.dll                1
  /root/.local/share/powershell/Modules/Microsoft.PowerShell.Commands.Utility                1
  /root/.local/share/powershell/Modules/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.dll                1
  /usr/lib                                                          1
  /usr/lib/tls                                                      1
  /usr/lib/x86_64-linux-gnu                                         1
  /usr/lib/x86_64-linux-gnu/tls                                     1
  /lost+found                                                       2
  /opt/coreservicing                                                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.CSharp.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.Win32.Primitives.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.Win32.Registry.AccessControl.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.Win32.Registry.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/.                 2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/..                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Archive                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Host                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Management                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Security                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Utility                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Utility/.                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Microsoft.PowerShell.Utility/..                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Modules.cdxml                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Modules.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Modules.ni.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Modules.psd1                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Modules.psm1                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Modules.xaml                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/PSDesiredStateConfiguration                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/PSReadLine                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/PackageManagement                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/Pester                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Modules/PowerShellGet                2
  /opt/microsoft/powershell/6.0.0-alpha.9/Newtonsoft.Json.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Collections.Concurrent.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Collections.Immutable.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Collections.NonGeneric.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Collections.Specialized.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Collections.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ComponentModel.TypeConverter.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Console.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Core.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Data.Common.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Diagnostics.Debug.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Diagnostics.FileVersionInfo.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Diagnostics.Process.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Diagnostics.TraceSource.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Diagnostics.Tracing.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Dynamic.Runtime.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Globalization.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.IO.FileSystem.AccessControl.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.IO.FileSystem.DriveInfo.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.IO.FileSystem.Primitives.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.IO.FileSystem.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.IO.MemoryMappedFiles.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.IO.UnmanagedMemoryStream.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.IO.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Linq.Expressions.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Linq.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Net.Primitives.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ObjectModel.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Private.CoreLib.ni.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Private.Uri.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Reflection.Emit.ILGeneration.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Reflection.Emit.Lightweight.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Reflection.Emit.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Reflection.Extensions.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Reflection.Metadata.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Reflection.Primitives.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Reflection.TypeExtensions.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Reflection.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Resources.ResourceManager.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Runtime.Extensions.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Runtime.Handles.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Runtime.InteropServices.RuntimeInformation.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Runtime.InteropServices.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Runtime.Loader.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Runtime.Numerics.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Runtime.Serialization.Primitives.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Runtime.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Security.AccessControl.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Security.Cryptography.Encoding.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Security.Cryptography.Primitives.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Security.Cryptography.X509Certificates.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Security.Principal.Windows.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Security.Principal.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Security.SecureString.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.ServiceProcess.ServiceController.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Text.Encoding.Extensions.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Text.Encoding.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Text.RegularExpressions.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Threading.AccessControl.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Threading.Tasks.Parallel.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Threading.Tasks.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Threading.Thread.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Threading.ThreadPool.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Threading.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Xml.ReaderWriter.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/System.Xml.XmlDocument.dll                2
  /opt/microsoft/powershell/6.0.0-alpha.9/libcoreclr.so                2
  /opt/microsoft/powershell/6.0.0-alpha.9/libhostfxr.so                2
  /opt/microsoft/powershell/6.0.0-alpha.9/mscorlib.dll                2
  /proc/62210/task/.                                                2
  /proc/62210/task/..                                               2
  /proc/62210/task/62210                                            2
  /proc/62210/task/62212                                            2
  /proc/62210/task/62213                                            2
  /proc/62210/task/62214                                            2
  /proc/62210/task/62215                                            2
  /proc/62210/task/62216                                            2
  /proc/62210/task/62217                                            2
  /proc/62210/task/62218                                            2
  /proc/62210/task/62219                                            2
  /root/.cache/powershell                                           2
  /root/.local/share/powershell/Modules/.                           2
  /root/.local/share/powershell/Modules/..                          2
  /root/.local/share/powershell/Modules/Modules.cdxml                2
  /root/.local/share/powershell/Modules/Modules.dll                 2
  /root/.local/share/powershell/Modules/Modules.ni.dll                2
  /root/.local/share/powershell/Modules/Modules.psd1                2
  /root/.local/share/powershell/Modules/Modules.psm1                2
  /root/.local/share/powershell/Modules/Modules.xaml                2
  /usr/share/zoneinfo/Universal                                     2
  /usr/share/zoneinfo/W-SU                                          2
  /usr/share/zoneinfo/WET                                           2
  /usr/share/zoneinfo/Zulu                                          2
  /usr/share/zoneinfo/iso3166.tab                                   2
  /usr/share/zoneinfo/localtime                                     2
  /usr/share/zoneinfo/posix                                         2
  /usr/share/zoneinfo/posixrules                                    2
  /usr/share/zoneinfo/right                                         2
  /usr/share/zoneinfo/zone.tab                                      2
  /etc/localtime                                                    3
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.PowerShell.Commands.Management.ni.dll                3
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.PowerShell.Commands.Utility.ni.dll                3
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.PowerShell.ConsoleHost.ni.dll                3
  /opt/microsoft/powershell/6.0.0-alpha.9/Microsoft.PowerShell.Security.ni.dll                3
  /opt/microsoft/powershell/6.0.0-alpha.9/libhostpolicy.so                3
  /opt/microsoft/powershell/6.0.0-alpha.9/powershell.deps.json                3
  /opt/microsoft/powershell/6.0.0-alpha.9/powershell.dll                3
  /bin/.                                                            4
  /bin/..                                                           4
  /bin/bash                                                         4
  /bin/bunzip2                                                      4
  /bin/busybox                                                      4
  /bin/bzcat                                                        4
  /bin/bzcmp                                                        4
  /bin/bzdiff                                                       4
  /bin/bzegrep                                                      4
  /bin/bzexe                                                        4
  /bin/bzfgrep                                                      4
  /bin/bzgrep                                                       4
  /bin/bzip2                                                        4
  /bin/bzip2recover                                                 4
  /bin/bzless                                                       4
  /bin/bzmore                                                       4
  /bin/cat                                                          4
  /bin/cgroups-mount                                                4
  /bin/cgroups-umount                                               4
  /bin/chacl                                                        4
  /bin/chgrp                                                        4
  /bin/chmod                                                        4
  /bin/chown                                                        4
  /bin/chvt                                                         4
  /bin/cp                                                           4
  /bin/cpio                                                         4
  /bin/dash                                                         4
  /bin/date                                                         4
  /bin/dbus-cleanup-sockets                                         4
  /bin/dbus-daemon                                                  4
  /bin/dbus-uuidgen                                                 4
  /bin/dd                                                           4
  /bin/df                                                           4
  /bin/dir                                                          4
  /bin/dmesg                                                        4
  /bin/dnsdomainname                                                4
  /bin/domainname                                                   4
  /bin/dumpkeys                                                     4
  /bin/echo                                                         4
  /bin/ed                                                           4
  /bin/egrep                                                        4
  /bin/false                                                        4
  /bin/fgconsole                                                    4
  /bin/fgrep                                                        4
  /bin/findmnt                                                      4
  /bin/fuser                                                        4
  /bin/fusermount                                                   4
  /bin/getfacl                                                      4
  /bin/grep                                                         4
  /bin/gunzip                                                       4
  /bin/gzexe                                                        4
  /bin/gzip                                                         4
  /bin/hostname                                                     4
  /bin/ip                                                           4
  /bin/kbd_mode                                                     4
  /bin/kill                                                         4
  /bin/kmod                                                         4
  /bin/less                                                         4
  /bin/lessecho                                                     4
  /bin/lessfile                                                     4
  /bin/lesskey                                                      4
  /bin/lesspipe                                                     4
  /bin/ln                                                           4
  /bin/loadkeys                                                     4
  /bin/login                                                        4
  /bin/loginctl                                                     4
  /bin/lowntfs-3g                                                   4
  /bin/ls                                                           4
  /bin/lsblk                                                        4
  /bin/lsmod                                                        4
  /bin/mkdir                                                        4
  /bin/mknod                                                        4
  /bin/mktemp                                                       4
  /bin/more                                                         4
  /bin/mount                                                        4
  /bin/mountpoint                                                   4
  /bin/mt                                                           4
  /bin/mt-gnu                                                       4
  /bin/mv                                                           4
  /bin/nano                                                         4
  /bin/nc                                                           4
  /bin/nc.openbsd                                                   4
  /bin/netcat                                                       4
  /bin/netstat                                                      4
  /bin/nisdomainname                                                4
  /bin/ntfs-3g                                                      4
  /bin/ntfs-3g.probe                                                4
  /bin/ntfs-3g.secaudit                                             4
  /bin/ntfs-3g.usermap                                              4
  /bin/ntfscat                                                      4
  /bin/ntfsck                                                       4
  /bin/ntfscluster                                                  4
  /bin/ntfscmp                                                      4
  /bin/ntfsdump_logfile                                             4
  /bin/ntfsfix                                                      4
  /bin/ntfsinfo                                                     4
  /bin/ntfsls                                                       4
  /bin/ntfsmftalloc                                                 4
  /bin/ntfsmove                                                     4
  /bin/ntfstruncate                                                 4
  /bin/ntfswipe                                                     4
  /bin/open                                                         4
  /bin/openvt                                                       4
  /bin/pidof                                                        4
  /bin/ping                                                         4
  /bin/ping6                                                        4
  /bin/plymouth                                                     4
  /bin/plymouth-upstart-bridge                                      4
  /bin/ps                                                           4
  /bin/pwd                                                          4
  /bin/rbash                                                        4
  /bin/readlink                                                     4
  /bin/red                                                          4
  /bin/rm                                                           4
  /bin/rmdir                                                        4
  /bin/rnano                                                        4
  /bin/run-parts                                                    4
  /bin/running-in-container                                         4
  /bin/sed                                                          4
  /bin/setfacl                                                      4
  /bin/setfont                                                      4
  /bin/setupcon                                                     4
  /bin/sh                                                           4
  /bin/sh.distrib                                                   4
  /bin/sleep                                                        4
  /bin/ss                                                           4
  /bin/static-sh                                                    4
  /bin/stty                                                         4
  /bin/su                                                           4
  /bin/sync                                                         4
  /bin/tailf                                                        4
  /bin/tar                                                          4
  /bin/tempfile                                                     4
  /bin/touch                                                        4
  /bin/true                                                         4
  /bin/udevadm                                                      4
  /bin/ulockmgr_server                                              4
  /bin/umount                                                       4
  /bin/uname                                                        4
  /bin/uncompress                                                   4
  /bin/unicode_start                                                4
  /bin/vdir                                                         4
  /bin/which                                                        4
  /bin/whiptail                                                     4
  /bin/ypdomainname                                                 4
  /bin/zcat                                                         4
  /bin/zcmp                                                         4
  /bin/zdiff                                                        4
  /bin/zegrep                                                       4
  /bin/zfgrep                                                       4
  /bin/zforce                                                       4
  /bin/zgrep                                                        4
  /bin/zless                                                        4
  /bin/zmore                                                        4
  /bin/znew                                                         4
  /native/sbin                                                      4
  /native/sbin/.                                                    4
  /native/sbin/..                                                   4
  /native/sbin/autopush                                             4
  /native/sbin/biosdev                                              4
  /native/sbin/bootadm                                              4
  /native/sbin/cryptoadm                                            4
  /native/sbin/devprop                                              4
  /native/sbin/dhcpagent                                            4
  /native/sbin/dhcpinfo                                             4
  /native/sbin/dladm                                                4
  /native/sbin/dlmgmtd                                              4
  /native/sbin/dlstat                                               4
  /native/sbin/fdisk                                                4
  /native/sbin/fiocompress                                          4
  /native/sbin/flowadm                                              4
  /native/sbin/flowstat                                             4
  /native/sbin/hostconfig                                           4
  /native/sbin/ibd_delete_link                                      4
  /native/sbin/ibd_upgrade                                          4
  /native/sbin/ifconfig                                             4
  /native/sbin/ifparse                                              4
  /native/sbin/in.mpathd                                            4
  /native/sbin/init                                                 4
  /native/sbin/installgrub                                          4
  /native/sbin/ipadm                                                4
  /native/sbin/ipmpstat                                             4
  /native/sbin/jsh                                                  4
  /native/sbin/mount                                                4
  /native/sbin/mountall                                             4
  /native/sbin/netstrategy                                          4
  /native/sbin/pfsh                                                 4
  /native/sbin/rc0                                                  4
  /native/sbin/rc1                                                  4
  /native/sbin/rc2                                                  4
  /native/sbin/rc3                                                  4
  /native/sbin/rc5                                                  4
  /native/sbin/rc6                                                  4
  /native/sbin/rcS                                                  4
  /native/sbin/route                                                4
  /native/sbin/routeadm                                             4
  /native/sbin/sh                                                   4
  /native/sbin/soconfig                                             4
  /native/sbin/su                                                   4
  /native/sbin/su.static                                            4
  /native/sbin/sulogin                                              4
  /native/sbin/svcadm                                               4
  /native/sbin/swapadd                                              4
  /native/sbin/sync                                                 4
  /native/sbin/tzreload                                             4
  /native/sbin/uadmin                                               4
  /native/sbin/umount                                               4
  /native/sbin/umountall                                            4
  /native/sbin/uname                                                4
  /native/sbin/zfs                                                  4
  /native/sbin/zonename                                             4
  /native/sbin/zpool                                                4
  /native/usr/bin                                                   4
  /native/usr/bin/.                                                 4
  /native/usr/bin/..                                                4
  /native/usr/bin/[                                                 4
  /native/usr/bin/addbadsec                                         4
  /native/usr/bin/alias                                             4
  /native/usr/bin/amd64                                             4
  /native/usr/bin/amt                                               4
  /native/usr/bin/apropos                                           4
  /native/usr/bin/ar                                                4
  /native/usr/bin/arch                                              4
  /native/usr/bin/arcstat                                           4
  /native/usr/bin/asa                                               4
  /native/usr/bin/at                                                4
  /native/usr/bin/atq                                               4
  /native/usr/bin/atrm                                              4
  /native/usr/bin/auths                                             4
  /native/usr/bin/awk                                               4
  /native/usr/bin/banner                                            4
  /native/usr/bin/bart                                              4
  /native/usr/bin/basename                                          4
  /native/usr/bin/bash                                              4
  /native/usr/bin/batch                                             4
  /native/usr/bin/bc                                                4
  /native/usr/bin/bdiff                                             4
  /native/usr/bin/bg                                                4
  /native/usr/bin/bootparams                                        4
  /native/usr/bin/bunyan                                            4
  /native/usr/bin/bunzip2                                           4
  /native/usr/bin/busstat                                           4
  /native/usr/bin/bzcat                                             4
  /native/usr/bin/bzcmp                                             4
  /native/usr/bin/bzdiff                                            4
  /native/usr/bin/bzegrep                                           4
  /native/usr/bin/bzfgrep                                           4
  /native/usr/bin/bzgrep                                            4
  /native/usr/bin/bzip2                                             4
  /native/usr/bin/bzip2recover                                      4
  /native/usr/bin/bzless                                            4
  /native/usr/bin/bzmore                                            4
  /native/usr/bin/cal                                               4
  /native/usr/bin/calendar                                          4
  /native/usr/bin/captoinfo                                         4
  /native/usr/bin/cat                                               4
  /native/usr/bin/catman                                            4
  /native/usr/bin/cd                                                4
  /native/usr/bin/certutil                                          4
  /native/usr/bin/checkeq                                           4
  /native/usr/bin/checknr                                           4
  /native/usr/bin/chgrp                                             4
  /native/usr/bin/chkey                                             4
  /native/usr/bin/chmod                                             4
  /native/usr/bin/chown                                             4
  /native/usr/bin/ckdate                                            4
  /native/usr/bin/ckgid                                             4
  /native/usr/bin/ckint                                             4
  /native/usr/bin/ckitem                                            4
  /native/usr/bin/ckkeywd                                           4
  /native/usr/bin/ckpath                                            4
  /native/usr/bin/ckrange                                           4
  /native/usr/bin/ckstr                                             4
  /native/usr/bin/cksum                                             4
  /native/usr/bin/cktime                                            4
  /native/usr/bin/ckuid                                             4
  /native/usr/bin/ckyorn                                            4
  /native/usr/bin/clear                                             4
  /native/usr/bin/cmp                                               4
  /native/usr/bin/col                                               4
  /native/usr/bin/column                                            4
  /native/usr/bin/comm                                              4
  /native/usr/bin/command                                           4
  /native/usr/bin/compress                                          4
  /native/usr/bin/coreadm                                           4
  /native/usr/bin/cp                                                4
  /native/usr/bin/cpio                                              4
  /native/usr/bin/cputrack                                          4
  /native/usr/bin/crle                                              4
  /native/usr/bin/crontab                                           4
  /native/usr/bin/crypt                                             4
  /native/usr/bin/csh                                               4
  /native/usr/bin/csplit                                            4
  /native/usr/bin/ctags                                             4
  /native/usr/bin/ctfdiff                                           4
  /native/usr/bin/ctfdump                                           4
  /native/usr/bin/ctrun                                             4
  /native/usr/bin/ctstat                                            4
  /native/usr/bin/ctwatch                                           4
  /native/usr/bin/curl                                              4
  /native/usr/bin/cut                                               4
  /native/usr/bin/date                                              4
  /native/usr/bin/dc                                                4
  /native/usr/bin/dd                                                4
  /native/usr/bin/decrypt                                           4
  /native/usr/bin/deroff                                            4
  /native/usr/bin/devattr                                           4
  /native/usr/bin/devfree                                           4
  /native/usr/bin/devreserv                                         4
  /native/usr/bin/df                                                4
  /native/usr/bin/dialog                                            4
  /native/usr/bin/diff                                              4
  /native/usr/bin/diff3                                             4
  /native/usr/bin/diffmk                                            4
  /native/usr/bin/digest                                            4
  /native/usr/bin/dircmp                                            4
  /native/usr/bin/dirname                                           4
  /native/usr/bin/dis                                               4
  /native/usr/bin/disk_size                                         4
  /native/usr/bin/diskinfo                                          4
  /native/usr/bin/disklayout                                        4
  /native/usr/bin/disklist                                          4
  /native/usr/bin/diskscan                                          4
  /native/u

@danmack
Copy link

danmack commented Aug 19, 2016

Looks a bit different w.r.t stat() on my triton/lxc using 16.04 - maybe they iterated

https://gist.github.com/danmack/a7570a3822525d70d83f4aa07bb4dbd7

@giorgio-v
Copy link

Compare and contrast:

root@d046e5c864f4:/# /native/usr/sbin/dtrace -n lx-syscall::stat:entry'/progenyof($target)/{@[copyinstr(arg0)] = count()}' -c "bash -c ps"
dtrace: description 'lx-syscall::stat:entry' matched 2 probes
  PID TTY          TIME CMD
27551 ?        00:00:01 dtrace
27553 ?        00:00:00 ps
dtrace: pid 27553 has exited

  /                                                                 1
  /proc/1                                                           1
  /proc/27551                                                       1
  /proc/27553                                                       1
  /proc/self/task                                                   1
  /sbin/bash                                                        1
  /sbin/ps                                                          1
  /usr/bin/bash                                                     1
  /usr/bin/ps                                                       1
  /usr/local/bin/bash                                               1
  /usr/local/bin/ps                                                 1
  /usr/local/sbin/bash                                              1
  /usr/local/sbin/ps                                                1
  /usr/sbin/bash                                                    1
  /usr/sbin/ps                                                      1
  /dev/pts/1                                                        2
  /dev/zfd/0                                                        2
  .                                                                 3
  /bin/bash                                                         6
  /bin/ps                                                           6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment