-
Notifications
You must be signed in to change notification settings - Fork 42
/
slurm.1
69 lines (69 loc) · 1.67 KB
/
slurm.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.Dd February 4, 2024
.Dt slurm 1
.\" $Id: slurm.1,v 1.4 2004/02/06 02:33:54 hscholz Exp $
.\"
.Sh NAME
slurm \- yet another network load monitor
.Sh SYNOPSIS
.Nm slurm
.Op Fl hHz
.Op Fl csl
.Op Fl d Ar delay
.Op Fl i Ar interface
.Op Fl t Ar theme
.Sh DESCRIPTION
slurm is a generic network load monitor which shows device statistics
together with a nice ascii graph. Three different types of graphs are
supported.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl h
Print usage information and quit.
.It Fl H
add hostname to title
.It Fl c
start slurm with classic/combined graph
.It Fl s
start slurm in split graph mode
.It Fl l
start slurm in large split graph mode
.It Fl z
virtually zero traffic counters instead of showing values stored in kernel
.It Fl d Ar delay
delay between screen updates in seconds (must be between 1 and 300)
.It Fl i Ar interface
select interface to monitor (required)
.It Fl t Ar theme
select theme, searches ~/.slurm and ${PREFIX}/share/slurm
.El
.Sh KEYS
slurm supports several different keys for interaction:
.Bl -tag -width Ds
.It Ar c
switch to classic mode
.It Ar s
switch to split graph mode
.It Ar l
switch to large graph mode
.It Ar L
enable TX/RX led
.It Ar m
switch between classic, split and large view
.It Ar z
zero counters
.It Ar r
redraw screen
.It Ar q
quit slurm
.El
.Sh BUGS
Several features of slurm are not supported on certain platforms, i.e.
Interface speed detection is only supported on *BSD. Please check
the source code documentation to see if your bug is really a bug.
Please report bugs at https://github.com/mattthias/slurm/issues
.Sh AUTHOR
Hendrik Scholz <[email protected]>
.br
Matthias Schmitz <[email protected]>
.br
https://github.com/mattthias/slurm