OSSVRSTAT(8) — OBJECTSTORE COMMANDS
NAME
ossvrstat − display statistics on all clients currently connected to a Server
SYNOPSIS
ossvrstat hostname
DESCRIPTION
ossvrstat displays statistics on all clients currently connected to the ObjectStore Server running on the specified host. Each client is identified by hostname, and the program name is listed (if known) together with the process id on that host. (If the program name is not known, default_client_name is listed instead; the program name can be set with objectstore::set_client-name().) Also listed are the transaction id (0 indicates no currently executing transaction of which the Server is aware) and the blocks owned (the number of blocks that are currently locked on behalf of the client thread). Below is an example.
% ossvrstat odi
Client: odi (/odi/objectstore/lib/sun3/osdir/11999)
Transaction id: 0
LWP Process: 30a81c
Blocks Owned: 30
Client: wilson (default_client_name/252)
Transaction id: 801
LWP Process: 430550
Blocks Owned: 20
Client: moon (default_client_name/4949)
Transaction id: 1413
LWP Process: 45aa74
Blocks Owned: 11
Client: bopper (default_client_name/8544)
Transaction id: 0
LWP Process: 464220
Blocks Owned: 26
Client: presley (ossvrstat/6730)
Transaction id: 0
LWP Process: 474914
free () address checking is disabled.
%
FILES
$OS_ROOTDIR/admin/ossvrstat
ObjectStore 2.0 — Last change: October 1992