enum { GLIBTOP_PPP_STATE_UNKNOWN = 0, GLIBTOP_PPP_STATE_HANGUP, GLIBTOP_PPP_STATE_ONLINE }; struct _glibtop_ppp { u_int64_t flags, state, /* GLIBTOP_PPP_STATE */ bytes_in, /* GLIBTOP_PPP_BYTES_IN */ bytes_out; /* GLIBTOP_PPP_BYTES_OUT */ }; Currently only implemented in the FreeBSD port with ISDN via I4B. - Martin
43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
1998-10-25 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* first.c (glibtop_get_ppp): Get PPP/ISDN statistics.
|
|
|
|
1998-09-28 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* Makefile.am: Install everything in $(libexecdir)/libgtop.
|
|
|
|
1998-09-09 Martin Baulig <baulig@Stud.Informatik.uni-trier.de>
|
|
|
|
* smp.c: New file. Nice tool to show CPU statistics on SMP systems.
|
|
|
|
1998-08-25 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* first.c, second.c, procmap.c: Fixed some compiler warnings.
|
|
|
|
1998-08-18 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* procmap.c: We now display filenames when compiled
|
|
`--with-libgtop-inodedb'.
|
|
|
|
1998-08-12 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* second.c: Works a little bit more like `ps' - you can
|
|
give an optional command line argument to get information
|
|
about a single process.
|
|
|
|
1998-07-22 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* mountlist.c: New file.
|
|
|
|
1998-06-12 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* test.scm: New file.
|
|
|
|
1998-06-07 Martin Baulig <martin@home-of-linux.org>
|
|
|
|
* Makefile.am (CFLAGS): Disable optimize.
|
|
|
|
* first.c (PROFILE_COUNT): Number of times each function
|
|
should be called. Defaults to 1; to profile the code, you
|
|
can increase this when compiling.
|