mirror of
https://github.com/bjango/istatserverlinux.git
synced 2025-10-21 23:18:07 +00:00
51 lines
1.1 KiB
Groff
51 lines
1.1 KiB
Groff
.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
|