Here are most if not all of the properties you have under the sockets of network inspector object. You can play around with that and remove any properties that you don’t care about.
( (local address of it) as string | “n/a”,
(local port of it) as string | “n/a”,
(creation time of process of it) as string | “n/a”,
(dep enabled of process of it) as string | “n/a”,
(gdi object count of process of it) as string | “n/a”,
(handle count of process of it) as string | “n/a”,
(id of process of it) as string | “n/a”,
(image file of process of it) as string | “n/a”,
(io other count of process of it) as string | “n/a”,
(io other size of process of it) as string | “n/a”,
(io read count of process of it) as string | “n/a”,
(io read size of process of it) as string | “n/a”,
(io write count of process of it) as string | “n/a”,
(io write size of process of it) as string | “n/a”,
(kernel time of process of it) as string | “n/a”,
(name of process of it) as string | “n/a”,
(nx bit of process of it) as string | “n/a”,
(page fault count of process of it) as string | “n/a”,
(page file usage of process of it) as string | “n/a”,
(peak page file usage of process of it) as string | “n/a”,
(peak working set size of process of it) as string | “n/a”,
(pid of process of it) as string | “n/a”,
(ppid of process of it) as string | “n/a”,
(process id of process of it) as string | “n/a”,
(quota nonpaged pool usage of process of it) as string | “n/a”,
(quota paged pool usage of process of it) as string | “n/a”,
(quota peak nonpaged pool usage of process of it) as string | “n/a”,
(quota peak paged pool usage of process of it) as string | “n/a”,
(session id of process of it) as string | “n/a”,
(user object count of process of it) as string | “n/a”,
(user of process of it) as string | “n/a”,
(user time of process of it) as string | “n/a”,
(working set size of process of it) as string | “n/a”,
(wow64 of process of it) as string | “n/a”,
(remote address of it) as string | “n/a”,
(remote port of it) as string | “n/a”,
(tcp of it) as string | “n/a”,
(close wait of tcp state of it) as string | “n/a”,
(closed of tcp state of it) as string | “n/a”,
(closing of tcp state of it) as string | “n/a”,
(delete tcb of tcp state of it) as string | “n/a”,
(established of tcp state of it) as string | “n/a”,
(fin wait one of tcp state of it) as string | “n/a”,
(fin wait two of tcp state of it) as string | “n/a”,
(last ack of tcp state of it) as string | “n/a”,
(listening of tcp state of it) as string | “n/a”,
(syn received of tcp state of it) as string | “n/a”,
(syn sent of tcp state of it) as string | “n/a”,
(time wait of tcp state of it) as string | “n/a”,
(udp of it) as string | “n/a” )
of sockets of network
ALSO if you are trying to look at specific processes you can filter your query down to a specific process.
( (local address of it) as string | “n/a”,
(local port of it) as string | “n/a”,
(creation time of process of it) as string | “n/a”,
(dep enabled of process of it) as string | “n/a”,
(gdi object count of process of it) as string | “n/a”,
(handle count of process of it) as string | “n/a”,
(id of process of it) as string | “n/a”,
(image file of process of it) as string | “n/a”,
(io other count of process of it) as string | “n/a”,
(io other size of process of it) as string | “n/a”,
(io read count of process of it) as string | “n/a”,
(io read size of process of it) as string | “n/a”,
(io write count of process of it) as string | “n/a”,
(io write size of process of it) as string | “n/a”,
(kernel time of process of it) as string | “n/a”,
(name of process of it) as string | “n/a”,
(nx bit of process of it) as string | “n/a”,
(page fault count of process of it) as string | “n/a”,
(page file usage of process of it) as string | “n/a”,
(peak page file usage of process of it) as string | “n/a”,
(peak working set size of process of it) as string | “n/a”,
(pid of process of it) as string | “n/a”,
(ppid of process of it) as string | “n/a”,
(process id of process of it) as string | “n/a”,
(quota nonpaged pool usage of process of it) as string | “n/a”,
(quota paged pool usage of process of it) as string | “n/a”,
(quota peak nonpaged pool usage of process of it) as string | “n/a”,
(quota peak paged pool usage of process of it) as string | “n/a”,
(session id of process of it) as string | “n/a”,
(user object count of process of it) as string | “n/a”,
(user of process of it) as string | “n/a”,
(user time of process of it) as string | “n/a”,
(working set size of process of it) as string | “n/a”,
(wow64 of process of it) as string | “n/a”,
(remote address of it) as string | “n/a”,
(remote port of it) as string | “n/a”,
(tcp of it) as string | “n/a”,
(close wait of tcp state of it) as string | “n/a”,
(closed of tcp state of it) as string | “n/a”,
(closing of tcp state of it) as string | “n/a”,
(delete tcb of tcp state of it) as string | “n/a”,
(established of tcp state of it) as string | “n/a”,
(fin wait one of tcp state of it) as string | “n/a”,
(fin wait two of tcp state of it) as string | “n/a”,
(last ack of tcp state of it) as string | “n/a”,
(listening of tcp state of it) as string | “n/a”,
(syn received of tcp state of it) as string | “n/a”,
(syn sent of tcp state of it) as string | “n/a”,
(time wait of tcp state of it) as string | “n/a”,
(udp of it) as string | “n/a” )
of sockets whose (
name of process of it as lowercase contains “bes”
) of network