3 lines
62 B
Bash
3 lines
62 B
Bash
|
#!/bin/sh
|
||
|
cat /proc/sys/net/ipv4/netfilter/ip_conntrack_count
|