Skip to content

ss: stdout differs from oracle for ss -s #275

Description

@matt-dz

Summary

rshell and the oracle produced different results for ss -s.

Command

ss -s

Reduced command shape: ss -s

Expected (oracle)

Exit code: 0

stdout:

Total: 305
TCP:   373 (estab 137, closed 223, orphaned 0, timewait 136)

Transport Total     IP        IPv6
RAW	  0         0         0        
UDP	  1         1         0        
TCP	  150       135       15       
INET	  151       136       15       
FRAG	  0         0         0        

stderr:

(empty)

Actual (rshell)

Exit code: 0

stdout:

Total: 430
TCP:   286 (ipv4: 267, ipv6: 19)
UDP:   1 (ipv4: 1, ipv6: 0)
Unix:  143

stderr:

(empty)

Why This Matters

The QA run observed this command shape in 43 invocations across 42 scenarios.

Additional Observed Command Shapes

  • ss -s && ss -tanH | grep "10.244.0.77:9092\|10.96.59.83:9092" | head -n 20
QA provenance
  • QA run id: run-20260602t141945z-ss
  • Target builtin: ss
  • Rshell commit/version: unknown
  • Example invocation: inv-20260602T143111.282399142Z-66f1c389
  • Observed invocations: 43
  • Scenario count: 42
  • Differing dimension: stdout

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions