Remove c
article thumbnail

Configuring PostgreSQL and LDAP Using StartTLS

Percona

ldapprefix="cn=" ldapsuffix=", dc=pg_user, dc=nodomain" Installation LDAP apt-get install -y slapd ldap-utils Running netstat, (netstat -tlnp), returns the following: Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 0.0.0.0:389 . # IPv4 local connections: host all all 0.0.0.0/0 0 ldap ldapserver=127.0.0.1

C++ 69
article thumbnail

A thorough introduction to bpftrace

Brendan Gregg

C @ns: [256, 512) 10900 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | [512, 1k) 18291 |@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@| [1k, 2k) 4998 |@@@@@@@@@@@@@@ | [2k, 4k) 57 | | [4k, 8k) 117 | | [8k, 16k) 48 | | [16k, 32k) 109 | | [32k, 64k) 3 | |. The probe is BEGIN , a special probe that runs at the beginning of the program (like awk).

Latency 68
article thumbnail

SQL Server I/O Basics Chapter #2

SQL Server According to Bob

Character POS ASCII Value Formula Value A 1 65 67 C 2 67 69 Checksum 136 Comparing ​​ the checksum values indicates ​​ that the values do not match and ​​ damage ​​ has occurred to the data.

Servers 40