man page and readme updates

This commit is contained in:
Bjango
2016-10-23 18:55:08 +11:00
parent a2d5d03629
commit 63e8613616
6 changed files with 33 additions and 30 deletions

View File

@@ -1,9 +1,9 @@
.Dd 2009-05-17
.Dt istatd 1
.Dt istatserver 1
.Os
.Sh NAME
.Nm istatd
.Nd serving statistics to your istat iphone application
.Nm istatserver
.Nd system monitoring daemon
.Sh SYNOPSIS
.Nm
.Op Fl c Ar config
@@ -13,11 +13,8 @@
.Sh DESCRIPTION
.Nm
is a server daemon for serving statistics to your istat iphone application.
.Nm
collects data such as cpu, mem, network and disk usage and keeps the history.
once connecting from the iphone and entering the lock code this data will be
sent to the iphone and shown in fancy graphs.
is a system monitoring daemon that collects and stores performance monitoring data.
You can then use iStat for iOS and iStat for macOS to remotely monitor your computer.
.Sh OPTIONS
.Bl -tag -width -indent-three
@@ -25,8 +22,6 @@ sent to the iphone and shown in fancy graphs.
Print version number
.It Fl d
Run in the process in background
.It Fl c Ar config
Use a custom config file search path
.It Fl a Ar address
Listen for network connections on this address
.It Fl p Ar port
@@ -38,13 +33,15 @@ Group to run daemon as
.It Fl -pid Ar path
Custom pid file location
.It Fl -clear-sessions
Clear all saved authorized sessions.
Reset list of authorized devices.
.It Fl -verify
Verify sqlite history database.
.El
.Pp
.Sh FILES
/etc/istat.conf
/usr/local/etc/istatserver/istatserver.conf
.Pp
Configuration for network settings, lock code, running user, devices to monitor and more.
Configuration for passcode, server port and more.
.El
.Sh SEE ALSO
.Xr istat.conf 5
.Xr istatserver.conf 5