mirror of
https://github.com/bjango/istatserverlinux.git
synced 2025-10-22 07:28:08 +00:00
Initial commit
This commit is contained in:
50
resource/istatserver.1
Normal file
50
resource/istatserver.1
Normal file
@@ -0,0 +1,50 @@
|
||||
.Dd 2009-05-17
|
||||
.Dt istatd 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm istatd
|
||||
.Nd serving statistics to your istat iphone application
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl c Ar config
|
||||
.Op Fl a Ar address
|
||||
.Op Fl p Ar port
|
||||
.Op Fl d
|
||||
|
||||
.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.
|
||||
|
||||
.Sh OPTIONS
|
||||
.Bl -tag -width -indent-three
|
||||
.It Fl v
|
||||
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
|
||||
Listen for network connections on this port
|
||||
.It Fl u Ar user
|
||||
User to run daemon as
|
||||
.It Fl g Ar group
|
||||
Group to run daemon as
|
||||
.It Fl -pid Ar path
|
||||
Custom pid file location
|
||||
.It Fl -clear-sessions
|
||||
Clear all saved authorized sessions.
|
||||
.El
|
||||
.Pp
|
||||
.Sh FILES
|
||||
/etc/istat.conf
|
||||
.Pp
|
||||
Configuration for network settings, lock code, running user, devices to monitor and more.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr istat.conf 5
|
Reference in New Issue
Block a user