I'm a little startled at how many connections Bareos makes to Postgres.
We have currently have 88 backup jobs scheduled to start each day in the
evening. The max current jobs that we run is 10. For this Bareos makes
about 100 separate connections to Postgres, which seems quite high.
I've attached the results of these commands which ran just as Bareos was
kicking off the backup schedule:
# Get all of the Postgres connections and recent commands
psql --pset=pager=off --user=bareos --dbname=bareos \
--command="SELECT usename, pid, state, query FROM pg_stat_activity"
# List all connections to postgresql
lsof -i :postgresql
List all Bareos processes and threads
ps -axlwwH -U bareos
I've had to increase max_connections up to 150 in order to avoid Bareos
from failing some jobs due to Postgres refusing additional connections.
>From the lsof command you can see 100 established TCP connections from
Bareos to Postgres. Even though there seems to be only 26 Bareos threads.
This is Bareos 15.2.2 on FreeBSD 10.2.
Thoughts on this behavior?
--
You received this message because you are subscribed to the Google Groups
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.
usename | pid | state |
query
---------+-------+---------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
bareos | 8367 | idle | SET client_encoding TO 'SQL_ASCII'
bareos | 19010 | idle | SET client_encoding TO 'SQL_ASCII'
bareos | 45704 | idle | INSERT INTO Log (JobId, Time, LogText)
VALUES (2547,'2016-11-02 19:30:50','achernar-0 JobId 2547: Warning:
xattr.c:1615 extattr_list_link error on file
"/project/Achernar-0/jails/ssh_0/dev": ERR=Operation not supported
+
| | | ')
bareos | 45715 | idle | INSERT INTO Log (JobId, Time, LogText)
VALUES (2548,'2016-11-02 19:30:53','achernar-1 JobId 2548: Warning:
xattr.c:1615 extattr_list_link error on file "/dev": ERR=Operation not
supported
+
| | | ')
bareos | 45716 | idle | SELECT sum(JobFiles) FROM Job WHERE
JobId IN (2280,2368,2459)
bareos | 45717 | idle | INSERT INTO Log (JobId, Time, LogText)
VALUES (2550,'2016-11-02 19:30:39','altair JobId 2550: Warning: xattr.c:1615
extattr_list_link error on file "/proc": ERR=Operation not supported
+
| | | ')
bareos | 45820 | idle | COMMIT
bareos | 45719 | idle | INSERT INTO Log (JobId, Time, LogText)
VALUES (2552,'2016-11-02 19:30:58','arcus JobId 2552: Warning: xattr.c:1615
extattr_list_link error on file "/project": ERR=Operation not supported
+
| | | ')
bareos | 45720 | idle | INSERT INTO Log (JobId, Time, LogText)
VALUES (2553,'2016-11-02 19:30:23','athearn JobId 2553: Warning: xattr.c:1615
extattr_list_link error on file "/dev": ERR=Operation not supported
+
| | | ')
bareos | 45721 | idle | UPDATE Media SET
VolJobs=1,VolFiles=0,VolBlocks=0,VolBytes=225,VolMounts=1,VolErrors=0,VolWrites=1,MaxVolBytes=16000000000,VolStatus='Append',Slot=0,InChanger=0,VolReadTime=0,VolWriteTime=28,LabelType=0,StorageId=1,PoolId=3,VolRetention=1555200,VolUseDuration=0,MaxVolJobs=0,MaxVolFiles=0,Enabled=1,LocationId=0,ScratchPoolId=0,RecyclePoolId=0,RecycleCount=0,Recycle=1,ActionOnPurge=0,MinBlocksize=0,MaxBlocksize=0
WHERE VolumeName='incremental-0191'
bareos | 45722 | idle | SELECT sum(JobFiles) FROM Job WHERE
JobId IN (974,1929,2021,2109,2285,2374,2465)
bareos | 45723 | idle | INSERT INTO Log (JobId, Time, LogText)
VALUES (2556,'2016-11-02 19:30:23','birdland JobId 2556: Warning: xattr.c:1615
extattr_list_link error on file "/dev": ERR=Operation not supported
+
| | | ')
bareos | 45724 | idle | INSERT INTO Log (JobId, Time, LogText)
VALUES (2557,'2016-11-02 19:30:59','boreas JobId 2557: Warning: xattr.c:1615
extattr_list_link error on file "/dev": ERR=Operation not supported
+
| | | ')
bareos | 45725 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45726 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45728 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45729 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45730 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45731 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45732 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45733 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45734 | idle | SELECT count(*) from Media WHERE
PoolId=1
bareos | 45735 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45736 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45737 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45738 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45739 | active | COPY batch FROM STDIN
bareos | 45740 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45741 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45742 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45743 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45744 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45745 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45746 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45747 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45748 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45749 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45750 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45751 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45752 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45753 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45754 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45755 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45756 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45757 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45758 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45759 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45760 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45761 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45762 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45763 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45764 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45765 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45766 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45767 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45768 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45769 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45770 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45771 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45772 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45773 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45774 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45775 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45776 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45777 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45778 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45779 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45780 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45781 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45782 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45783 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45784 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45785 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45786 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45787 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45788 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45789 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45790 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45791 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45792 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45793 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45794 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45795 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45796 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45797 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45798 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45799 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45801 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45802 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45803 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45804 | idle | SELECT count(*) from Media WHERE
PoolId=3
bareos | 45805 | idle | SELECT count(*) from Media WHERE
PoolId=1
bareos | 45806 | idle in transaction | FETCH 100 FROM _bac_cursor
bareos | 45807 | active | COPY batch FROM STDIN
bareos | 45808 | active | COPY batch FROM STDIN
bareos | 45809 | idle | COMMIT
bareos | 45810 | active | COPY batch FROM STDIN
bareos | 45828 | active | SELECT usename, pid, state, query FROM
pg_stat_activity
bareos | 45812 | active | COPY batch FROM STDIN
bareos | 45813 | active | COPY batch FROM STDIN
bareos | 45814 | active | FETCH 100 FROM _bac_cursor
(101 rows)
lsof: WARNING: compiled for FreeBSD release 10.2-RELEASE-p17; this is
10.2-RELEASE-p16.
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
bareos-di 8354 bareos 4u IPv4 0xfffff803a60f3000 0t0 TCP
localhost:27441->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 7u IPv4 0xfffff807e89aa408 0t0 TCP
localhost:36588->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 8u IPv4 0xfffff81cde8ae810 0t0 TCP
localhost:38589->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 9u IPv4 0xfffff80c6663c000 0t0 TCP
localhost:30494->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 10u IPv4 0xfffff81d9c5ac810 0t0 TCP
localhost:35340->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 11u IPv4 0xfffff808f1684408 0t0 TCP
localhost:37678->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 17u IPv4 0xfffff80d37b77000 0t0 TCP
localhost:29609->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 24u IPv4 0xfffff80a05bf5810 0t0 TCP
localhost:39642->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 25u IPv4 0xfffff80a05b1f000 0t0 TCP
localhost:37504->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 34u IPv4 0xfffff81a4a5c0810 0t0 TCP
localhost:60873->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 36u IPv4 0xfffff81d9c5ac408 0t0 TCP
localhost:39797->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 40u IPv4 0xfffff81554628408 0t0 TCP
localhost:62569->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 44u IPv4 0xfffff80acf546000 0t0 TCP
localhost:23827->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 45u IPv4 0xfffff801c296d000 0t0 TCP
localhost:62999->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 46u IPv4 0xfffff807e8908810 0t0 TCP
localhost:15136->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 47u IPv4 0xfffff80163a6b000 0t0 TCP
localhost:11550->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 48u IPv4 0xfffff8016390c000 0t0 TCP
localhost:64286->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 49u IPv4 0xfffff8087a796000 0t0 TCP
localhost:18960->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 50u IPv4 0xfffff8063d36e810 0t0 TCP
localhost:34805->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 51u IPv4 0xfffff801637cb810 0t0 TCP
localhost:24844->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 52u IPv4 0xfffff807e89aa000 0t0 TCP
localhost:43532->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 56u IPv4 0xfffff80878738000 0t0 TCP
localhost:29392->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 57u IPv4 0xfffff80612af3408 0t0 TCP
localhost:10731->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 58u IPv4 0xfffff818311c4000 0t0 TCP
localhost:13314->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 59u IPv4 0xfffff8016390e810 0t0 TCP
localhost:56452->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 60u IPv4 0xfffff801639d2000 0t0 TCP
localhost:56454->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 61u IPv4 0xfffff801604d7000 0t0 TCP
localhost:56455->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 62u IPv4 0xfffff817a9b9f810 0t0 TCP
localhost:56456->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 63u IPv4 0xfffff80904fbf000 0t0 TCP
localhost:56457->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 64u IPv4 0xfffff803a60f3408 0t0 TCP
localhost:56458->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 65u IPv4 0xfffff80c6663c408 0t0 TCP
localhost:56459->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 66u IPv4 0xfffff816611d3408 0t0 TCP
localhost:56460->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 67u IPv4 0xfffff80c74933000 0t0 TCP
localhost:56461->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 68u IPv4 0xfffff808f1685000 0t0 TCP
localhost:56462->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 69u IPv4 0xfffff807e8919000 0t0 TCP
localhost:56463->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 70u IPv4 0xfffff80d37b76810 0t0 TCP
localhost:56464->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 71u IPv4 0xfffff8155462a408 0t0 TCP
localhost:56465->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 72u IPv4 0xfffff807e891a810 0t0 TCP
localhost:56466->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 73u IPv4 0xfffff817a9b9f408 0t0 TCP
localhost:56467->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 74u IPv4 0xfffff80904f47408 0t0 TCP
localhost:56468->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 75u IPv4 0xfffff808da1f6810 0t0 TCP
localhost:56469->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 76u IPv4 0xfffff8091a5cf000 0t0 TCP
localhost:56470->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 77u IPv4 0xfffff801c2b08408 0t0 TCP
localhost:56471->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 78u IPv4 0xfffff80a05b1d408 0t0 TCP
localhost:56472->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 79u IPv4 0xfffff808da1f7000 0t0 TCP
localhost:56473->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 80u IPv4 0xfffff801c2a1b000 0t0 TCP
localhost:56474->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 84u IPv4 0xfffff80a05b1e000 0t0 TCP
localhost:56475->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 91u IPv4 0xfffff808da1f7408 0t0 TCP
localhost:56476->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 93u IPv4 0xfffff801c296f000 0t0 TCP
localhost:56478->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 96u IPv4 0xfffff8168e15b000 0t0 TCP
localhost:56481->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 97u IPv4 0xfffff80a05c4a000 0t0 TCP
localhost:56482->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 98u IPv4 0xfffff80a05c2f810 0t0 TCP
localhost:56483->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 99u IPv4 0xfffff80a05b1e810 0t0 TCP
localhost:56484->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 100u IPv4 0xfffff81cde8ad408 0t0 TCP
localhost:56485->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 101u IPv4 0xfffff8168e159408 0t0 TCP
localhost:56486->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 102u IPv4 0xfffff807e891b810 0t0 TCP
localhost:56487->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 103u IPv4 0xfffff807e891b408 0t0 TCP
localhost:56488->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 104u IPv4 0xfffff81554629810 0t0 TCP
localhost:56489->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 105u IPv4 0xfffff80a05b1e408 0t0 TCP
localhost:56490->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 106u IPv4 0xfffff803a6155000 0t0 TCP
localhost:56491->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 107u IPv4 0xfffff801c2889000 0t0 TCP
localhost:56492->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 108u IPv4 0xfffff801637cb408 0t0 TCP
localhost:56493->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 109u IPv4 0xfffff801637cb000 0t0 TCP
localhost:56494->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 110u IPv4 0xfffff801c2b0a000 0t0 TCP
localhost:56495->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 111u IPv4 0xfffff818311c4810 0t0 TCP
localhost:56496->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 112u IPv4 0xfffff8087a796810 0t0 TCP
localhost:56497->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 113u IPv4 0xfffff8087a796408 0t0 TCP
localhost:56498->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 114u IPv4 0xfffff81cde8ad810 0t0 TCP
localhost:56499->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 115u IPv4 0xfffff80a05ce6408 0t0 TCP
localhost:56500->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 116u IPv4 0xfffff81cde8ad000 0t0 TCP
localhost:56501->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 117u IPv4 0xfffff80d913fe810 0t0 TCP
localhost:56502->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 118u IPv4 0xfffff813eba79000 0t0 TCP
localhost:56503->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 119u IPv4 0xfffff81277fd2408 0t0 TCP
localhost:56504->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 120u IPv4 0xfffff8180422e810 0t0 TCP
localhost:56505->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 121u IPv4 0xfffff81e8b6e0408 0t0 TCP
localhost:56506->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 122u IPv4 0xfffff801c284c000 0t0 TCP
localhost:56507->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 123u IPv4 0xfffff8016390c810 0t0 TCP
localhost:56508->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 124u IPv4 0xfffff80528ce6000 0t0 TCP
localhost:56509->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 125u IPv4 0xfffff81a4a5c2408 0t0 TCP
localhost:56510->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 126u IPv4 0xfffff803a6160000 0t0 TCP
localhost:56511->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 127u IPv4 0xfffff807e89ac810 0t0 TCP
localhost:56512->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 128u IPv4 0xfffff808f1684810 0t0 TCP
localhost:56513->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 129u IPv4 0xfffff813eba79810 0t0 TCP
localhost:56514->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 130u IPv4 0xfffff80904fbf810 0t0 TCP
localhost:56515->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 131u IPv4 0xfffff8168e15a000 0t0 TCP
localhost:56516->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 132u IPv4 0xfffff8155462a810 0t0 TCP
localhost:56517->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 137u IPv4 0xfffff801637cc810 0t0 TCP
localhost:56519->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 138u IPv4 0xfffff808f1685810 0t0 TCP
localhost:56520->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 139u IPv4 0xfffff808f1685408 0t0 TCP
localhost:56521->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 140u IPv4 0xfffff80d913ff810 0t0 TCP
localhost:56522->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 141u IPv4 0xfffff80d913ff408 0t0 TCP
localhost:56523->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 146u IPv4 0xfffff80d37b76000 0t0 TCP
localhost:56528->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 147u IPv4 0xfffff81912267810 0t0 TCP
localhost:56529->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 150u IPv4 0xfffff81a4a5c0408 0t0 TCP
localhost:56533->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 151u IPv4 0xfffff80f272ec000 0t0 TCP
localhost:56549->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 152u IPv4 0xfffff81912267000 0t0 TCP
localhost:56535->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 154u IPv4 0xfffff81277fd0408 0t0 TCP
localhost:56537->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 157u IPv4 0xfffff801c296e000 0t0 TCP
localhost:56540->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 158u IPv4 0xfffff80a05ce4810 0t0 TCP
localhost:56542->localhost:postgresql (ESTABLISHED)
bareos-di 8354 bareos 159u IPv4 0xfffff81e8b6e0810 0t0 TCP
localhost:56543->localhost:postgresql (ESTABLISHED)
postgres 8367 pgsql 10u IPv4 0xfffff801637cc000 0t0 TCP
localhost:postgresql->localhost:27441 (ESTABLISHED)
postgres 19010 pgsql 10u IPv4 0xfffff807e89ab000 0t0 TCP
localhost:postgresql->localhost:38589 (ESTABLISHED)
postgres 45704 pgsql 10u IPv4 0xfffff801637cd810 0t0 TCP
localhost:postgresql->localhost:36588 (ESTABLISHED)
postgres 45715 pgsql 10u IPv4 0xfffff803a6136000 0t0 TCP
localhost:postgresql->localhost:30494 (ESTABLISHED)
postgres 45716 pgsql 10u IPv4 0xfffff80a05b1d000 0t0 TCP
localhost:postgresql->localhost:35340 (ESTABLISHED)
postgres 45717 pgsql 10u IPv4 0xfffff80f272ec810 0t0 TCP
localhost:postgresql->localhost:37678 (ESTABLISHED)
postgres 45719 pgsql 10u IPv4 0xfffff801c296f408 0t0 TCP
localhost:postgresql->localhost:29609 (ESTABLISHED)
postgres 45720 pgsql 10u IPv4 0xfffff801dcd9d000 0t0 TCP
localhost:postgresql->localhost:39642 (ESTABLISHED)
postgres 45721 pgsql 10u IPv4 0xfffff807e8908408 0t0 TCP
localhost:postgresql->localhost:37504 (ESTABLISHED)
postgres 45722 pgsql 10u IPv4 0xfffff8016390d000 0t0 TCP
localhost:postgresql->localhost:60873 (ESTABLISHED)
postgres 45723 pgsql 10u IPv4 0xfffff80a05b1f408 0t0 TCP
localhost:postgresql->localhost:39797 (ESTABLISHED)
postgres 45724 pgsql 10u IPv4 0xfffff801c2889408 0t0 TCP
localhost:postgresql->localhost:62569 (ESTABLISHED)
postgres 45725 pgsql 10u IPv4 0xfffff81277fd1000 0t0 TCP
localhost:postgresql->localhost:62999 (ESTABLISHED)
postgres 45726 pgsql 10u IPv4 0xfffff8168e15a810 0t0 TCP
localhost:postgresql->localhost:23827 (ESTABLISHED)
postgres 45728 pgsql 10u IPv4 0xfffff817a9b9f000 0t0 TCP
localhost:postgresql->localhost:15136 (ESTABLISHED)
postgres 45729 pgsql 10u IPv4 0xfffff801c2a1a000 0t0 TCP
localhost:postgresql->localhost:11550 (ESTABLISHED)
postgres 45730 pgsql 10u IPv4 0xfffff81277fd2810 0t0 TCP
localhost:postgresql->localhost:64286 (ESTABLISHED)
postgres 45731 pgsql 10u IPv4 0xfffff801639d3810 0t0 TCP
localhost:postgresql->localhost:18960 (ESTABLISHED)
postgres 45732 pgsql 10u IPv4 0xfffff801c28bf810 0t0 TCP
localhost:postgresql->localhost:34805 (ESTABLISHED)
postgres 45733 pgsql 10u IPv4 0xfffff801c284c408 0t0 TCP
localhost:postgresql->localhost:24844 (ESTABLISHED)
postgres 45734 pgsql 10u IPv4 0xfffff813eba78810 0t0 TCP
localhost:postgresql->localhost:43532 (ESTABLISHED)
postgres 45735 pgsql 10u IPv4 0xfffff8063d36e000 0t0 TCP
localhost:postgresql->localhost:29392 (ESTABLISHED)
postgres 45736 pgsql 10u IPv4 0xfffff8168e159810 0t0 TCP
localhost:postgresql->localhost:10731 (ESTABLISHED)
postgres 45737 pgsql 10u IPv4 0xfffff8168e15b408 0t0 TCP
localhost:postgresql->localhost:13314 (ESTABLISHED)
postgres 45738 pgsql 10u IPv4 0xfffff80acf545000 0t0 TCP
localhost:postgresql->localhost:56452 (ESTABLISHED)
postgres 45739 pgsql 10u IPv4 0xfffff80a05bf5000 0t0 TCP
localhost:postgresql->localhost:56454 (ESTABLISHED)
postgres 45740 pgsql 10u IPv4 0xfffff80acf546408 0t0 TCP
localhost:postgresql->localhost:56455 (ESTABLISHED)
postgres 45741 pgsql 10u IPv4 0xfffff80163f2e810 0t0 TCP
localhost:postgresql->localhost:56456 (ESTABLISHED)
postgres 45742 pgsql 10u IPv4 0xfffff81a4a5c1408 0t0 TCP
localhost:postgresql->localhost:56457 (ESTABLISHED)
postgres 45743 pgsql 10u IPv4 0xfffff80904fbf408 0t0 TCP
localhost:postgresql->localhost:56458 (ESTABLISHED)
postgres 45744 pgsql 10u IPv4 0xfffff80275874810 0t0 TCP
localhost:postgresql->localhost:56459 (ESTABLISHED)
postgres 45745 pgsql 10u IPv4 0xfffff80528ce6810 0t0 TCP
localhost:postgresql->localhost:56460 (ESTABLISHED)
postgres 45746 pgsql 10u IPv4 0xfffff801639d2810 0t0 TCP
localhost:postgresql->localhost:56461 (ESTABLISHED)
postgres 45747 pgsql 10u IPv4 0xfffff80f272ed408 0t0 TCP
localhost:postgresql->localhost:56462 (ESTABLISHED)
postgres 45748 pgsql 10u IPv4 0xfffff80163f2e408 0t0 TCP
localhost:postgresql->localhost:56463 (ESTABLISHED)
postgres 45749 pgsql 10u IPv4 0xfffff807e89ac000 0t0 TCP
localhost:postgresql->localhost:56464 (ESTABLISHED)
postgres 45750 pgsql 10u IPv4 0xfffff807e891a000 0t0 TCP
localhost:postgresql->localhost:56465 (ESTABLISHED)
postgres 45751 pgsql 10u IPv4 0xfffff8091a5cf810 0t0 TCP
localhost:postgresql->localhost:56466 (ESTABLISHED)
postgres 45752 pgsql 10u IPv4 0xfffff801dcd9d408 0t0 TCP
localhost:postgresql->localhost:56467 (ESTABLISHED)
postgres 45753 pgsql 10u IPv4 0xfffff807e891b000 0t0 TCP
localhost:postgresql->localhost:56468 (ESTABLISHED)
postgres 45754 pgsql 10u IPv4 0xfffff801639d3000 0t0 TCP
localhost:postgresql->localhost:56469 (ESTABLISHED)
postgres 45755 pgsql 10u IPv4 0xfffff80275874408 0t0 TCP
localhost:postgresql->localhost:56470 (ESTABLISHED)
postgres 45756 pgsql 10u IPv4 0xfffff80612af3810 0t0 TCP
localhost:postgresql->localhost:56471 (ESTABLISHED)
postgres 45757 pgsql 10u IPv4 0xfffff803a60ff000 0t0 TCP
localhost:postgresql->localhost:56472 (ESTABLISHED)
postgres 45758 pgsql 10u IPv4 0xfffff816611d3810 0t0 TCP
localhost:postgresql->localhost:56473 (ESTABLISHED)
postgres 45759 pgsql 10u IPv4 0xfffff80878738408 0t0 TCP
localhost:postgresql->localhost:56474 (ESTABLISHED)
postgres 45760 pgsql 10u IPv4 0xfffff807e8908000 0t0 TCP
localhost:postgresql->localhost:56475 (ESTABLISHED)
postgres 45761 pgsql 10u IPv4 0xfffff803a6160408 0t0 TCP
localhost:postgresql->localhost:56476 (ESTABLISHED)
postgres 45762 pgsql 10u IPv4 0xfffff80163f2e000 0t0 TCP
localhost:postgresql->localhost:56478 (ESTABLISHED)
postgres 45763 pgsql 10u IPv4 0xfffff81a4a5c2000 0t0 TCP
localhost:postgresql->localhost:56481 (ESTABLISHED)
postgres 45764 pgsql 10u IPv4 0xfffff80a05bf5408 0t0 TCP
localhost:postgresql->localhost:56482 (ESTABLISHED)
postgres 45765 pgsql 10u IPv4 0xfffff801c2a19000 0t0 TCP
localhost:postgresql->localhost:56483 (ESTABLISHED)
postgres 45766 pgsql 10u IPv4 0xfffff8016390d408 0t0 TCP
localhost:postgresql->localhost:56484 (ESTABLISHED)
postgres 45767 pgsql 10u IPv4 0xfffff80a05c2f408 0t0 TCP
localhost:postgresql->localhost:56485 (ESTABLISHED)
postgres 45768 pgsql 10u IPv4 0xfffff80a05c4b810 0t0 TCP
localhost:postgresql->localhost:56486 (ESTABLISHED)
postgres 45769 pgsql 10u IPv4 0xfffff816611d3000 0t0 TCP
localhost:postgresql->localhost:56487 (ESTABLISHED)
postgres 45770 pgsql 10u IPv4 0xfffff81277fd1408 0t0 TCP
localhost:postgresql->localhost:56488 (ESTABLISHED)
postgres 45771 pgsql 10u IPv4 0xfffff80a05ce6810 0t0 TCP
localhost:postgresql->localhost:56489 (ESTABLISHED)
postgres 45772 pgsql 10u IPv4 0xfffff81554629408 0t0 TCP
localhost:postgresql->localhost:56490 (ESTABLISHED)
postgres 45773 pgsql 10u IPv4 0xfffff80163a6b810 0t0 TCP
localhost:postgresql->localhost:56491 (ESTABLISHED)
postgres 45774 pgsql 10u IPv4 0xfffff80163a6b408 0t0 TCP
localhost:postgresql->localhost:56492 (ESTABLISHED)
postgres 45775 pgsql 10u IPv4 0xfffff80a05c4b408 0t0 TCP
localhost:postgresql->localhost:56493 (ESTABLISHED)
postgres 45776 pgsql 10u IPv4 0xfffff80d37b77810 0t0 TCP
localhost:postgresql->localhost:56494 (ESTABLISHED)
postgres 45777 pgsql 10u IPv4 0xfffff80d913ff000 0t0 TCP
localhost:postgresql->localhost:56495 (ESTABLISHED)
postgres 45778 pgsql 10u IPv4 0xfffff8016390e000 0t0 TCP
localhost:postgresql->localhost:56496 (ESTABLISHED)
postgres 45779 pgsql 10u IPv4 0xfffff801c2b08810 0t0 TCP
localhost:postgresql->localhost:56497 (ESTABLISHED)
postgres 45780 pgsql 10u IPv4 0xfffff801c2b08000 0t0 TCP
localhost:postgresql->localhost:56498 (ESTABLISHED)
postgres 45781 pgsql 10u IPv4 0xfffff807e891a408 0t0 TCP
localhost:postgresql->localhost:56499 (ESTABLISHED)
postgres 45782 pgsql 10u IPv4 0xfffff813eba78000 0t0 TCP
localhost:postgresql->localhost:56500 (ESTABLISHED)
postgres 45783 pgsql 10u IPv4 0xfffff813eba79408 0t0 TCP
localhost:postgresql->localhost:56501 (ESTABLISHED)
postgres 45784 pgsql 10u IPv4 0xfffff81554628810 0t0 TCP
localhost:postgresql->localhost:56502 (ESTABLISHED)
postgres 45785 pgsql 10u IPv4 0xfffff81554628000 0t0 TCP
localhost:postgresql->localhost:56503 (ESTABLISHED)
postgres 45786 pgsql 10u IPv4 0xfffff801c296f810 0t0 TCP
localhost:postgresql->localhost:56504 (ESTABLISHED)
postgres 45787 pgsql 10u IPv4 0xfffff818311c4408 0t0 TCP
localhost:postgresql->localhost:56505 (ESTABLISHED)
postgres 45788 pgsql 10u IPv4 0xfffff80a05ce6000 0t0 TCP
localhost:postgresql->localhost:56506 (ESTABLISHED)
postgres 45789 pgsql 10u IPv4 0xfffff81a4a5c2810 0t0 TCP
localhost:postgresql->localhost:56507 (ESTABLISHED)
postgres 45790 pgsql 10u IPv4 0xfffff80528ce6408 0t0 TCP
localhost:postgresql->localhost:56508 (ESTABLISHED)
postgres 45791 pgsql 10u IPv4 0xfffff803a6160810 0t0 TCP
localhost:postgresql->localhost:56509 (ESTABLISHED)
postgres 45792 pgsql 10u IPv4 0xfffff81cde8ae000 0t0 TCP
localhost:postgresql->localhost:56510 (ESTABLISHED)
postgres 45793 pgsql 10u IPv4 0xfffff807e8919810 0t0 TCP
localhost:postgresql->localhost:56511 (ESTABLISHED)
postgres 45794 pgsql 10u IPv4 0xfffff80d37b76408 0t0 TCP
localhost:postgresql->localhost:56512 (ESTABLISHED)
postgres 45795 pgsql 10u IPv4 0xfffff8180422e000 0t0 TCP
localhost:postgresql->localhost:56513 (ESTABLISHED)
postgres 45796 pgsql 10u IPv4 0xfffff80d913fe000 0t0 TCP
localhost:postgresql->localhost:56514 (ESTABLISHED)
postgres 45797 pgsql 10u IPv4 0xfffff81f57392810 0t0 TCP
localhost:postgresql->localhost:56515 (ESTABLISHED)
postgres 45798 pgsql 10u IPv4 0xfffff81f57392000 0t0 TCP
localhost:postgresql->localhost:56516 (ESTABLISHED)
postgres 45799 pgsql 10u IPv4 0xfffff8155462a000 0t0 TCP
localhost:postgresql->localhost:56517 (ESTABLISHED)
postgres 45801 pgsql 10u IPv4 0xfffff808da1f6000 0t0 TCP
localhost:postgresql->localhost:56519 (ESTABLISHED)
postgres 45802 pgsql 10u IPv4 0xfffff801c296d810 0t0 TCP
localhost:postgresql->localhost:56520 (ESTABLISHED)
postgres 45803 pgsql 10u IPv4 0xfffff81d7e0ee408 0t0 TCP
localhost:postgresql->localhost:56521 (ESTABLISHED)
postgres 45804 pgsql 10u IPv4 0xfffff80a05ce5408 0t0 TCP
localhost:postgresql->localhost:56522 (ESTABLISHED)
postgres 45805 pgsql 10u IPv4 0xfffff80a05ce5000 0t0 TCP
localhost:postgresql->localhost:56523 (ESTABLISHED)
postgres 45806 pgsql 10u IPv4 0xfffff80a05ce5810 0t0 TCP
localhost:postgresql->localhost:56528 (ESTABLISHED)
postgres 45807 pgsql 10u IPv4 0xfffff803a6136810 0t0 TCP
localhost:postgresql->localhost:56529 (ESTABLISHED)
postgres 45808 pgsql 10u IPv4 0xfffff801c296d408 0t0 TCP
localhost:postgresql->localhost:56533 (ESTABLISHED)
postgres 45809 pgsql 10u IPv4 0xfffff807e89aa810 0t0 TCP
localhost:postgresql->localhost:56535 (ESTABLISHED)
postgres 45810 pgsql 10u IPv4 0xfffff81a4a5c1810 0t0 TCP
localhost:postgresql->localhost:56537 (ESTABLISHED)
postgres 45812 pgsql 10u IPv4 0xfffff81269954408 0t0 TCP
localhost:postgresql->localhost:56540 (ESTABLISHED)
postgres 45813 pgsql 10u IPv4 0xfffff81269954000 0t0 TCP
localhost:postgresql->localhost:56542 (ESTABLISHED)
postgres 45814 pgsql 10u IPv4 0xfffff801c2a1a408 0t0 TCP
localhost:postgresql->localhost:56543 (ESTABLISHED)
postgres 45820 pgsql 10u IPv4 0xfffff81cde8ac810 0t0 TCP
localhost:postgresql->localhost:56549 (ESTABLISHED)
postgres 96001 pgsql 3u IPv6 0xfffff81a4a5c0000 0t0 TCP
localhost:postgresql (LISTEN)
postgres 96001 pgsql 4u IPv4 0xfffff80a05c4a810 0t0 TCP
localhost:postgresql (LISTEN)
UID PID PPID CPU PRI NI VSZ RSS MWCHAN STAT TT TIME COMMAND
997 8354 1 0 27 0 175872 26120 sbwait Is - 0:00.99
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Ss - 0:00.78
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 24 0 175872 26120 sbwait Is - 0:00.72
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 nanslp Ss - 0:00.19
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Is - 0:00.07
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Ss - 0:00.81
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 select Is - 0:00.01
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 uwait Ss - 0:00.17
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 select Is - 0:00.02
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Ss - 0:00.04
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 28 0 175872 26120 sbwait Is - 0:00.81
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Is - 0:01.84
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 28 0 175872 26120 sbwait Ss - 0:02.27
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 38 0 175872 26120 - Rs - 0:01.68
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Ss - 0:01.30
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Ss - 0:00.00
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 uwait Is - 0:00.05
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Ss - 0:00.04
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Is - 0:00.00
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Is - 0:00.00
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Ss - 0:00.00
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 nanslp Is - 0:00.61
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Is - 0:00.00
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Ss - 0:00.00
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Is - 0:00.00
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 8354 1 0 20 0 175872 26120 sbwait Is - 0:00.00
/usr/local/sbin/bareos-dir -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-dir.conf
997 99308 1 0 20 0 137316 14272 select Ss - 0:00.25
/usr/local/sbin/bareos-sd -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-sd.conf
997 99308 1 0 20 0 137316 14272 nanslp Ss - 0:00.87
/usr/local/sbin/bareos-sd -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-sd.conf
997 99308 1 0 21 0 137316 14272 sbwait Ss - 0:00.96
/usr/local/sbin/bareos-sd -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-sd.conf
997 99308 1 0 21 0 137316 14272 sbwait Ss - 0:00.88
/usr/local/sbin/bareos-sd -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-sd.conf
997 99308 1 0 20 0 137316 14272 sbwait Is - 0:00.00
/usr/local/sbin/bareos-sd -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-sd.conf
997 99308 1 0 20 0 137316 14272 sbwait Ss - 0:00.00
/usr/local/sbin/bareos-sd -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-sd.conf
997 99308 1 0 21 0 137316 14272 sbwait Is - 0:00.21
/usr/local/sbin/bareos-sd -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-sd.conf
997 99308 1 0 20 0 137316 14272 sbwait Ss - 0:00.08
/usr/local/sbin/bareos-sd -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-sd.conf
997 99308 1 0 20 0 137316 14272 uwait Ss - 0:00.57
/usr/local/sbin/bareos-sd -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-sd.conf
997 99308 1 0 20 0 137316 14272 sbwait Is - 0:00.00
/usr/local/sbin/bareos-sd -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-sd.conf
997 99308 1 0 20 0 137316 14272 sbwait Is - 0:00.00
/usr/local/sbin/bareos-sd -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-sd.conf
997 99308 1 0 23 0 137316 14272 - Rs - 0:02.22
/usr/local/sbin/bareos-sd -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-sd.conf
997 99308 1 0 20 0 137316 14272 sbwait Is - 0:00.01
/usr/local/sbin/bareos-sd -u bareos -g bareos -v -c
/usr/local/etc/bareos/bareos-sd.conf