summaryrefslogtreecommitdiff
path: root/ifpps.c
diff options
context:
space:
mode:
Diffstat (limited to 'ifpps.c')
-rw-r--r--ifpps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ifpps.c b/ifpps.c
index c411b3e..448fe01 100644
--- a/ifpps.c
+++ b/ifpps.c
@@ -625,9 +625,9 @@ static void screen_header(WINDOW *screen, const char *ifname, int *voff,
link == 0 ? "no" : "yes");
mvwprintw(screen, (*voff)++, 2,
- "Kernel net/sys statistics for %s (%s%s), t=%lums"
+ "Kernel net/sys statistics for %s (%s%s), t=%lums, cpus=%u"
" ",
- ifname, drvinf.driver, buff, ms_interval);
+ ifname, drvinf.driver, buff, ms_interval, get_number_cpus());
}
static void screen_net_dev_rel(WINDOW *screen, const struct ifstat *rel,