Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2003 14:20:16 -0400
From:      "Paul Pathiakis" <ppathiakis@micropat.com>
To:        paul@pathiakis.com, freebsd-database@freebsd.org, freebsd-performance@freebsd.org
Subject:   Re: Tuning Postgresql on FreeBSD 5.1
Message-ID:  <200308261420.16894.ppathiakis@micropat.com>
In-Reply-To: <200308250929.32143.paul@pathiakis.com>
References:  <200308250929.32143.paul@pathiakis.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--Boundary-00=_gT6S/r3TMhmEE2n
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Ok....everyone wanted more info so.....

I've attached the ipcs -a log for the run
I've attached the vmstat log for the run

(I wanted the iostat, but screwed that up.)

5 large processes were kicked off.  The processes started off ok but then just 
stalled.  They continued to run until completion but VERY slowly.  Many times 
I saw the processes in semwait states.  However, the CPU load never went over 
0.80.  Everything just kind of stalled and waited.  They consumed huge 
amounts of memory but never swapped.

Again, thanks to everyone for taking the time!!  

Paul Pathiakis

I disabled HTT in the BIOS, but the OS still saw 4 cpus...  I'm going to again 
try to disable HTT and see what occurs in the kernel boot.  For right now, 
I've enable and modified all the parameters according to what Sean suggested.  
I'm hoping they've turned up something here.  In the event that somehow I 
can't disable, I'll use the cpu sysctl parameter that was suggested.

The stats from top are from 5 processes that were run simultaneously:

last pid:  8704;  load averages:  0.10,  0.15,  0.10    up 0+04:26:55  
14:22:37
52 processes:  1 running, 51 sleeping
CPU states:  2.4% user,  0.0% nice,  0.9% system,  0.6% interrupt, 96.1% idle
Mem: 181M Active, 3185M Inact, 296M Wired, 187M Cache, 255M Buf, 5516K Free
Swap: 4096M Total, 4096M Free

  PID USERNAME PRI NICE   SIZE    RES STATE  C   TIME   WCPU    CPU COMMAND
 8171 pgsql     -8    0   129M   116M biord  0   1:01  5.32%  5.32% postgres
 8173 pgsql     -8    0   137M   125M biord  0   0:43  3.76%  3.76% postgres
 8320 pgsql     96    0  2188K  1176K select 2   0:01  0.00%  0.00% top
  598 pgsql     96    0  6164K  2232K select 2   0:00  0.00%  0.00% sshd
  652 pgsql     96    0 48696K  4160K select 0   0:00  0.00%  0.00% postgres
  599 pgsql      8    0  2556K  1664K wait   0   0:00  0.00%  0.00% ksh93
  655 pgsql     96    0 48748K  2976K select 0   0:00  0.00%  0.00% postgres
  653 pgsql     96    0 49684K  2944K select 0   0:00  0.00%  0.00% postgres

On Monday 25 August 2003 09:29 am, Paul Pathiakis wrote:
> Hi,
>
> 	I'd like to thank everyone for their help so far.  I'm implement most of
> the enhancements and changes on the database so far.  I now have a bigger
> problem...  the machine is generating some large reports (term used by the
> DB people here) and the processes start and instantly drop off to no
> utilization...  they sit there and hang...  seemingly resource starved. 
> I'd like know if someone could help me.  I've enclosed the postgresql.conf
> file, the systctl.conf file, loader.conf and the Kernel memory parameters.
> Again, the machine is a twin 2.8 Xeon HTT machine.  HTT is turned on and
> the machine sees 4 cpus.  It has 4 GB of RAM and I'm starting to put on
> SCSI drives as the machine had the IDE drives maxed out at 100% utilization
> at all times.  (Again, I didn't order this machine, otherwise it would have
> had dual U320 channels etc on its I/O system)  Presently, due to scavenging
> a PCI SCSI card (ADAPTEC U2W), disks (U320 10K rpm) and an enclosure for 4
> disks, I have the following:
>
> /dev/ar1s1d 114244630   479980 104625080     0%    /usr/local
> /dev/da0s1d 138860928 81448860  46303194    64%    /usr/local/pgsql
> /dev/md0      1031916        4    949360     0%
> /usr/local/pgsql/data/base/16978/pgsql_tmp
> procfs              4        4         0   100%    /proc
> /dev/da1s1d 138860928   131202 127620852     0%
> /usr/local/pgsql/data/pg_xlog
> /dev/da2s1d 142801720  3277472 128100112     2%    /pg_index
> /dev/da3s1d 142801720  1049616 130327968     1%    /pg_table
>
> noatime is configured on the pgsql hierarchy and related links to disks on
> /pg_* . I configured a MD as the pgsql_tmp directory, etc.  I've created
> UFS2+S filesystems with block and frag sizes of 8K as this is optimal for
> PG. I hope this makes sense all the way around.  I'm not a DBA, just a UNIX
> admin.
>
> 	Anyhow, I'm looking at the postgresql.conf file and I don't see a whole
> lot that makes sense to me.  Please help!  I've got a bunch of people
> saying Linux just runs faster and the DB group is using a Linux config file
> on the FreeBSD machine.  (Don't get me going)  It is my belief that a BSD
> DB is going to run faster on it's platform of choice for development
> (FreeBSD) than another OS.  Please help!
>
> 	Thanks!
>
> 	Paul Pathiakis
>
>
> sysctl.conf:
>
> kern.maxfiles=10000
> kern.ipc.shm_use_phys=1
> kern.ipc.shmall=524288
> kern.ipc.shmmax=1073741824
> vfs.vmiodirenable=1
>
> loader.conf
>
> kern.maxfiles=32768
> kern.nbuf=16384
>
> GENERIC SMP:
>
> options         SYSVMSG                 #SYSV-style message queues
> options         SYSVSHM                 #SYSV-style shared memory
> options         SYSVSEM                 #SYSV-style semaphores
> options         SHMMAXPGS=4096
> options         SHMSEG=256
> options         SEMMNI=256
> options         SEMMNS=512
> options         SEMMNU=256
> options         SEMMAP=256
>
> Postgresql.conf:
>
> #
> # PostgreSQL configuration file
> # -----------------------------
> #
> # This file consists of lines of the form:
> #
> #   name = value
> #
> # (The '=' is optional.) White space may be used. Comments are introduced
> # with '#' anywhere on a line. The complete list of option names and
> # allowed values can be found in the PostgreSQL documentation. The
> # commented-out settings shown in this file represent the default values.
> #
> # Any option can also be given as a command line switch to the
> # postmaster, e.g. 'postmaster -c log_connections=on'. Some options
> # can be changed at run-time with the 'SET' SQL command.
> #
> # This file is read on postmaster startup and when the postmaster
> # receives a SIGHUP. If you edit the file on a running system, you have
> # to SIGHUP the postmaster for the changes to take effect, or use
> # "pg_ctl reload".
>
>
> #========================================================================
>
>
> #
> #       Connection Parameters
> #
> #tcpip_socket = false
> #ssl = false
>
> max_connections = 128
> #superuser_reserved_connections = 2
>
> #port = 5432
> #hostname_lookup = false
> #show_source_port = false
>
> #unix_socket_directory = ''
> #unix_socket_group = ''
> #unix_socket_permissions = 0777 # octal
>
> #virtual_host = ''
>
> #krb_server_keyfile = ''
>
>
> #
> #       Shared Memory Size
> #
> shared_buffers = 48000          # min max_connections*2 or 16, 8KB each
> #max_fsm_relations = 1000       # min 10, fsm is free space map, ~40 bytes
> #max_fsm_pages = 10000          # min 1000, fsm is free space map, ~6 bytes
> #max_locks_per_transaction = 64 # min 10
> #wal_buffers = 8                # min 4, typically 8KB each
>
> #
> #       Non-shared Memory Sizes
> #
> sort_mem = 32768                # min 64, size in KB
> #vacuum_mem = 8192              # min 1024, size in KB
>
>
> #
> #       Write-ahead log (WAL)
> #
> #checkpoint_segments = 3        # in logfile segments, min 1, 16MB each
> #checkpoint_timeout = 300       # range 30-3600, in seconds
> #
> #commit_delay = 0               # range 0-100000, in microseconds
> #commit_siblings = 5            # range 1-1000
> #
> #fsync = true
> #wal_sync_method = fsync        # the default varies across platforms:
> #                               # fsync, fdatasync, open_sync, or
> open_datasync
> #wal_debug = 0                  # range 0-16
>
>
> #
> #       Optimizer Parameters
> #
> #enable_seqscan = true
> #enable_indexscan = true
> #enable_tidscan = true
> #enable_sort = true
> #enable_nestloop = true
> #enable_mergejoin = true
> #enable_hashjoin = true
>
> #effective_cache_size = 1000    # typically 8KB each
> #random_page_cost = 4           # units are one sequential page fetch cost
> #cpu_tuple_cost = 0.01          # (same)
> #cpu_index_tuple_cost = 0.001   # (same)
> #cpu_operator_cost = 0.0025     # (same)
>
> #default_statistics_target = 10 # range 1-1000
>
> #
> #       GEQO Optimizer Parameters
> #
> #geqo = true
> #geqo_selection_bias = 2.0      # range 1.5-2.0
> #geqo_threshold = 11
> #geqo_pool_size = 0             # default based on tables in statement,
>                                 # range 128-1024
> #geqo_effort = 1
> #geqo_generations = 0
> #geqo_random_seed = -1          # auto-compute seed
>
>
> #
> #       Message display
> #
> #server_min_messages = notice   # Values, in order of decreasing detail:
>                                 #   debug5, debug4, debug3, debug2, debug1,
>                                 #   info, notice, warning, error, log,
> fatal, #   panic
> #client_min_messages = notice   # Values, in order of decreasing detail:
>                                 #   debug5, debug4, debug3, debug2, debug1,
>                                 #   log, info, notice, warning, error
> #silent_mode = false
>
> #log_connections = false
> #log_pid = false
> #log_statement = false
> #log_duration = false
> #log_timestamp = false
>
> #log_min_error_statement = panic # Values in order of increasing severity:
>                                  #   debug5, debug4, debug3, debug2,
> debug1, #   info, notice, warning, error, panic(off)
>
> #debug_print_parse = false
> #debug_print_rewritten = false
> #debug_print_plan = false
> #debug_pretty_print = false
>
> #explain_pretty_print = true
>
> # requires USE_ASSERT_CHECKING
> #debug_assertions = true
>
>
> #
> #       Syslog
> #
> #syslog = 0                     # range 0-2
> #syslog_facility = 'LOCAL0'
> #syslog_ident = 'postgres'
>
>
> #
> #       Statistics
> #
> #show_parser_stats = false
> #show_planner_stats = false
> #show_executor_stats = false
> #show_statement_stats = false
>
> # requires BTREE_BUILD_STATS
> #show_btree_build_stats = false
>
>
> #
> #       Access statistics collection
> #
> #stats_start_collector = true
> #stats_reset_on_server_start = true
> #stats_command_string = false
> #stats_row_level = false
> #stats_block_level = false
>
>
> #
> #       Lock Tracing
> #
> #trace_notify = false
>
> # requires LOCK_DEBUG
> #trace_locks = false
> #trace_userlocks = false
> #trace_lwlocks = false
> #debug_deadlocks = false
> #trace_lock_oidmin = 16384
> #trace_lock_table = 0
>
>
> #
> #       Misc
> #
> #autocommit = true
> #dynamic_library_path = '$libdir'
> #search_path = '$user,public'
> #datestyle = 'iso, us'
> #timezone = unknown             # actually, defaults to TZ environment
> setting #australian_timezones = false
> #client_encoding = sql_ascii    # actually, defaults to database encoding
> #authentication_timeout = 60    # 1-600, in seconds
> #deadlock_timeout = 1000        # in milliseconds
> #default_transaction_isolation = 'read committed'
> #max_expr_depth = 10000         # min 10
> #max_files_per_process = 1000   # min 25
> #password_encryption = true
> #sql_inheritance = true
> #transform_null_equals = false
> #statement_timeout = 0          # 0 is disabled, in milliseconds
> #db_user_namespace = false
>
>
>
> #
> #       Locale settings
> #
> # (initialized by initdb -- may be changed)
> LC_MESSAGES = 'C'
> LC_MONETARY = 'C'
> LC_NUMERIC = 'C'
> LC_TIME = 'C'
>
>
>
>
>
> _______________________________________________
> freebsd-database@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-database
> To unsubscribe, send any mail to "freebsd-database-unsubscribe@freebsd.org"

--Boundary-00=_gT6S/r3TMhmEE2n
Content-Type: text/plain;
  charset="iso-8859-1";
  name="ipcspg04"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="ipcspg04"

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:15:21 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:15:26 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:15:29 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:15:35 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:15:38 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:15:38 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:15:51 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:15:56 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:15:56 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:15:56 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:16:08 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:16:14 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:16:20 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:16:26 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:16:30 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:16:37 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:16:42 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:16:47 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:16:52 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:16:56 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:17:02 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:17:06 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:17:12 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:17:16 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:17:19 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:17:26 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:17:32 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:17:36 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:17:42 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:17:47 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:17:52 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:17:57 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:18:02 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:18:07 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:18:12 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:18:17 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:18:22 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:18:27 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:18:32 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:18:37 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:18:42 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:18:45 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:18:52 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:18:57 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:19:02 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

Message Queues:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP CBYTES  QNUM QBYTES LSPID LRPID   STIME    RTIME    CTIME

Shared Memory:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NATTCH  SEGSZ  CPID  LPID   ATIME    DTIME    CTIME
m 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql      5 43335680    652    65210:12:02 14:14:39 10:12:02

Semaphores:
T     ID     KEY        MODE       OWNER    GROUP  CREATOR   CGROUP NSEMS   OTIME    CTIME
s 131072    5432001 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131073    5432002 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131074    5432003 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131075    5432004 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131076    5432005 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131077    5432006 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131078    5432007 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:12:02 10:12:02
s 131079    5432008 --rw-------    pgsql    pgsql    pgsql    pgsql     1714:19:07 10:12:02
s 131080    5432009 --rw-------    pgsql    pgsql    pgsql    pgsql     1710:24:26 10:12:02

^C
ehpg04#

--Boundary-00=_gT6S/r3TMhmEE2n
Content-Type: text/plain;
  charset="iso-8859-1";
  name="vmstatpg04"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="vmstatpg04"

vmstat -c 100 -w 5
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 1 3 1  278636 3360400   41   0   0   0  28   0   0   0  299    0 266  0  0 100
 0 3 1  279736 3335692  765   0   0   0  90   0   0   0  636    0 1840 19  2 78
 0 4 0  288000 3311564  885   0   0   0 209   0   0   0  651    0 1849 17  2 81
 0 3 1  289816 3288048  611   0   0   0  46   0   0   0  624    0 1747 18  1 81
 0 3 1  297964 3264508  517   0   0   0  72   0   0   0  640    0 1781 16  2 82
 1 2 1  298016 3241008  552   0   0   0  49   0   0   0  621    0 1822 19  2 79
 0 3 1  298016 3218120  403   0   0   0  44   0   0   0  635    0 1779 15  2 83
 1 2 1  314480 3193404  456   0   0   0  56   0   0   0  628    0 1798 17  2 81
 0 3 1  314480 3167328  399   0   0   0  40   0   0   0  642    0 1772 16  2 83
 0 3 2  322768 3142112  376   0   0   0  55   0   0   0  632    0 1687 15  2 83
 1 3 0  322768 3120292  239   0   0   0  40   0   0   0  657    0 1626  8  2 90
 0 3 1  322768 3097116  249   0   0   0  51   0   0   0 1127    0 2772 15  2 83
 0 3 0  243684 3157872  116   0   0   0 3744   0   0   0 1531    0 3608 14  2 84
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 0 3 0  243684 3144180  121   0   0   0  50   0   0   0  604    0 1312  2  1 97
 0 3 0  243684 3128372  103   0   0   0  40   0   0   0  618    0 1362  1  1 98
 0 3 0  243684 3113168   94   0   0   0  50   0   0   0  618    0 1354  1  1 98
 0 3 0  243684 3097104   90   0   0   0  40   0   0   0  620    0 1365  1  1 97
 0 3 0  243684 3081036   97   0   0   0  50   0   0   0  627    0 1390  1  1 98
 0 3 0  251836 3065572   84   0   0   0  42   0   0   0  612    0 1339  1  1 98
 0 3 0  251836 3050152  103   0   0   0  47   0   0   0  609    0 1323  2  1 97
 0 3 0  251836 3031904  104   0   0   0  43   0   0   0  643    0 1440  2  1 97
 0 3 0  251836 3014108  110   0   0   0  47   0   0   0  636    0 1423  3  1 96
 0 2 1  250020 2996772  111   0   0   0  73   0   0   0  641    0 1432  2  1 97
 0 3 0  250020 2977176  117   0   0   0  54   0   0   0  652    0 1477  3  1 96
 0 2 1  251144 2958916  101   0   0   0  37   0   0   0  621    0 1389  2  1 96
 0 3 0  251144 2939364   99   0   0   0  40   0   0   0  632    0 1430  3  1 96
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 1 3 0  251144 2921084   85   0   0   0  32   0   0   0  622    0 1401  2  1 97
 0 3 0  251144 2902056   97   0   0   0  40   0   0   0  628    0 1406  3  1 96
 0 3 0  249332 2883892   91   0   0   0  58   0   0   0  630    0 1421  2  1 97
 0 3 0  249332 2864940   88   0   0   0  29   0   0   0  627    0 1407  3  1 96
 0 3 0  249332 2846724   82   0   0   0  25   0   0   0  624    0 1407  2  1 97
 0 3 0  249332 2826664   90   0   0   0  29   0   0   0  631    0 1436  3  1 96
 0 3 0  258220 2808180  105   0   0   0  42   0   0   0  622    0 1398  3  1 96
 1 4 0  261476 2786664  275   0   0   0  39   0   0   0  668    0 1559  3  1 96
 0 4 0  261684 2764796  465   0   0   0 137   0   0   0  739    0 1810  3  2 96
 0 1 2  260084 2741868  400   0   0   0 141   0   0   0  668    0 1662  9  1 90
 0 3 0  268340 2718016  264   0   0   0  46   0   0   0  622    0 1498 10  1 89
 0 3 1  270080 2694204  503   0   0   0  48   0   0   0  731    0 1822 10  1 89
 0 4 0  270096 2673052  323   0   0   0  43   0   0   0  723    0 1776  6  1 92
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 0 2 2  276436 2654884  203   0   0   0 109   0   0   0  684    0 1580  3  1 96
 0 3 0  276436 2637452   96   0   0   0  43   0   0   0  620    0 1378  3  1 96
 0 3 0  278188 2618920  639   0   0   0  48   0   0   0  779    0 1838  3  2 95
 1 2 0  276436 2603428  131   0   0   0 114   0   0   0  632    0 1416  3  1 96
 0 3 0  276436 2587024   96   0   0   0  47   0   0   0  613    0 1346  3  1 96
 0 3 0  276436 2569512  122   0   0   0  43   0   0   0  607    0 1346  4  1 95
 0 3 0  276436 2553040  104   0   0   0  48   0   0   0  612    0 1343  4  1 95
 0 3 0  276436 2536256   98   0   0   0  43   0   0   0  619    0 1384  3  1 96
 0 3 0  274624 2519248  130   0   0   0  90   0   0   0  615    0 1403  3  1 96
 1 2 0  282896 2503360   91   0   0   0  40   0   0   0  611    0 1347  2  1 96
 0 3 0  282896 2487508   89   0   0   0  36   0   0   0  609    0 1354  3  1 96
 1 2 0  282896 2471268  640   0   0   0  94   0   0   0  779    0 1899  3  2 95
 0 3 0  282896 2454352  103   0   0   0  37   0   0   0  612    0 1374  3  1 95
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 1 3 0  284708 2436620  129   0   0   0  43   0   0   0  614    0 1397  4  1 95
 0 3 0  284708 2420640   98   0   0   0  47   0   0   0  608    0 1350  3  1 96
 0 3 0  284708 2404004  111   0   0   0  43   0   0   0  605    0 1346  3  1 96
 0 3 0  282892 2388684  116   0   0   0  73   0   0   0  607    0 1354  4  1 95
 0 3 0  292264 2372828  111   0   0   0  46   0   0   0  605    0 1346  3  1 96
 0 3 0  294000 2355092  434   0   0   0  37   0   0   0  680    0 1582  3  1 95
 0 3 0  292264 2340496  315   0   0   0  93   0   0   0  688    0 1604  4  1 95
 0 3 0  300464 2324044  205   0   0   0  88   0   0   0  608    0 1364  3  1 96
 0 3 0  299372 2309060  203   0   0   0 101   0   0   0  609    0 1353  3  1 96
 0 2 1  299372 2292480  106   0   0   0  36   0   0   0  618    0 1350  4  1 95
 0 3 0  301188 2275352  117   0   0   0  42   0   0   0  619    0 1393  3  1 96
 1 3 0  301188 2258784  305   0   0   0 112   0   0   0  636    0 1441  3  1 96
 0 3 0  301188 2242352  108   0   0   0  47   0   0   0  617    0 1382  3  1 96
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 0 3 1  309236 2226204  104   0   0   0  48   0   0   0  615    0 1383  4  1 95
 0 4 0  310980 2208688  268   0   0   0  48   0   0   0  645    0 1502  3  1 96
 0 4 0  310996 2193132  256   0   0   0  43   0   0   0  699    0 1630  2  1 97
 0 4 0  310996 2176788  238   0   0   0  47   0   0   0  717    0 1695  3  1 96
 1 2 0  309236 2161040  144   0   0   0 102   0   0   0  642    0 1455  3  1 96
 0 4 0  310976 2141980  286   0   0   0  47   0   0   0  631    0 1449  3  1 95
 0 4 0  310992 2112152  294   0   0   0  43   0   0   0  809    0 1953  3  2 95
 0 3 0  309236 2070056  164   0   0   0 105   0   0   0  820    0 1985  2  2 96
 0 2 1  309236 2053228   51   0   0   0  43   0   0   0  617    0 1395  3  1 96
 0 3 0  309236 2037112   57   0   0   0  47   0   0   0  631    0 1454  2  1 96
 1 3 0  309236 2020984   49   0   0   0  45   0   0   0  642    0 1484  2  1 97
 0 3 0  309236 2003812   60   0   0   0  50   0   0   0  638    0 1505  3  1 96
 0 3 0  317388 1987004  605   0   0   0 101   0   0   0  792    0 1953  4  2 95
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 0 3 1  317388 1969896  218   0   0   0 122   0   0   0  636    0 1451  3  1 96
 0 3 0  304872 1962208   53   0   0   0 565   0   0   0  630    0 1459  4  1 95
 0 3 0  304872 1945344   61   0   0   0  51   0   0   0  622    0 1400  3  1 96
 0 2 1  304872 1927884   49   0   0   0  41   0   0   0  627    0 1414  3  1 96
 0 2 0  213324 2049392   62   0   0   0 6883   0   0   0  600    0 1390 10  2 88
 0 3 0  215084 2034908  564   0   0   0  39   0   0   0  720    0 1672  1  1 97
 0 2 0  213324 2024596  101   0   0   0 107   0   0   0  596    0 1323  1  1 99
 0 2 0  213324 2012348   45   0   0   0  38   0   0   0  570    0 1279  0  1 99
 0 2 0  213324 2000252   56   0   0   0  50   0   0   0  574    0 1275  0  1 99
 0 2 0  213324 1985868   50   0   0   0  41   0   0   0  586    0 1310  1  1 98
 0 2 0  213324 1972084   59   0   0   0  49   0   0   0  581    0 1327  1  1 98
 0 2 0  213324 1958728   50   0   0   0  38   0   0   0  584    0 1323  1  1 98
 0 2 0  213320 1944800   69   0   0   0  56   0   0   0  588    0 1317  1  1 98
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 0 2 1  213320 1929904   55   0   0   0  38   0   0   0  591    0 1323  1  1 98
 0 2 0  213320 1915624  631   0   0   0 113   0   0   0  748    0 1755  2  1 97
 0 2 0  213320 1900212   54   0   0   0  38   0   0   0  590    0 1335  1  1 98
 0 2 0  213320 1886192   62   0   0   0  49   0   0   0  577    0 1289  1  1 98
 0 2 0  213320 1870872  202   0   0   0 109   0   0   0  603    0 1367  1  1 98
 0 2 0  213320 1856396   61   0   0   0  49   0   0   0  579    0 1289  1  1 98
 0 2 0  206320 1843120   68   0   0   0 127   0   0   0  582    0 1289  1  1 98
 0 2 0  206320 1827332   56   0   0   0  39   0   0   0  585    0 1306  1  1 99
 0 1 1  206320 1812224   50   0   0   0  32   0   0   0  587    0 1309  2  1 98
ehpg04# !!
vmstat -c 100 -w 5
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 1 2 0  205092 1630596   47   0   0   0  32   0   0   0  312    0 311  0  0 99
 0 2 0  206320 1615784   68   0   0   0  37   0   0   0  584    0 1337  1  1 98
 0 2 0  206320 1601156   45   0   0   0  32   0   0   0  581    0 1342  1  1 98
 0 2 0  206320 1586272   54   0   0   0  39   0   0   0  576    0 1301  1  1 98
 0 2 0  206320 1572148   46   0   0   0  32   0   0   0  583    0 1329  1  1 98
 0 2 0  206320 1558556   51   0   0   0  38   0   0   0  570    0 1269  1  1 98
 0 2 0  206320 1544816   45   0   0   0  32   0   0   0  577    0 1264  1  1 98
 0 2 0  206320 1530060  134   0   0   0 110   0   0   0  583    0 1320  1  1 98
 0 2 0  206320 1514880   48   0   0   0  32   0   0   0  591    0 1320  1  1 98
 0 2 0  206320 1499328   54   0   0   0  39   0   0   0  594    0 1361  1  1 98
 0 2 0  206320 1485084   46   0   0   0  32   0   0   0  587    0 1328  1  1 98
 0 2 0  206320 1470724   55   0   0   0  38   0   0   0  588    0 1337  2  0 98
 0 2 0  206320 1455396   49   0   0   0  32   0   0   0  584    0 1295  1  1 98
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 1 2 0  206320 1440568   55   0   0   0  38   0   0   0  581    0 1302  1  1 98
 0 2 0  206320 1425512   47   0   0   0  32   0   0   0  589    0 1339  1  1 98
 0 2 0  222768 1411080   60   0   0   0  43   0   0   0  595    0 1352  1  1 98
 0 2 0  222768 1396448   47   0   0   0  32   0   0   0  591    0 1341  1  1 98
 0 2 0  222768 1381116   54   0   0   0  38   0   0   0  603    0 1412  1  1 98
 0 2 0  222768 1366084   49   0   0   0  32   0   0   0  585    0 1316  1  1 98
 0 2 0  222768 1350156   58   0   0   0  38   0   0   0  594    0 1338  1  1 98
 0 2 0  222768 1336228   49   0   0   0  32   0   0   0  579    0 1323  1  1 97
 0 2 0  222768 1321100   56   0   0   0  39   0   0   0  586    0 1298  2  1 98
 0 2 0  222768 1305696   48   0   0   0  32   0   0   0  593    0 1354  1  1 98
 0 2 0  222768 1290496   56   0   0   0  38   0   0   0  581    0 1281  2  1 98
 0 2 0  222768 1276128   47   0   0   0  32   0   0   0  587    0 1318  1  1 98
 0 2 0  222768 1260644   56   0   0   0  38   0   0   0  603    0 1381  2  1 98
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 0 2 1  222768 1246592   48   0   0   0  32   0   0   0  583    0 1316  1  1 98
 0 2 0  222768 1231576   54   0   0   0  38   0   0   0  590    0 1301  1  1 98
 0 2 0  222768 1217048   46   0   0   0  32   0   0   0  577    0 1259  1  1 98
 0 2 0  222768 1201452   54   0   0   0  38   0   0   0  579    0 1297  1  1 98
 0 0 2  222768 1185060   50   0   0   0  32   0   0   0  583    0 1292  1  1 98
 0 2 0  222768 1169208   57   0   0   0  38   0   0   0  590    0 1316  1  1 98
 0 2 0  222768 1153456   51   0   0   0  32   0   0   0  586    0 1351  1  1 98
 0 2 0  222768 1134688   59   0   0   0  38   0   0   0  651    0 1603  1  1 97
 0 2 0  222768 1116088   53   0   0   0  32   0   0   0  648    0 1608  1  1 98
 0 2 0  222768 1097904   58   0   0   0  38   0   0   0  649    0 1610  2  1 97
 0 2 0  222768 1079636   52   0   0   0  32   0   0   0  611    0 1391  1  1 98
 0 2 0  222768 1063636   54   0   0   0  38   0   0   0  597    0 1374  1  1 98
 0 2 0  222768 1048568   48   0   0   0  32   0   0   0  590    0 1336  1  1 98
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 1 2 0  222768 1033172   56   0   0   0  38   0   0   0  591    0 1330  2  1 97
 0 2 0  222768 1017516   48   0   0   0  32   0   0   0  582    0 1291  2  1 98
 0 2 0  222768 1001860   56   0   0   0  38   0   0   0  588    0 1313  1  1 98
 0 2 0  222768 985876   50   0   0   0  32   0   0   0  586    0 1302  1  1 97
 0 2 0  222768 969520   63   0   0   0  38   0   0   0  618    0 1506  2  1 97
 0 2 0  222768 954616   44   0   0   0  32   0   0   0  602    0 1509  1  1 98
 0 2 0  222768 938668   50   0   0   0  38   0   0   0  610    0 1479  2  1 97
 0 1 1  222768 922932   41   0   0   0  32   0   0   0  621    0 1522  1  1 98
 1 1 0  222768 908192   46   0   0   0  38   0   0   0  615    0 1526  1  1 98
 0 2 0  222768 893736   40   0   0   0  32   0   0   0  603    0 1471  1  1 98
 0 2 0  222768 882244   46   0   0   0  38   0   0   0  563    0 1230  1  1 98
 0 2 0  222768 871648   38   0   0   0  32   0   0   0  548    0 1184  0  1 99
 0 2 0  222768 860480   64   0   0   0  52   0   0   0  571    0 1257  1  1 98
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 1 2 0  222768 847668   42   0   0   0  32   0   0   0  588    0 1319  1  1 98
 0 2 0  222768 835628   44   0   0   0  35   0   0   0  582    0 1288  1  1 99
 0 2 0  222768 824484   45   0   0   0  35   0   0   0  571    0 1307  1  1 99
 0 2 0  222768 810516   77   0   0   0  56   0   0   0  578    0 1251  2  1 97
 0 2 0  222768 793740   70   0   0   0  38   0   0   0  615    0 1380  2  1 97
 0 2 0  222768 777248   50   0   0   0  32   0   0   0  651    0 1480  2  1 98
 0 2 0  222768 760584   59   0   0   0  38   0   0   0  654    0 1489  2  1 98
 0 2 0  222768 744084   52   0   0   0  32   0   0   0  659    0 1505  1  1 98
 0 2 0  222768 727444   57   0   0   0  38   0   0   0  645    0 1455  1  1 98
 0 2 0  231024 711324   59   0   0   0  34   0   0   0  634    0 1410  2  1 97
 0 2 0  231024 693732   70   0   0   0  38   0   0   0  653    0 1486  2  2 97
 0 2 0  231024 677096   53   0   0   0  32   0   0   0  641    0 1434  2  1 97
 0 2 0  231024 659932   60   0   0   0  38   0   0   0  663    0 1511  1  1 98
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 0 2 1  231024 641452   55   0   0   0  32   0   0   0  673    0 1552  1  1 98
 0 2 0  231024 621344   69   0   0   0  38   0   0   0  692    0 1620  2  1 97
 0 2 0  239280 604188   63   0   0   0  34   0   0   0  634    0 1420  2  1 98
 0 2 0  239280 587976   62   0   0   0  38   0   0   0  643    0 1443  1  1 98
 1 2 0  239280 570492   55   0   0   0  32   0   0   0  653    0 1488  1  1 98
 0 2 0  239280 553548   65   0   0   0  38   0   0   0  643    0 1455  1  1 98
 0 2 0  239280 535636   57   0   0   0  32   0   0   0  642    0 1444  1  1 98
 0 2 0  239280 516468   70   0   0   0  38   0   0   0  651    0 1482  2  1 97
 0 2 0  239280 497564   58   0   0   0  32   0   0   0  690    0 1618  2  1 97
 0 2 0  239280 475932   67   0   0   0  38   0   0   0  686    0 1586  2  1 97
 0 1 1  239280 449404   67   0   0   0  32   0   0   0  738    0 1814  2  1 96
 0 2 0  239280 423104   82   0   0   0  38   0   0   0  732    0 1820  3  1 96
 0 2 0  239280 394872   75   0   0   0  32   0   0   0  748    0 1855  2  2 96
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 1 2 0  239280 370248   77   0   0   0  38   0   0   0  730    0 1768  2  1 96
 0 2 0  239280 347028   64   0   0   0  32   0   0   0  723    0 1739  2  1 97
 0 2 0  247376 323404   75   0   0   0  42   0   0   0  737    0 1789  2  1 97
 0 2 0  247376 300644   63   0   0   0  32   0   0   0  705    0 1676  2  1 97
 0 2 0  247376 278516   71   0   0   0  38   0   0   0  707    0 1675  2  1 97
 0 2 0  247376 260368   73   0   0   0  32   0   0   0  636    0 1444  2  1 97
 0 2 0  247376 242408   71   0   0   0  38   0   0   0  629    0 1408  2  1 97
 0 2 0  247376 224680   67   0   0   0  32   0   0   0  623    0 1394  2  1 97
 0 2 0  247376 207052   74   0   0   0  38   0   0   0  622    0 1411  2  1 97
 0 2 0  247376 188032   78   0   0   0  32   0   0   0  641    0 1496  3  1 96
 0 2 0  247376 168912   91   0   0   0  38   0   0   0  621    0 1406  3  1 96
 1 1 0  247376 147136   85   0   0   0  32   0   0   0  650    0 1560  3  2 95
 0 2 0  247376 127892   94   0   0   0  38   0   0   0  617    0 1395  3  1 96
 procs      memory      page                    disks     faults      cpu
 r b w     avm    fre  flt  re  pi  po  fr  sr ad4 ad6   in   sy  cs us sy id
 1 2 0  247376 210608   77   0   0   0  85 5405   0   0  608    0 1361  2  2 96
 0 2 0  247376 192004   82   6   0   0  38   0   0   0  604    0 1358  3  1 96
 0 2 0  247376 173072   80   0   0   0  32   0   0   0  592    0 1308  3  1 96
 0 2 0  247376 153852   85   0   0   0  38   0   0   0  602    0 1345  3  1 96
 0 2 0  255648 135848   88   0   0   0  35   0   0   0  595    0 1328  3  1 95
 0 2 0  255648 117344   78   0   0   0  38   0   0   0  601    0 1339  2  1 96
 0 2 0  263912 199304   83   0   0   0 469 5102   0   0  608    0 1397  3  1 96
 0 2 0  263912 181756   90   0   0   0 914   0   0   0  598    0 1368  3  1 95
 0 2 0  263912 163764   86   0   0   0 931   0   0   0  597    0 1324  3  2 95
ehpg04#


--Boundary-00=_gT6S/r3TMhmEE2n--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308261420.16894.ppathiakis>