Compare commits
126 Commits
LIBGTOP_2_
...
2.34.1
Author | SHA1 | Date | |
---|---|---|---|
|
71337d9c7d | ||
|
59d9780eae | ||
|
305701c637 | ||
|
b68b2ec65e | ||
|
1a8d18a17f | ||
|
04d39eca02 | ||
|
36110deac8 | ||
|
72f10ecfe6 | ||
|
1a8f092264 | ||
|
5522fae242 | ||
|
870dd5afa6 | ||
|
94968b4406 | ||
|
819bfe56ee | ||
|
de408a6bba | ||
|
05cb14dbb2 | ||
|
7e3e4b6860 | ||
|
02070b7170 | ||
|
fcfacf3213 | ||
|
7925f83b57 | ||
|
68104bdde1 | ||
|
ac2aef0f47 | ||
|
9764518807 | ||
|
13f08cf164 | ||
|
c8a4c3d2a1 | ||
|
52c35c1b81 | ||
|
e528a7280b | ||
|
99ff3d4dff | ||
|
f865e95e20 | ||
|
eec96d8ae8 | ||
|
d10a584e40 | ||
|
a55eee5863 | ||
|
7437509412 | ||
|
c9e73e52ac | ||
|
4c455ac8a0 | ||
|
56f03d0987 | ||
|
a3b502ec3f | ||
|
b74d6abf19 | ||
|
ca42f1f3af | ||
|
106ee901bb | ||
|
0642c2d610 | ||
|
42e860e5ad | ||
|
8f2f236404 | ||
|
4e0d819264 | ||
|
5c6879baab | ||
|
a0e97885c1 | ||
|
d817bee619 | ||
|
58d50d3546 | ||
|
d3a247a60f | ||
|
45c8452140 | ||
|
72b4aed8f1 | ||
|
0e8f911410 | ||
|
db8ad19eef | ||
|
d30fbb22e0 | ||
|
6762719e43 | ||
|
ad7dc16d89 | ||
|
f2e57d9fec | ||
|
1481823085 | ||
|
4e57a6222d | ||
|
cf531d3faf | ||
|
b447260691 | ||
|
1dbe133a24 | ||
|
5ee8d4cb58 | ||
|
3bd720ad81 | ||
|
6acebf416d | ||
|
51fd022bdd | ||
|
6239438dce | ||
|
0099cbb6b4 | ||
|
cd5649f326 | ||
|
d8a5e2162d | ||
|
185396d674 | ||
|
90f0e40395 | ||
|
172f0a50ba | ||
|
887092a05d | ||
|
b2a2f6b5c2 | ||
|
6bdb9a76eb | ||
|
fd29dae933 | ||
|
65c5ca842f | ||
|
edd08e6fd6 | ||
|
82ff91b74c | ||
|
ca6cabe41d | ||
|
4fb241097f | ||
|
214c3635da | ||
|
fba67da65d | ||
|
119049b8c0 | ||
|
1908c00d32 | ||
|
70640d297e | ||
|
c33623c097 | ||
|
6fe3b94f13 | ||
|
f1a01a543c | ||
|
758862e272 | ||
|
6941e7e22f | ||
|
ee2ac6d563 | ||
|
4c0632ccbd | ||
|
71c7d65b1d | ||
|
94aa63f796 | ||
|
931a8364ff | ||
|
598764c171 | ||
|
aa7f9df00e | ||
|
4c4466292e | ||
|
fcc1d9d957 | ||
|
0580b2fb2c | ||
|
a206cfc728 | ||
|
58ca70eaee | ||
|
421419fdbf | ||
|
ebb7f9d5e2 | ||
|
1f3b08e6dc | ||
|
a870dfc8f2 | ||
|
e0244ad3fc | ||
|
1156794b33 | ||
|
874771ec1c | ||
|
16f262985d | ||
|
0a94dc7992 | ||
|
50b5dea402 | ||
|
f4b23ef0c6 | ||
|
1f41349a7e | ||
|
548f104f35 | ||
|
4808aac8ef | ||
|
f04ce61b80 | ||
|
c7f7e5a1c6 | ||
|
e2348c24a0 | ||
|
f76b37be1b | ||
|
b2fee3e111 | ||
|
7b2416a8d1 | ||
|
d006da7e54 | ||
|
a93dc2526d | ||
|
a3a16707b5 |
72
.gitignore
vendored
72
.gitignore
vendored
@@ -1,46 +1,35 @@
|
|||||||
sysdeps/Makefile
|
*~
|
||||||
sysdeps/Makefile.in
|
*.bak
|
||||||
sysdeps/*/Makefile
|
*.o
|
||||||
sysdeps/*/Makefile.in
|
*.out
|
||||||
sysdeps/*/.deps
|
*.a
|
||||||
sysdeps/*/.libs
|
*.gmo
|
||||||
sysdeps/*/*.o
|
*.lo
|
||||||
sysdeps/*/*.lo
|
*.la
|
||||||
sysdeps/*/*.la
|
*.core
|
||||||
src/*/Makefile
|
*.s
|
||||||
src/*/Makefile.in
|
*.stamp
|
||||||
src/*/.deps
|
.libs
|
||||||
src/Makefile
|
.deps
|
||||||
src/Makefile.in
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
src/daemon/libgtop_daemon2
|
||||||
|
src/daemon/libgtop_server2
|
||||||
stamp-h1
|
stamp-h1
|
||||||
po/*.gmo
|
|
||||||
po/stamp-it
|
po/stamp-it
|
||||||
po/POTFILES
|
po/POTFILES
|
||||||
po/Makefile.in.in
|
po/Makefile.in.in
|
||||||
po/Makefile.in
|
|
||||||
po/Makefile
|
|
||||||
missing
|
missing
|
||||||
misc/Makefile
|
|
||||||
misc/Makefile.in
|
|
||||||
m4/
|
m4/
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
libtool
|
libtool
|
||||||
libgtopconfig.h
|
libgtopconfig.h
|
||||||
libgtop.spec
|
libgtop.spec
|
||||||
libgtop-2.0.pc
|
libgtop-2.0.pc
|
||||||
lib/Makefile
|
|
||||||
lib/Makefile.in
|
|
||||||
lib/.deps
|
|
||||||
lib/.libs
|
|
||||||
lib/*.o
|
|
||||||
lib/*.lo
|
|
||||||
lib/*.la
|
|
||||||
lib/lib.c
|
lib/lib.c
|
||||||
lib/GTop-2.0.gir
|
lib/GTop-2.0.gir
|
||||||
lib/GTop-2.0.typelib
|
lib/GTop-2.0.typelib
|
||||||
INSTALL
|
INSTALL
|
||||||
Makefile
|
|
||||||
Makefile.in
|
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autom4te.cache/
|
autom4te.cache/
|
||||||
config.guess
|
config.guess
|
||||||
@@ -52,30 +41,29 @@ config.sub
|
|||||||
configure
|
configure
|
||||||
compile
|
compile
|
||||||
depcomp
|
depcomp
|
||||||
doc/Makefile
|
|
||||||
doc/Makefile.in
|
|
||||||
doc/libgtop2.info
|
doc/libgtop2.info
|
||||||
doc/mdate-sh
|
doc/mdate-sh
|
||||||
doc/reference/Makefile
|
|
||||||
doc/reference/Makefile.in
|
|
||||||
doc/reference/html/
|
doc/reference/html/
|
||||||
doc/reference/libgtop-decl-list.txt
|
doc/reference/libgtop-decl-list.txt
|
||||||
doc/reference/libgtop-decl.txt
|
doc/reference/libgtop-decl.txt
|
||||||
|
doc/reference/libgtop-undeclared.txt
|
||||||
|
doc/reference/libgtop-undocumented.txt
|
||||||
|
doc/reference/libgtop-unused.txt
|
||||||
|
doc/reference/libgtop.args
|
||||||
|
doc/reference/libgtop.hierarchy
|
||||||
|
doc/reference/libgtop.interfaces
|
||||||
|
doc/reference/libgtop.prerequisites
|
||||||
|
doc/reference/libgtop.signals
|
||||||
doc/reference/tmpl/
|
doc/reference/tmpl/
|
||||||
doc/reference/version.xml
|
doc/reference/version.xml
|
||||||
doc/reference/xml/
|
doc/reference/xml/
|
||||||
doc/stamp-vti
|
doc/stamp-vti
|
||||||
doc/texinfo.tex
|
doc/texinfo.tex
|
||||||
doc/version.texi
|
doc/version.texi
|
||||||
examples/.deps/
|
|
||||||
examples/.libs/
|
|
||||||
examples/*.o
|
|
||||||
examples/Makefile
|
|
||||||
examples/Makefile.in
|
|
||||||
examples/affinity
|
examples/affinity
|
||||||
examples/df
|
examples/df
|
||||||
examples/first
|
examples/first
|
||||||
examples/mem
|
examples/free
|
||||||
examples/mountlist
|
examples/mountlist
|
||||||
examples/netlist
|
examples/netlist
|
||||||
examples/netload
|
examples/netload
|
||||||
@@ -90,12 +78,4 @@ examples/sysdeps
|
|||||||
examples/timings
|
examples/timings
|
||||||
examples/wd
|
examples/wd
|
||||||
gtk-doc.make
|
gtk-doc.make
|
||||||
include/Makefile
|
|
||||||
include/Makefile.in
|
|
||||||
include/glibtop/Makefile
|
|
||||||
include/glibtop/Makefile.in
|
|
||||||
install-sh
|
install-sh
|
||||||
intltool-extract.in
|
|
||||||
intltool-merge.in
|
|
||||||
intltool-update.in
|
|
||||||
|
|
||||||
|
@@ -15,17 +15,9 @@ EXTRA_DIST = autogen.sh libgtop.spec.in copyright.txt \
|
|||||||
features.def libgtopconfig.h.in \
|
features.def libgtopconfig.h.in \
|
||||||
libgtop-sysdeps.m4 README \
|
libgtop-sysdeps.m4 README \
|
||||||
libgtop-2.0.pc.in acinclude.m4 \
|
libgtop-2.0.pc.in acinclude.m4 \
|
||||||
intltool-extract.in \
|
|
||||||
intltool-merge.in \
|
|
||||||
libgtop.doap \
|
libgtop.doap \
|
||||||
intltool-update.in \
|
|
||||||
m4/introspection.m4
|
m4/introspection.m4
|
||||||
|
|
||||||
DISTCLEANFILES = \
|
|
||||||
intltool-extract \
|
|
||||||
intltool-merge \
|
|
||||||
intltool-update
|
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
cp libgtop.spec $(distdir)
|
cp libgtop.spec $(distdir)
|
||||||
|
|
||||||
|
98
NEWS
98
NEWS
@@ -1,3 +1,101 @@
|
|||||||
|
20 August 2016: Overview of changes in 2.34.1
|
||||||
|
================================================
|
||||||
|
|
||||||
|
* FreeBSD:
|
||||||
|
- rewrite netload to use official APIs
|
||||||
|
- mark wireless interfaces as such
|
||||||
|
|
||||||
|
* All
|
||||||
|
- rename --with-libgtop-examples to --with-examples
|
||||||
|
- use gettext instead of intltool/glib-gettext
|
||||||
|
- added Language headers to the translations
|
||||||
|
|
||||||
|
|
||||||
|
Special thanks to Gleb Smirnoff, Antoine Brodin, Koop Mast and Ting-Wei Lan for
|
||||||
|
the FreeBSD fixes, to Javier Jardón for the gettext migration and to Piotr Drąg
|
||||||
|
for adding the Language headers.
|
||||||
|
|
||||||
|
22 March 2016: Overview of changes in 2.34.0
|
||||||
|
================================================
|
||||||
|
|
||||||
|
* Stable release
|
||||||
|
|
||||||
|
29 February 2016: Overview of changes in 2.33.91
|
||||||
|
|
||||||
|
* Updated translations
|
||||||
|
* Fix building on must-libc
|
||||||
|
|
||||||
|
18 January 2016: Overview of changes in 2.33.4
|
||||||
|
|
||||||
|
* On OpenBSD only PID 1 is special
|
||||||
|
* Call setlocale in main
|
||||||
|
|
||||||
|
14 December: Overview of changes in 2.33.3
|
||||||
|
|
||||||
|
* Fixed borken compilation on OpenBSD
|
||||||
|
* Updated translations.
|
||||||
|
|
||||||
|
21 September 2015: Overview of changes in 2.32.0
|
||||||
|
|
||||||
|
* Stable release
|
||||||
|
|
||||||
|
14 September 2015: Overview of changes in 2.31.91
|
||||||
|
================================================
|
||||||
|
* Darwin:
|
||||||
|
- Fixed build.
|
||||||
|
|
||||||
|
* All
|
||||||
|
- GI docs fixes
|
||||||
|
- include fixes
|
||||||
|
- Updated translations
|
||||||
|
|
||||||
|
16 August 2015: Overview of changes in 2.31.90
|
||||||
|
=============================================
|
||||||
|
* ABI changes:
|
||||||
|
- ABI was inconsistent on platforms like FreeBSD which make use of
|
||||||
|
glibtop_machine. The ABI was actually different between the
|
||||||
|
library and the server. Fixed this by simply always defining
|
||||||
|
glibtop_machine in glibtop struct.
|
||||||
|
- Add Pss and Swap members in glibtop_proc_mem.
|
||||||
|
- This is the second ABI breakage in since 2.28 (the first one was
|
||||||
|
bumping NCPU), there were no release for 2.30.
|
||||||
|
|
||||||
|
* FreeBSD:
|
||||||
|
- proclist: exclude the "idle" kernel process when GLIBTOP_EXCLUDE_IDLE.
|
||||||
|
- Remove extraneous glibtop_init() calls.
|
||||||
|
|
||||||
|
* Linux:
|
||||||
|
- proc_mem: implement Pss and Swap.
|
||||||
|
- Remove extraneous glibtop_init() calls.
|
||||||
|
|
||||||
|
* All:
|
||||||
|
- Propagate the change that machine in struct glibtop is now a
|
||||||
|
pointer. Hope that change doesn't break build on other platforms,
|
||||||
|
I can only test Linux and FreeBSD.
|
||||||
|
|
||||||
|
|
||||||
|
5 August 2015: Overview of changes in 2.31.4
|
||||||
|
=============================================
|
||||||
|
* 71 commits !
|
||||||
|
* Implement a proper --enable-debug mode.
|
||||||
|
* FreeBSD:
|
||||||
|
- procstate: set process name for kernel (pid=0)
|
||||||
|
- procmap: get dev/inode for ZFS (no filename yet)
|
||||||
|
- mem: rework memory usage to something more meaningful
|
||||||
|
- proclist: don't report threads
|
||||||
|
- proctime: fix CPU times
|
||||||
|
* Linux:
|
||||||
|
- mem: use MemAvailable when available
|
||||||
|
- mem: match `free`, report Slab as Cached.
|
||||||
|
- support for x.y versionsmemory to match `free`
|
||||||
|
* Fix a lot of GI tags: it now works without crashing.
|
||||||
|
* Server and daemon binaries are now dynamically linked against their libgtop.
|
||||||
|
* Update a lot of examples/.
|
||||||
|
* Clean up some very old code.
|
||||||
|
* Updated translations.
|
||||||
|
|
||||||
|
Special thanks to Ting-Wei Lan for providing patches and feedback on FreeBSD.
|
||||||
|
|
||||||
22 June 2015: Overview of changes in 2.31.3
|
22 June 2015: Overview of changes in 2.31.3
|
||||||
=============================================
|
=============================================
|
||||||
* Numerous OpenBSD backend fixes.
|
* Numerous OpenBSD backend fixes.
|
||||||
|
33
configure.ac
33
configure.ac
@@ -3,8 +3,8 @@ dnl Configure script for the Gnome library
|
|||||||
dnl
|
dnl
|
||||||
|
|
||||||
m4_define([libgtop_major_version], [2])
|
m4_define([libgtop_major_version], [2])
|
||||||
m4_define([libgtop_minor_version], [31])
|
m4_define([libgtop_minor_version], [34])
|
||||||
m4_define([libgtop_micro_version], [3])
|
m4_define([libgtop_micro_version], [1])
|
||||||
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
|
m4_define([libgtop_version], [libgtop_major_version.libgtop_minor_version.libgtop_micro_version])
|
||||||
|
|
||||||
dnl increment if the interface has additions, changes, removals.
|
dnl increment if the interface has additions, changes, removals.
|
||||||
@@ -34,6 +34,7 @@ AC_CONFIG_HEADERS(config.h)
|
|||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
|
||||||
AM_INIT_AUTOMAKE([-Wno-portability tar-ustar no-dist-gzip dist-xz])
|
AM_INIT_AUTOMAKE([-Wno-portability tar-ustar no-dist-gzip dist-xz])
|
||||||
|
AM_SILENT_RULES([yes])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
GOBJECT_INTROSPECTION_CHECK([0.6.7])
|
GOBJECT_INTROSPECTION_CHECK([0.6.7])
|
||||||
|
|
||||||
@@ -214,16 +215,14 @@ AC_TYPE_SIGNAL
|
|||||||
AC_FUNC_STRFTIME
|
AC_FUNC_STRFTIME
|
||||||
AC_CHECK_FUNCS(getcwd gettimeofday getwd putenv strdup strtoul uname)
|
AC_CHECK_FUNCS(getcwd gettimeofday getwd putenv strdup strtoul uname)
|
||||||
|
|
||||||
IT_PROG_INTLTOOL([0.35.0])
|
AM_GNU_GETTEXT_VERSION([0.19.4])
|
||||||
|
AM_GNU_GETTEXT([external])
|
||||||
|
|
||||||
GETTEXT_PACKAGE=libgtop-2.0
|
GETTEXT_PACKAGE=libgtop-2.0
|
||||||
AC_SUBST(GETTEXT_PACKAGE)
|
AC_SUBST(GETTEXT_PACKAGE)
|
||||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
|
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE",
|
||||||
[Define to the gettext package used by the library])
|
[Define to the gettext package used by the library])
|
||||||
|
|
||||||
AM_GLIB_GNU_GETTEXT
|
|
||||||
GLIB_DEFINE_LOCALEDIR([GTOPLOCALEDIR])
|
|
||||||
|
|
||||||
AC_PATH_XTRA
|
AC_PATH_XTRA
|
||||||
|
|
||||||
dnl For Solaris
|
dnl For Solaris
|
||||||
@@ -262,7 +261,8 @@ dnl Debugging
|
|||||||
AC_ARG_ENABLE(debug,
|
AC_ARG_ENABLE(debug,
|
||||||
AS_HELP_STRING([--enable-debug],
|
AS_HELP_STRING([--enable-debug],
|
||||||
[Turn on debugging @<:@default=no@:>@]),
|
[Turn on debugging @<:@default=no@:>@]),
|
||||||
AC_DEFINE(LIBGTOP_ENABLE_DEBUG, 1, [Define to enable debugging]))
|
AC_DEFINE(LIBGTOP_ENABLE_DEBUG, 1, [Define to enable debugging]),
|
||||||
|
AC_DEFINE(LIBGTOP_ENABLE_DEBUG, 0, [Define to disable debugging]))
|
||||||
AC_ARG_ENABLE(fatal-warnings,
|
AC_ARG_ENABLE(fatal-warnings,
|
||||||
AS_HELP_STRING([--enable-fatal-warnings],
|
AS_HELP_STRING([--enable-fatal-warnings],
|
||||||
[Make all warnings fatal @<:@debug=no@:>@]),
|
[Make all warnings fatal @<:@debug=no@:>@]),
|
||||||
@@ -273,14 +273,6 @@ dnl These definitions are expanded in make.
|
|||||||
LIBGTOP_LIBS='-L$(libdir)'
|
LIBGTOP_LIBS='-L$(libdir)'
|
||||||
LIBGTOP_INCS='-I$(includedir)/libgtop-2.0'
|
LIBGTOP_INCS='-I$(includedir)/libgtop-2.0'
|
||||||
|
|
||||||
if test x$libgtop_use_machine_h = xyes ; then
|
|
||||||
LIBGTOP_INCS="$LIBGTOP_INCS -DHAVE_GLIBTOP_MACHINE_H"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test x$libgtop_smp = xyes ; then
|
|
||||||
LIBGTOP_INCS="$LIBGTOP_INCS -DHAVE_LIBGTOP_SMP"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test x$libgtop_have_sysinfo = xyes ; then
|
if test x$libgtop_have_sysinfo = xyes ; then
|
||||||
LIBGTOP_INCS="$LIBGTOP_INCS -DHAVE_LIBGTOP_SYSINFO"
|
LIBGTOP_INCS="$LIBGTOP_INCS -DHAVE_LIBGTOP_SYSINFO"
|
||||||
fi
|
fi
|
||||||
@@ -309,24 +301,17 @@ LIBGTOP_EXTRA_LIBS="$GLIB_LIBS $LIBGTOP_EXTRA_LIBS"
|
|||||||
|
|
||||||
LIBGTOP_LIBS="$LIBGTOP_LIBS"
|
LIBGTOP_LIBS="$LIBGTOP_LIBS"
|
||||||
|
|
||||||
LIBGTOP_LIBS="$LIBGTOP_LIBS"
|
|
||||||
|
|
||||||
machine_incs="-I\$(top_srcdir)/sysdeps/$sysdeps_dir"
|
|
||||||
|
|
||||||
AC_SUBST(machine_incs)
|
|
||||||
|
|
||||||
if test "$GCC" = "yes" ; then
|
if test "$GCC" = "yes" ; then
|
||||||
CFLAGS="\
|
CFLAGS="\
|
||||||
-Winline \
|
-Winline \
|
||||||
-Wall \
|
-Wall \
|
||||||
-std=gnu89 \
|
|
||||||
-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
|
-Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
|
||||||
-Wnested-externs -Wpointer-arith \
|
-Wnested-externs -Wpointer-arith \
|
||||||
-Wcast-align -Wsign-compare \
|
-Wcast-align -Wsign-compare \
|
||||||
$CFLAGS"
|
$CFLAGS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
INCLUDES="-I\$(top_builddir) -I\$(top_srcdir) -I\$(top_srcdir)/sysdeps/$sysdeps_dir -I\$(top_srcdir)/include $GLIB_CFLAGS $X_CFLAGS"
|
AM_CPPFLAGS="-I\$(top_builddir) -I\$(top_srcdir) -I\$(top_srcdir)/sysdeps/$sysdeps_dir -I\$(top_srcdir)/include $GLIB_CFLAGS $X_CFLAGS"
|
||||||
|
|
||||||
# Add various defines to the config.h file ...
|
# Add various defines to the config.h file ...
|
||||||
AH_VERBATIM([_GNU_SOURCE],
|
AH_VERBATIM([_GNU_SOURCE],
|
||||||
@@ -345,7 +330,7 @@ AC_DEFINE([LIBGTOP_VERSION_CODE], [libgtop_version_code],
|
|||||||
AC_DEFINE_UNQUOTED([LIBGTOP_SERVER], ["$LIBGTOP_SERVER"],
|
AC_DEFINE_UNQUOTED([LIBGTOP_SERVER], ["$LIBGTOP_SERVER"],
|
||||||
[The path to the libgtop server])
|
[The path to the libgtop server])
|
||||||
|
|
||||||
AC_SUBST(INCLUDES)
|
AC_SUBST(AM_CPPFLAGS)
|
||||||
|
|
||||||
AC_SUBST(LIBGTOP_EXTRA_LIBS)
|
AC_SUBST(LIBGTOP_EXTRA_LIBS)
|
||||||
AC_SUBST(GLIB_LIBS)
|
AC_SUBST(GLIB_LIBS)
|
||||||
|
@@ -46,9 +46,9 @@ HTML_IMAGES=
|
|||||||
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
|
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
|
||||||
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
|
# Only needed if you are using gtkdoc-scangobj to dynamically query widget
|
||||||
# signals and properties.
|
# signals and properties.
|
||||||
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
|
# e.g. AM_CPPFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
|
||||||
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
|
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
|
||||||
INCLUDES=
|
AM_CPPFLAGS=
|
||||||
GTKDOC_LIBS=
|
GTKDOC_LIBS=
|
||||||
|
|
||||||
# This includes the standard gtk-doc make rules, copied by gtkdocize.
|
# This includes the standard gtk-doc make rules, copied by gtkdocize.
|
||||||
|
@@ -1,10 +1,17 @@
|
|||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
|
AM_CPPFLAGS = \
|
||||||
|
-I$(top_srcdir) \
|
||||||
|
-I$(top_srcdir)/include \
|
||||||
|
-I$(top_srcdir)/sysdeps/$(sysdeps_dir) \
|
||||||
|
-DGTOPLOCALEDIR=\"$(localedir)\" \
|
||||||
|
$(GLIB_CFLAGS)
|
||||||
|
|
||||||
AM_LDFLAGS = $(LIBGTOP_EXTRA_LIBS)
|
AM_LDFLAGS = $(LIBGTOP_EXTRA_LIBS)
|
||||||
|
|
||||||
noinst_PROGRAMS = first second pprint procargs df netlist \
|
noinst_PROGRAMS = first second pprint procargs df netlist \
|
||||||
mountlist procmap netload sysdeps timings \
|
mountlist procmap netload sysdeps timings \
|
||||||
openfiles smp proclist mem wd affinity
|
openfiles smp proclist free wd affinity
|
||||||
|
|
||||||
first_SOURCES = first.c
|
first_SOURCES = first.c
|
||||||
first_LDADD = $(top_builddir)/lib/libgtop-2.0.la
|
first_LDADD = $(top_builddir)/lib/libgtop-2.0.la
|
||||||
@@ -51,8 +58,8 @@ proclist_LDADD = $(top_builddir)/lib/libgtop-2.0.la
|
|||||||
wd_SOURCES = wd.c
|
wd_SOURCES = wd.c
|
||||||
wd_LDADD = $(top_builddir)/lib/libgtop-2.0.la
|
wd_LDADD = $(top_builddir)/lib/libgtop-2.0.la
|
||||||
|
|
||||||
mem_SOURCE = mem.c
|
free_SOURCE = mem.c
|
||||||
mem_LDADD = $(top_builddir)/lib/libgtop-2.0.la
|
free_LDADD = $(top_builddir)/lib/libgtop-2.0.la
|
||||||
|
|
||||||
affinity_SOURCES = affinity.c
|
affinity_SOURCES = affinity.c
|
||||||
affinity_LDADD = $(top_builddir)/lib/libgtop-2.0.la
|
affinity_LDADD = $(top_builddir)/lib/libgtop-2.0.la
|
||||||
|
@@ -13,19 +13,36 @@ static void print_fsusage(const char *mountpoint)
|
|||||||
{
|
{
|
||||||
glibtop_fsusage buf;
|
glibtop_fsusage buf;
|
||||||
|
|
||||||
|
enum { SIZE, USED, FREE, AVAIL, READ, WRITE, MAX };
|
||||||
|
char **a = g_new0(char*, MAX);
|
||||||
|
|
||||||
glibtop_get_fsusage(&buf, mountpoint);
|
glibtop_get_fsusage(&buf, mountpoint);
|
||||||
|
|
||||||
printf("%-30s %10llu %10llu %10llu %5.1f %10llu %10llu\n",
|
|
||||||
mountpoint,
|
|
||||||
buf.blocks * buf.block_size >> 20,
|
|
||||||
(buf.blocks - buf.bavail) * buf.block_size >> 20,
|
|
||||||
buf.bavail * buf.block_size >> 20,
|
|
||||||
(buf.blocks - buf.bavail) * 100.0 / (buf.blocks ? buf.blocks : 1.0),
|
|
||||||
buf.read,
|
|
||||||
buf.write
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
#define I(X) a[(X)]
|
||||||
|
I(SIZE) = g_format_size_full(buf.blocks * buf.block_size, G_FORMAT_SIZE_IEC_UNITS);
|
||||||
|
I(USED) = g_format_size_full((buf.blocks - buf.bavail) * buf.block_size, G_FORMAT_SIZE_IEC_UNITS);
|
||||||
|
I(FREE) = g_format_size_full(buf.bfree * buf.block_size, G_FORMAT_SIZE_IEC_UNITS);
|
||||||
|
I(AVAIL) = g_format_size_full(buf.bavail * buf.block_size, G_FORMAT_SIZE_IEC_UNITS);
|
||||||
|
I(READ) = g_format_size_full(buf.read, G_FORMAT_SIZE_IEC_UNITS);
|
||||||
|
I(WRITE) = g_format_size_full(buf.write, G_FORMAT_SIZE_IEC_UNITS);
|
||||||
|
|
||||||
|
printf("%#7x %10s %10s %10s %10s %5.1f%% %10s %10s %8lu %8lu %s\n",
|
||||||
|
(unsigned)buf.flags,
|
||||||
|
I(SIZE),
|
||||||
|
I(USED),
|
||||||
|
I(FREE),
|
||||||
|
I(AVAIL),
|
||||||
|
(buf.blocks - buf.bavail) * 100.0 / (buf.blocks ? buf.blocks : 1.0),
|
||||||
|
I(READ),
|
||||||
|
I(WRITE),
|
||||||
|
(unsigned long)buf.files,
|
||||||
|
(unsigned long)buf.ffree,
|
||||||
|
mountpoint
|
||||||
|
);
|
||||||
|
|
||||||
|
g_strfreev(a);
|
||||||
|
}
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
int main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
@@ -33,8 +50,8 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
glibtop_init();
|
glibtop_init();
|
||||||
|
|
||||||
printf("%-30s %10s %10s %10s %5s %10s %10s\n",
|
printf("%-6s %10s %10s %10s %10s %5s %10s %10s %10s %10s %s\n",
|
||||||
"Filesystem", "Size", "Used", "Avail", "Use%", "Read", "Write");
|
"(flags)", "Size", "Used", "Free", "Avail", "Use%", "Read", "Write", "Files", "Files Free", "Mountpoint");
|
||||||
|
|
||||||
if (argc > 1) {
|
if (argc > 1) {
|
||||||
while (*++argv)
|
while (*++argv)
|
||||||
|
44
examples/free.c
Normal file
44
examples/free.c
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
#include <glibtop.h>
|
||||||
|
#include <glibtop/mem.h>
|
||||||
|
#include <glibtop/swap.h>
|
||||||
|
|
||||||
|
#include <glib.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
|
static unsigned mb(guint64 n)
|
||||||
|
{
|
||||||
|
return n >> 20;
|
||||||
|
}
|
||||||
|
|
||||||
|
int main(int argc, char **argv)
|
||||||
|
{
|
||||||
|
glibtop_mem mem;
|
||||||
|
glibtop_swap swap;
|
||||||
|
|
||||||
|
glibtop_init();
|
||||||
|
|
||||||
|
glibtop_get_mem(&mem);
|
||||||
|
glibtop_get_swap(&swap);
|
||||||
|
|
||||||
|
printf(" total used free shared buff/cache available\n");
|
||||||
|
|
||||||
|
printf("%-7s %11u %11u %11u %11u %11u %11u\n",
|
||||||
|
"Mem:",
|
||||||
|
mb(mem.total),
|
||||||
|
mb(mem.used - mem.buffer - mem.cached),
|
||||||
|
mb(mem.free),
|
||||||
|
mb(mem.shared),
|
||||||
|
mb(mem.buffer + mem.cached),
|
||||||
|
mb(mem.total - mem.user));
|
||||||
|
|
||||||
|
printf("%-7s %11u %11u %11u\n",
|
||||||
|
"Swap:",
|
||||||
|
mb(swap.total),
|
||||||
|
mb(swap.used),
|
||||||
|
mb(swap.free));
|
||||||
|
|
||||||
|
glibtop_close();
|
||||||
|
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
@@ -1,21 +0,0 @@
|
|||||||
#include <glibtop.h>
|
|
||||||
#include <glibtop/mem.h>
|
|
||||||
|
|
||||||
#include <glib.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
int main(int argc, char **argv)
|
|
||||||
{
|
|
||||||
glibtop_mem buf;
|
|
||||||
|
|
||||||
glibtop_init();
|
|
||||||
|
|
||||||
g_print("%lx\n", glibtop_global_server->features);
|
|
||||||
|
|
||||||
glibtop_get_mem(&buf);
|
|
||||||
|
|
||||||
glibtop_close();
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
@@ -51,7 +51,7 @@ static char* hwaddress_format_for_display(glibtop_netload *buf)
|
|||||||
|
|
||||||
for(i = 0; i < sizeof buf->hwaddress; ++i)
|
for(i = 0; i < sizeof buf->hwaddress; ++i)
|
||||||
g_string_append_printf(repr, "%02X:",
|
g_string_append_printf(repr, "%02X:",
|
||||||
(unsigned) ((char*)buf->hwaddress)[i]);
|
((unsigned char*)buf->hwaddress)[i]);
|
||||||
|
|
||||||
repr->str [ repr->len - 1] = ' ';
|
repr->str [ repr->len - 1] = ' ';
|
||||||
str = g_string_free(repr, FALSE);
|
str = g_string_free(repr, FALSE);
|
||||||
|
@@ -22,13 +22,20 @@
|
|||||||
(unsigned long) sizeof buf.DATA, (unsigned long) buf_offsetof(DATA), buf.DATA)
|
(unsigned long) sizeof buf.DATA, (unsigned long) buf_offsetof(DATA), buf.DATA)
|
||||||
|
|
||||||
#define PPRINT_ARRAY(ARRAY, SIZE, FORMAT) do { \
|
#define PPRINT_ARRAY(ARRAY, SIZE, FORMAT) do { \
|
||||||
size_t i; \
|
size_t i; \
|
||||||
printf("\t%4lu B %3lu " #ARRAY "[%lu] = { ", \
|
printf("\t%4lu B %3lu " #ARRAY "[%lu] = { ", \
|
||||||
(unsigned long) sizeof buf.ARRAY, (unsigned long) buf_offsetof(ARRAY),\
|
(unsigned long) sizeof buf.ARRAY, \
|
||||||
(unsigned long) G_N_ELEMENTS(buf.ARRAY)); \
|
(unsigned long) buf_offsetof(ARRAY), \
|
||||||
for(i = 0; i < (SIZE - 1); ++i) printf(".%u = " FORMAT ", ", i, buf.ARRAY[i]); \
|
(unsigned long) G_N_ELEMENTS(buf.ARRAY)); \
|
||||||
printf(".%u = " FORMAT " }\n", SIZE - 1 , buf.ARRAY[SIZE - 1]); \
|
for (i = 0; i < (SIZE); ++i) { \
|
||||||
} while(0)
|
printf(".%u = " FORMAT ", ", i, buf.ARRAY[i]); \
|
||||||
|
if (!buf.ARRAY[i] && i < (SIZE - 1) && !buf.ARRAY[i + 1]) { \
|
||||||
|
do { i++; } while (i < SIZE && !buf.ARRAY[i]); \
|
||||||
|
printf("..., "); \
|
||||||
|
} \
|
||||||
|
} \
|
||||||
|
printf("}\n"); \
|
||||||
|
} while(0)
|
||||||
|
|
||||||
#define PPRINT_ENTRY_ARRAY(ARRAY, SIZE) do { \
|
#define PPRINT_ENTRY_ARRAY(ARRAY, SIZE) do { \
|
||||||
size_t i; \
|
size_t i; \
|
||||||
@@ -36,9 +43,11 @@ printf("\t%4lu B %3lu " #ARRAY "[%lu] = { ", \
|
|||||||
(unsigned long) sizeof buf->ARRAY, 0,\
|
(unsigned long) sizeof buf->ARRAY, 0,\
|
||||||
(unsigned long) G_N_ELEMENTS(buf->ARRAY)); \
|
(unsigned long) G_N_ELEMENTS(buf->ARRAY)); \
|
||||||
for(i = 0; i < SIZE; ++i) { \
|
for(i = 0; i < SIZE; ++i) { \
|
||||||
printf ("[ ");\
|
if (buf->ARRAY[i].values) { \
|
||||||
PPRINT_HASHTABLE(buf->ARRAY[i].values); \
|
printf ("[ "); \
|
||||||
printf ("]\n");\
|
PPRINT_HASHTABLE(buf->ARRAY[i].values); \
|
||||||
|
printf ("]\n"); \
|
||||||
|
} \
|
||||||
} \
|
} \
|
||||||
printf("} "); \
|
printf("} "); \
|
||||||
} while(0)
|
} while(0)
|
||||||
@@ -319,6 +328,28 @@ static void pprint_get_proc_mem(pid_t pid)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
static void pprint_get_proc_affinity(pid_t pid)
|
||||||
|
{
|
||||||
|
glibtop_proc_affinity buf;
|
||||||
|
guint32 i;
|
||||||
|
guint16* cpus;
|
||||||
|
|
||||||
|
cpus = glibtop_get_proc_affinity(&buf, pid);
|
||||||
|
|
||||||
|
HEADER_PPRINT(glibtop_get_proc_affinity);
|
||||||
|
PPRINT(flags, "%#llx");
|
||||||
|
PPRINT(number, "%u");
|
||||||
|
PPRINT(all, "%d");
|
||||||
|
|
||||||
|
printf("\taffinity=");
|
||||||
|
for (i = 0; i < buf.number; i++) {
|
||||||
|
printf("%d, ", cpus[i]);
|
||||||
|
}
|
||||||
|
putchar('\n');
|
||||||
|
|
||||||
|
FOOTER_PPRINT();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
@@ -351,6 +382,7 @@ int main()
|
|||||||
|
|
||||||
pprint_get_proc_kernel(getpid());
|
pprint_get_proc_kernel(getpid());
|
||||||
pprint_get_proc_mem(getpid());
|
pprint_get_proc_mem(getpid());
|
||||||
|
pprint_get_proc_affinity(getpid());
|
||||||
|
|
||||||
glibtop_close();
|
glibtop_close();
|
||||||
|
|
||||||
|
@@ -1,5 +1,8 @@
|
|||||||
#include <glibtop.h>
|
#include <glibtop.h>
|
||||||
#include <glibtop/proclist.h>
|
#include <glibtop/proclist.h>
|
||||||
|
#include <glibtop/procstate.h>
|
||||||
|
#include <glibtop/proctime.h>
|
||||||
|
#include <glibtop/procuid.h>
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
|
|
||||||
@@ -17,14 +20,28 @@ static void print_pids(guint64 which, guint64 arg)
|
|||||||
|
|
||||||
pids = glibtop_get_proclist(&buf, which, arg);
|
pids = glibtop_get_proclist(&buf, which, arg);
|
||||||
|
|
||||||
printf("glibtop_get_proclist(%#llx, %llu) -> %lu processes\n",
|
for (i = 0; i < buf.number; ++i) {
|
||||||
which, arg, (unsigned long)buf.number);
|
glibtop_proc_time ptime;
|
||||||
|
glibtop_proc_uid puid;
|
||||||
|
glibtop_proc_state pstate;
|
||||||
|
|
||||||
for (i = 0; i < buf.number; ++i)
|
pid_t p = pids[i];
|
||||||
printf("%u ", pids[i]);
|
|
||||||
|
|
||||||
putchar('\n');
|
glibtop_get_proc_time(&ptime, p);
|
||||||
putchar('\n');
|
glibtop_get_proc_uid(&puid, p);
|
||||||
|
glibtop_get_proc_state(&pstate, p);
|
||||||
|
|
||||||
|
/* almost equivalent to ps -x -o user,pid,time,usertime,systime,start,command */
|
||||||
|
printf("%u pid=%u real=%.2f user=%.2f sys=%.2f start=%lu %s (%lx)\n",
|
||||||
|
puid.uid,
|
||||||
|
p,
|
||||||
|
(double)ptime.rtime / ptime.frequency,
|
||||||
|
(double)ptime.utime / ptime.frequency,
|
||||||
|
(double)ptime.stime / ptime.frequency,
|
||||||
|
(unsigned long)ptime.start_time,
|
||||||
|
pstate.cmd,
|
||||||
|
(long)ptime.flags);
|
||||||
|
}
|
||||||
|
|
||||||
g_free(pids);
|
g_free(pids);
|
||||||
}
|
}
|
||||||
@@ -34,7 +51,6 @@ int main()
|
|||||||
{
|
{
|
||||||
glibtop_init();
|
glibtop_init();
|
||||||
|
|
||||||
print_pids(GLIBTOP_KERN_PROC_ALL, 0);
|
|
||||||
print_pids(GLIBTOP_KERN_PROC_UID, getuid());
|
print_pids(GLIBTOP_KERN_PROC_UID, getuid());
|
||||||
|
|
||||||
glibtop_close();
|
glibtop_close();
|
||||||
|
@@ -39,10 +39,36 @@
|
|||||||
#include <sys/resource.h>
|
#include <sys/resource.h>
|
||||||
#include <sys/mman.h>
|
#include <sys/mman.h>
|
||||||
|
|
||||||
|
#include <fcntl.h>
|
||||||
|
|
||||||
#ifndef PROFILE_COUNT
|
#ifndef PROFILE_COUNT
|
||||||
#define PROFILE_COUNT 1
|
#define PROFILE_COUNT 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
static void
|
||||||
|
try_mmap(const char *path)
|
||||||
|
{
|
||||||
|
struct stat buf;
|
||||||
|
int fd;
|
||||||
|
|
||||||
|
if ((fd = open(path, O_RDONLY)) < 0)
|
||||||
|
goto out;
|
||||||
|
|
||||||
|
if (fstat(fd, &buf) < 0)
|
||||||
|
goto out;
|
||||||
|
|
||||||
|
if (mmap(NULL, buf.st_size, PROT_READ, MAP_PRIVATE, fd, 0) == MAP_FAILED)
|
||||||
|
goto out;
|
||||||
|
|
||||||
|
close(fd);
|
||||||
|
|
||||||
|
return;
|
||||||
|
|
||||||
|
out:
|
||||||
|
fprintf(stderr, "Failed to test mmap with '%s'\n", path);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc, char *argv [])
|
main (int argc, char *argv [])
|
||||||
{
|
{
|
||||||
@@ -78,8 +104,18 @@ main (int argc, char *argv [])
|
|||||||
|
|
||||||
glibtop_init_r (&glibtop_global_server, 0, 0);
|
glibtop_init_r (&glibtop_global_server, 0, 0);
|
||||||
|
|
||||||
if ((argc != 2) || (sscanf (argv [1], "%d", (int *) &pid) != 1))
|
if (argc == 1) {
|
||||||
g_error ("Usage: %s pid", argv [0]);
|
pid = getpid();
|
||||||
|
}
|
||||||
|
else if ((argc != 2) || (sscanf (argv [1], "%d", (int *) &pid) != 1))
|
||||||
|
g_error ("Usage: %s [pid]", argv [0]);
|
||||||
|
|
||||||
|
if (pid == getpid()) {
|
||||||
|
/* let's map something for a try */
|
||||||
|
try_mmap("/etc/passwd");
|
||||||
|
try_mmap("/etc/resolv.conf");
|
||||||
|
try_mmap(argv[0]);
|
||||||
|
}
|
||||||
|
|
||||||
fprintf (stderr, "Getting memory maps for pid %d.\n\n", (int) pid);
|
fprintf (stderr, "Getting memory maps for pid %d.\n\n", (int) pid);
|
||||||
|
|
||||||
@@ -87,6 +123,7 @@ main (int argc, char *argv [])
|
|||||||
|
|
||||||
for (i = 0; i < procmap.number; i++) {
|
for (i = 0; i < procmap.number; i++) {
|
||||||
const char *filename = NULL;
|
const char *filename = NULL;
|
||||||
|
char * format;
|
||||||
unsigned device, device_major, device_minor;
|
unsigned device, device_major, device_minor;
|
||||||
char perm [5];
|
char perm [5];
|
||||||
|
|
||||||
@@ -103,42 +140,27 @@ main (int argc, char *argv [])
|
|||||||
device_minor = (device & 255);
|
device_minor = (device & 255);
|
||||||
device_major = ((device >> 8) & 255);
|
device_major = ((device >> 8) & 255);
|
||||||
|
|
||||||
|
if (sizeof (void*) == 8)
|
||||||
|
format = "%016lx-%016lx +%016lx (%8lu bytes mapped) - "
|
||||||
|
"%02x:%02x % 8lu - %.*s";
|
||||||
|
else
|
||||||
|
format = "%08lx-%08lx +%08lx (%8lu bytes mapped) - "
|
||||||
|
"%02x:%02x % 8lu - %.*s";
|
||||||
|
|
||||||
|
fprintf (stderr, format,
|
||||||
|
(unsigned long) maps [i].start,
|
||||||
|
(unsigned long) maps [i].end,
|
||||||
|
(unsigned long) maps [i].offset,
|
||||||
|
(unsigned long) (maps [i].end - (maps [i].start + maps [i].offset)),
|
||||||
|
device_major, device_minor,
|
||||||
|
(unsigned long) maps [i].inode,
|
||||||
|
sizeof perm, perm);
|
||||||
|
|
||||||
if (filename) {
|
if (filename) {
|
||||||
char *format;
|
fprintf(stderr, " - %s", filename);
|
||||||
|
|
||||||
if (sizeof (void*) == 8)
|
|
||||||
format = "%016lx-%016lx %016lx - "
|
|
||||||
"%02x:%02x %08lu - %5.5s - %s\n";
|
|
||||||
else
|
|
||||||
format = "%08lx-%08lx %08lx - "
|
|
||||||
"%02x:%02x %08lu - %5.5s - %s\n";
|
|
||||||
|
|
||||||
fprintf (stderr, format,
|
|
||||||
(unsigned long) maps [i].start,
|
|
||||||
(unsigned long) maps [i].end,
|
|
||||||
(unsigned long) maps [i].offset,
|
|
||||||
device_major, device_minor,
|
|
||||||
(unsigned long) maps [i].inode,
|
|
||||||
perm, filename);
|
|
||||||
} else {
|
|
||||||
char * format;
|
|
||||||
|
|
||||||
if (sizeof (void*) == 8)
|
|
||||||
format = "%016lx-%016lx %016lx - "
|
|
||||||
"%02x:%02x %08lu - %4s\n";
|
|
||||||
else
|
|
||||||
format = "%08lx-%08lx %08lx - "
|
|
||||||
"%02x:%02x %08lu - %4s\n";
|
|
||||||
|
|
||||||
fprintf (stderr, format,
|
|
||||||
(unsigned long) maps [i].start,
|
|
||||||
(unsigned long) maps [i].end,
|
|
||||||
(unsigned long) maps [i].offset,
|
|
||||||
device_major, device_minor,
|
|
||||||
(unsigned long) maps [i].inode,
|
|
||||||
perm);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fputc('\n', stderr);
|
||||||
|
|
||||||
g_print("smaps flags:%#llx size:%lluKiB rss:%lluKiB "
|
g_print("smaps flags:%#llx size:%lluKiB rss:%lluKiB "
|
||||||
"shared_clean:%lluKib shared_dirty:%lluKiB "
|
"shared_clean:%lluKib shared_dirty:%lluKiB "
|
||||||
|
@@ -42,14 +42,12 @@ output (pid_t pid)
|
|||||||
char *args;
|
char *args;
|
||||||
unsigned i;
|
unsigned i;
|
||||||
|
|
||||||
#if HAVE_LIBGTOP_SMP
|
|
||||||
unsigned long total;
|
unsigned long total;
|
||||||
double p_total, p_utime, p_stime;
|
double p_total, p_utime, p_stime;
|
||||||
double b_total, b_utime, b_stime;
|
double b_total, b_utime, b_stime;
|
||||||
double s_total, s_utime, s_stime;
|
double s_total, s_utime, s_stime;
|
||||||
double my_utime, my_stime;
|
double my_utime, my_stime;
|
||||||
unsigned int ncpu;
|
unsigned int ncpu;
|
||||||
#endif
|
|
||||||
|
|
||||||
printf ("\n");
|
printf ("\n");
|
||||||
|
|
||||||
@@ -158,7 +156,6 @@ output (pid_t pid)
|
|||||||
|
|
||||||
printf ("\n");
|
printf ("\n");
|
||||||
|
|
||||||
#if HAVE_LIBGTOP_SMP
|
|
||||||
ncpu = glibtop_global_server->ncpu;
|
ncpu = glibtop_global_server->ncpu;
|
||||||
|
|
||||||
glibtop_get_proc_time (&data.proc_time, pid);
|
glibtop_get_proc_time (&data.proc_time, pid);
|
||||||
@@ -231,7 +228,6 @@ output (pid_t pid)
|
|||||||
s_utime * 100.0 / my_utime, s_stime * 100.0 / my_stime);
|
s_utime * 100.0 / my_utime, s_stime * 100.0 / my_stime);
|
||||||
|
|
||||||
printf ("\n");
|
printf ("\n");
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
|
@@ -69,6 +69,21 @@
|
|||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
|
||||||
|
static void display_self_times(void)
|
||||||
|
{
|
||||||
|
printf("-- Overview using `ps` --------------------"
|
||||||
|
"---------------\n");
|
||||||
|
printf("-- this client is %8u ----------------"
|
||||||
|
"---------------\n", (unsigned)getpid());
|
||||||
|
printf("-- this server is %8u ----------------"
|
||||||
|
"---------------\n", (unsigned)glibtop_global_server->pid);
|
||||||
|
system("ps xjf | egrep 'timings|libgtop_server'");
|
||||||
|
printf("-------------------------------------------"
|
||||||
|
"---------------\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc, char *argv [])
|
main (int argc, char *argv [])
|
||||||
{
|
{
|
||||||
@@ -85,13 +100,16 @@ main (int argc, char *argv [])
|
|||||||
bindtextdomain (GETTEXT_PACKAGE, GTOPLOCALEDIR);
|
bindtextdomain (GETTEXT_PACKAGE, GTOPLOCALEDIR);
|
||||||
textdomain (GETTEXT_PACKAGE);
|
textdomain (GETTEXT_PACKAGE);
|
||||||
|
|
||||||
|
|
||||||
|
glibtop_init_r (&glibtop_global_server, 0, 0);
|
||||||
|
|
||||||
|
display_self_times();
|
||||||
|
|
||||||
printf ("%-12s (%-10s): %7s - %9s - %9s\n",
|
printf ("%-12s (%-10s): %7s - %9s - %9s\n",
|
||||||
"Feature", "Flags", "Count", "utime", "stime");
|
"Feature", "Flags", "Count", "utime", "stime");
|
||||||
printf ("-------------------------------------------"
|
printf ("-------------------------------------------"
|
||||||
"---------------\n");
|
"---------------\n");
|
||||||
|
|
||||||
glibtop_init_r (&glibtop_global_server, 0, 0);
|
|
||||||
|
|
||||||
getrusage (RUSAGE_SELF, &total_start);
|
getrusage (RUSAGE_SELF, &total_start);
|
||||||
|
|
||||||
getrusage (RUSAGE_SELF, &rusage_start);
|
getrusage (RUSAGE_SELF, &rusage_start);
|
||||||
@@ -411,6 +429,8 @@ main (int argc, char *argv [])
|
|||||||
printf ("All timings are in clock ticks "
|
printf ("All timings are in clock ticks "
|
||||||
"(1000000 ticks per second).\n\n");
|
"(1000000 ticks per second).\n\n");
|
||||||
|
|
||||||
|
display_self_times();
|
||||||
|
|
||||||
glibtop_close ();
|
glibtop_close ();
|
||||||
|
|
||||||
exit (0);
|
exit (0);
|
||||||
|
52
features.def
52
features.def
@@ -1,27 +1,27 @@
|
|||||||
void|cpu|ulong(total,user,nice,sys,idle,iowait,irq,softirq,frequency,xcpu_total[4],xcpu_user[4],xcpu_nice[4],xcpu_sys[4],xcpu_idle[4],xcpu_iowait[4],xcpu_irq[4],xcpu_softirq[4])
|
void|cpu
|
||||||
void|mem|ulong(total,used,free,shared,buffer,cached,user,locked)
|
void|mem
|
||||||
void|swap|ulong(total,used,free,pagein,pageout)
|
void|swap
|
||||||
void|uptime|double(uptime,idletime)
|
void|uptime
|
||||||
void|loadavg|double(loadavg[3]):ulong(nr_running,nr_tasks,last_pid)
|
void|loadavg
|
||||||
void|shm_limits|ulong(shmmax,shmmin,shmmni,shmseg,shmall)
|
void|shm_limits
|
||||||
void|msg_limits|ulong(msgpool,msgmap,msgmax,msgmnb,msgmni,msgssz,msgtql)
|
void|msg_limits
|
||||||
void|sem_limits|ulong(semmap,semmni,semmns,semmnu,semmsl,semopm,semume,semusz,semvmx,semaem)
|
void|sem_limits
|
||||||
pid_t*|proclist|ulong(number,size,total)|long(which,arg)
|
pid_t*|proclist|long(which,arg)
|
||||||
void|proc_state|str(cmd):char(state):ulong(uid,gid)|pid_t(pid)
|
void|proc_state|pid_t(pid)
|
||||||
void|proc_uid|long(uid,euid,gid,egid,pid,ppid,pgrp,session,tty,tpgid,priority,nice)|pid_t(pid)
|
void|proc_uid|pid_t(pid)
|
||||||
void|proc_mem|long(size,vsize,resident,share,rss,rss_rlim)|pid_t(pid)
|
void|proc_mem|pid_t(pid)
|
||||||
void|proc_time|long(start_time,rtime,utime,stime,cutime,cstime,timeout,it_real_value,frequency,xcpu_utime[4],xcpu_stime[4])|pid_t(pid)
|
void|proc_time|pid_t(pid)
|
||||||
void|proc_signal|ulong(signal[2],blocked[2],sigignore[2],sigcatch[2])|pid_t(pid)
|
void|proc_signal|pid_t(pid)
|
||||||
void|proc_kernel|ulong(k_flags,min_flt,maj_flt,cmin_flt,cmaj_flt,kstk_esp,kstk_eip,nwchan):str(wchan)|pid_t(pid)
|
void|proc_kernel|pid_t(pid)
|
||||||
void|proc_segment|ulong(text_rss,shlib_rss,data_rss,stack_rss,dirty_size,start_code,end_code,start_stack)|pid_t(pid)
|
void|proc_segment|pid_t(pid)
|
||||||
char *|proc_args|ulong(size)|pid_t(pid):unsigned(max_len)
|
char *|proc_args|pid_t(pid):unsigned(max_len)
|
||||||
glibtop_map_entry *|proc_map|ulong(number,size,total)|pid_t(pid)
|
glibtop_map_entry *|proc_map|pid_t(pid)
|
||||||
glibtop_open_files_entry *|proc_open_files|ulong(number)|pid_t(pid)
|
glibtop_open_files_entry *|proc_open_files|pid_t(pid)
|
||||||
glibtop_mountentry *|@mountlist|ulong(number,size,total)|int(all_fs)
|
glibtop_mountentry *|@mountlist|int(all_fs)
|
||||||
void|@fsusage|ulong(blocks,bfree,bavail,files,ffree)|string|mount_dir
|
void|@fsusage|string|mount_dir
|
||||||
void|netload|ulong(if_flags,mtu,subnet,address,packets_in,packets_out,packets_total,bytes_in,bytes_out,bytes_total,errors_in,errors_out,errors_total,collisions)|string|interface
|
void|netload|string|interface
|
||||||
void|ppp|ulong(state,bytes_in,bytes_out)|ushort(device)
|
void|ppp|ushort(device)
|
||||||
char **|netlist|unsigned(number)
|
char **|netlist
|
||||||
char **|proc_wd|ulong(number),str(root),str(exe)|pid_t(pid)
|
char **|proc_wd|pid_t(pid)
|
||||||
guint16*|proc_affinity|ulong(number),int(all)|pid_t(pid)
|
guint16*|proc_affinity|pid_t(pid)
|
||||||
|
|
||||||
|
69
glibtop.h
69
glibtop.h
@@ -22,12 +22,17 @@
|
|||||||
#ifndef __GLIBTOP_H__
|
#ifndef __GLIBTOP_H__
|
||||||
#define __GLIBTOP_H__
|
#define __GLIBTOP_H__
|
||||||
|
|
||||||
|
/* for pid_t, uid_t, gid_t */
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
|
||||||
#include <glib.h>
|
#include <glib.h>
|
||||||
#include <glib-object.h>
|
#include <glib-object.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
typedef struct _glibtop glibtop;
|
typedef struct _glibtop glibtop;
|
||||||
|
typedef struct _glibtop_machine glibtop_machine;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* LIBGTOP_CHECK_VERSION
|
* LIBGTOP_CHECK_VERSION
|
||||||
@@ -55,10 +60,6 @@ LIBGTOP_MICRO_VERSION >= (micro)))
|
|||||||
|
|
||||||
#include <glibtop_server.h>
|
#include <glibtop_server.h>
|
||||||
|
|
||||||
#ifdef HAVE_GLIBTOP_MACHINE_H
|
|
||||||
#include <glibtop_machine.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef GLIBTOP_MOUNTENTRY_LEN
|
#ifndef GLIBTOP_MOUNTENTRY_LEN
|
||||||
#define GLIBTOP_MOUNTENTRY_LEN 79
|
#define GLIBTOP_MOUNTENTRY_LEN 79
|
||||||
#endif
|
#endif
|
||||||
@@ -69,34 +70,6 @@ LIBGTOP_MICRO_VERSION >= (micro)))
|
|||||||
#include <glibtop/close.h>
|
#include <glibtop/close.h>
|
||||||
|
|
||||||
|
|
||||||
#ifdef HAVE_GLIBTOP_MACHINE_H
|
|
||||||
|
|
||||||
struct _glibtop
|
|
||||||
{
|
|
||||||
unsigned flags;
|
|
||||||
unsigned method; /* Server Method */
|
|
||||||
unsigned error_method; /* Error Method */
|
|
||||||
glibtop_machine machine; /* Machine dependent data */
|
|
||||||
int input [2]; /* Pipe client <- server */
|
|
||||||
int output [2]; /* Pipe client -> server */
|
|
||||||
int socket; /* Accepted connection of a socket */
|
|
||||||
int ncpu; /* Number of CPUs, zero if single-processor */
|
|
||||||
int real_ncpu; /* Real number of CPUs. Only ncpu are monitored */
|
|
||||||
unsigned long os_version_code; /* Version code of the operating system */
|
|
||||||
const char *name; /* Program name for error messages */
|
|
||||||
const char *server_command; /* Command used to invoke server */
|
|
||||||
const char *server_host; /* Host the server should run on */
|
|
||||||
const char *server_user; /* Name of the user on the target host */
|
|
||||||
const char *server_rsh; /* Command used to connect to the target host */
|
|
||||||
unsigned long features; /* Server is required for this features */
|
|
||||||
unsigned long server_port; /* Port on which daemon is listening */
|
|
||||||
glibtop_sysdeps sysdeps; /* Detailed feature list */
|
|
||||||
glibtop_sysdeps required; /* Required feature list */
|
|
||||||
pid_t pid; /* PID of the server */
|
|
||||||
};
|
|
||||||
|
|
||||||
#else /* !HAVE_GLIBTOP_MACHINE_H */
|
|
||||||
|
|
||||||
struct _glibtop
|
struct _glibtop
|
||||||
{
|
{
|
||||||
unsigned flags;
|
unsigned flags;
|
||||||
@@ -118,22 +91,50 @@ struct _glibtop
|
|||||||
glibtop_sysdeps sysdeps; /* Detailed feature list */
|
glibtop_sysdeps sysdeps; /* Detailed feature list */
|
||||||
glibtop_sysdeps required; /* Required feature list */
|
glibtop_sysdeps required; /* Required feature list */
|
||||||
pid_t pid; /* PID of the server */
|
pid_t pid; /* PID of the server */
|
||||||
};
|
|
||||||
|
|
||||||
#endif /* HAVE_GLIBTOP_MACHINE_H */
|
uid_t uid;
|
||||||
|
uid_t euid;
|
||||||
|
gid_t gid;
|
||||||
|
gid_t egid;
|
||||||
|
|
||||||
|
glibtop_machine *machine; /* Machine dependent data */
|
||||||
|
};
|
||||||
|
|
||||||
extern glibtop *glibtop_global_server;
|
extern glibtop *glibtop_global_server;
|
||||||
|
|
||||||
extern const unsigned long glibtop_server_features;
|
extern const unsigned long glibtop_server_features;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_init:
|
||||||
|
*
|
||||||
|
* Returns: (transfer none):
|
||||||
|
*/
|
||||||
glibtop *
|
glibtop *
|
||||||
glibtop_init (void);
|
glibtop_init (void);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_init_r:
|
||||||
|
* @server_ptr: (out):
|
||||||
|
* @features:
|
||||||
|
* @flags:
|
||||||
|
*
|
||||||
|
* Returns: (transfer none):
|
||||||
|
*/
|
||||||
glibtop *
|
glibtop *
|
||||||
glibtop_init_r (glibtop **server_ptr,
|
glibtop_init_r (glibtop **server_ptr,
|
||||||
unsigned long features,
|
unsigned long features,
|
||||||
unsigned flags);
|
unsigned flags);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_init_s:
|
||||||
|
* @server_ptr: (out):
|
||||||
|
* @features:
|
||||||
|
* @flags:
|
||||||
|
*
|
||||||
|
* Returns: (transfer none):
|
||||||
|
*/
|
||||||
glibtop *
|
glibtop *
|
||||||
glibtop_init_s (glibtop **server_ptr,
|
glibtop_init_s (glibtop **server_ptr,
|
||||||
unsigned long features,
|
unsigned long features,
|
||||||
|
@@ -2,7 +2,7 @@ glibtopdir = $(includedir)/libgtop-2.0/glibtop
|
|||||||
|
|
||||||
glibtop_HEADERS = close.h loadavg.h prockernel.h procstate.h \
|
glibtop_HEADERS = close.h loadavg.h prockernel.h procstate.h \
|
||||||
sem_limits.h uptime.h command.h mem.h proclist.h \
|
sem_limits.h uptime.h command.h mem.h proclist.h \
|
||||||
proctime.h shm_limits.h version.h cpu.h msg_limits.h \
|
proctime.h shm_limits.h cpu.h msg_limits.h \
|
||||||
procmem.h procuid.h swap.h \
|
procmem.h procuid.h swap.h \
|
||||||
procsegment.h sysdeps.h global.h \
|
procsegment.h sysdeps.h global.h \
|
||||||
procsignal.h union.h gnuserv.h \
|
procsignal.h union.h gnuserv.h \
|
||||||
@@ -11,4 +11,6 @@ glibtop_HEADERS = close.h loadavg.h prockernel.h procstate.h \
|
|||||||
procwd.h procaffinity.h \
|
procwd.h procaffinity.h \
|
||||||
netlist.h procopenfiles.h open.h
|
netlist.h procopenfiles.h open.h
|
||||||
|
|
||||||
noinst_HEADERS = error.h write.h read_data.h read.h init_hooks.h
|
noinst_HEADERS = error.h write.h read_data.h read.h init_hooks.h machine.h \
|
||||||
|
version.h
|
||||||
|
|
||||||
|
@@ -46,6 +46,18 @@ void glibtop_warn (const char *format, ...) G_GNUC_PRINTF(1, 2);
|
|||||||
void glibtop_error_io (const char *format, ...) G_GNUC_PRINTF(1, 2) G_GNUC_NORETURN;
|
void glibtop_error_io (const char *format, ...) G_GNUC_PRINTF(1, 2) G_GNUC_NORETURN;
|
||||||
void glibtop_warn_io (const char *format, ...) G_GNUC_PRINTF(1, 2);
|
void glibtop_warn_io (const char *format, ...) G_GNUC_PRINTF(1, 2);
|
||||||
|
|
||||||
|
/* FIXME: C99 */
|
||||||
|
#define glibtop_debug_r(server, fmt, ...) \
|
||||||
|
G_STMT_START { \
|
||||||
|
if (LIBGTOP_ENABLE_DEBUG) \
|
||||||
|
glibtop_debug_r_real(server, "%s:%d %s(): " fmt, __FILE__, __LINE__, __func__, ##__VA_ARGS__); \
|
||||||
|
} G_STMT_END
|
||||||
|
|
||||||
|
#define glibtop_debug(...) glibtop_debug_r(glibtop_global_server, __VA_ARGS__)
|
||||||
|
|
||||||
|
void glibtop_debug_vr (glibtop *server, const char *format, va_list args);
|
||||||
|
void glibtop_debug_r_real (glibtop *server, const char *format, ...) G_GNUC_PRINTF(2, 3);
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
22
include/glibtop/machine.h
Normal file
22
include/glibtop/machine.h
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
#ifndef GLIBTOP_SYSDEPS_COMMON_MACHINE_H_1437506041
|
||||||
|
#define GLIBTOP_SYSDEPS_COMMON_MACHINE_H_1437506041
|
||||||
|
|
||||||
|
#include <glib.h>
|
||||||
|
#include <glibtop_machine.h>
|
||||||
|
|
||||||
|
/* private */
|
||||||
|
static inline void
|
||||||
|
glibtop_machine_new(glibtop *server)
|
||||||
|
{
|
||||||
|
server->machine = g_new0(glibtop_machine, 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* private */
|
||||||
|
static inline void
|
||||||
|
glibtop_machine_delete(glibtop *server)
|
||||||
|
{
|
||||||
|
g_free(server->machine);
|
||||||
|
server->machine = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif /* GLIBTOP_SYSDEPS_COMMON_MACHINE_H_1437506041 */
|
@@ -55,7 +55,7 @@ struct _glibtop_mountlist
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* glibtop_get_mountlist:
|
* glibtop_get_mountlist:
|
||||||
* @buf: (out):
|
* @buf:
|
||||||
* @all_fs:
|
* @all_fs:
|
||||||
*
|
*
|
||||||
* Returns: (transfer full):
|
* Returns: (transfer full):
|
||||||
|
@@ -31,12 +31,23 @@ G_BEGIN_DECLS
|
|||||||
|
|
||||||
typedef struct _glibtop_netlist glibtop_netlist;
|
typedef struct _glibtop_netlist glibtop_netlist;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_netlist:
|
||||||
|
* @number: Number of entries in the returned list.
|
||||||
|
*/
|
||||||
struct _glibtop_netlist
|
struct _glibtop_netlist
|
||||||
{
|
{
|
||||||
guint64 flags;
|
guint64 flags;
|
||||||
guint32 number;
|
guint32 number;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_get_netlist:
|
||||||
|
* @buf: a #glibtop_netlist
|
||||||
|
*
|
||||||
|
* Returns: (array zero-terminated=1) (transfer none): an array of network
|
||||||
|
* interface names.
|
||||||
|
*/
|
||||||
char** glibtop_get_netlist(glibtop_netlist *buf);
|
char** glibtop_get_netlist(glibtop_netlist *buf);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_NETLIST
|
#if GLIBTOP_SUID_NETLIST
|
||||||
@@ -45,13 +56,39 @@ char** glibtop_get_netlist(glibtop_netlist *buf);
|
|||||||
#define glibtop_get_netlist_r glibtop_get_netlist_s
|
#define glibtop_get_netlist_r glibtop_get_netlist_s
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_get_netlist_l:
|
||||||
|
* @server: a #glibtop server
|
||||||
|
* @buf: a #glibtop_netlist
|
||||||
|
*
|
||||||
|
* Returns: (array zero-terminated=1) (transfer none): an array of network
|
||||||
|
* interface names.
|
||||||
|
*/
|
||||||
char** glibtop_get_netlist_l (glibtop *server, glibtop_netlist *buf);
|
char** glibtop_get_netlist_l (glibtop *server, glibtop_netlist *buf);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_NETLIST
|
#if GLIBTOP_SUID_NETLIST
|
||||||
void _glibtop_init_netlist_p (glibtop *server);
|
void _glibtop_init_netlist_p (glibtop *server);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_get_netlist_p:
|
||||||
|
* @server: a #glibtop server
|
||||||
|
* @buf: a #glibtop_netlist
|
||||||
|
*
|
||||||
|
* Returns: (array zero-terminated=1) (transfer none): an array of network
|
||||||
|
* interface names.
|
||||||
|
*/
|
||||||
char** glibtop_get_netlist_p (glibtop *server, glibtop_netlist *buf);
|
char** glibtop_get_netlist_p (glibtop *server, glibtop_netlist *buf);
|
||||||
#else
|
#else
|
||||||
void _glibtop_init_netlist_s (glibtop *server);
|
void _glibtop_init_netlist_s (glibtop *server);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_get_netlist_s:
|
||||||
|
* @server: a #glibtop server
|
||||||
|
* @buf: a #glibtop_netlist
|
||||||
|
*
|
||||||
|
* Returns: (array zero-terminated=1) (transfer none): an array of network
|
||||||
|
* interface names.
|
||||||
|
*/
|
||||||
char** glibtop_get_netlist_s (glibtop *server, glibtop_netlist *buf);
|
char** glibtop_get_netlist_s (glibtop *server, glibtop_netlist *buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -29,6 +29,7 @@ typedef struct _glibtop_proc_affinity glibtop_proc_affinity;
|
|||||||
|
|
||||||
#define GLIBTOP_PROC_AFFINITY_NUMBER 0
|
#define GLIBTOP_PROC_AFFINITY_NUMBER 0
|
||||||
#define GLIBTOP_PROC_AFFINITY_ALL 1
|
#define GLIBTOP_PROC_AFFINITY_ALL 1
|
||||||
|
#define GLIBTOP_MAX_PROC_AFFINITY 2
|
||||||
|
|
||||||
struct _glibtop_proc_affinity
|
struct _glibtop_proc_affinity
|
||||||
{
|
{
|
||||||
|
@@ -79,6 +79,15 @@ char **
|
|||||||
glibtop_get_proc_argv_l (glibtop *server, glibtop_proc_args *buf,
|
glibtop_get_proc_argv_l (glibtop *server, glibtop_proc_args *buf,
|
||||||
pid_t pid, unsigned max_len);
|
pid_t pid, unsigned max_len);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_get_proc_argv:
|
||||||
|
* @buf:
|
||||||
|
* @pid:
|
||||||
|
* @max_len:
|
||||||
|
*
|
||||||
|
* Returns: (transfer full):
|
||||||
|
*/
|
||||||
|
|
||||||
char **
|
char **
|
||||||
glibtop_get_proc_argv (glibtop_proc_args *buf, pid_t pid, unsigned max_len);
|
glibtop_get_proc_argv (glibtop_proc_args *buf, pid_t pid, unsigned max_len);
|
||||||
|
|
||||||
|
@@ -48,8 +48,10 @@ G_BEGIN_DECLS
|
|||||||
#define GLIBTOP_MAP_ENTRY_SHARED_DIRTY 10
|
#define GLIBTOP_MAP_ENTRY_SHARED_DIRTY 10
|
||||||
#define GLIBTOP_MAP_ENTRY_PRIVATE_CLEAN 11
|
#define GLIBTOP_MAP_ENTRY_PRIVATE_CLEAN 11
|
||||||
#define GLIBTOP_MAP_ENTRY_PRIVATE_DIRTY 12
|
#define GLIBTOP_MAP_ENTRY_PRIVATE_DIRTY 12
|
||||||
|
#define GLIBTOP_MAP_ENTRY_PSS 13
|
||||||
|
#define GLIBTOP_MAP_ENTRY_SWAP 14
|
||||||
|
|
||||||
#define GLIBTOP_MAX_MAP_ENTRY 13
|
#define GLIBTOP_MAX_MAP_ENTRY 15
|
||||||
|
|
||||||
#define GLIBTOP_MAP_FILENAME_LEN 215
|
#define GLIBTOP_MAP_FILENAME_LEN 215
|
||||||
|
|
||||||
@@ -78,6 +80,8 @@ struct _glibtop_map_entry
|
|||||||
guint64 shared_dirty;
|
guint64 shared_dirty;
|
||||||
guint64 private_clean;
|
guint64 private_clean;
|
||||||
guint64 private_dirty;
|
guint64 private_dirty;
|
||||||
|
guint64 pss;
|
||||||
|
guint64 swap;
|
||||||
char filename [GLIBTOP_MAP_FILENAME_LEN+1];
|
char filename [GLIBTOP_MAP_FILENAME_LEN+1];
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -88,18 +92,18 @@ struct _glibtop_proc_map
|
|||||||
guint64 total; /* GLIBTOP_PROC_MAP_TOTAL */
|
guint64 total; /* GLIBTOP_PROC_MAP_TOTAL */
|
||||||
guint64 size; /* GLIBTOP_PROC_MAP_SIZE */
|
guint64 size; /* GLIBTOP_PROC_MAP_SIZE */
|
||||||
};
|
};
|
||||||
glibtop_map_entry *
|
|
||||||
glibtop_get_proc_map(glibtop_proc_map *buf, pid_t pid);
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* glibtop_get_proc_map:
|
* glibtop_get_proc_map:
|
||||||
* @server:
|
* @buf:
|
||||||
* @buf: (out):
|
|
||||||
* @pid:
|
* @pid:
|
||||||
*
|
*
|
||||||
* Returns: (transfer none):
|
* Returns: (transfer none):
|
||||||
*/
|
*/
|
||||||
|
glibtop_map_entry *
|
||||||
|
glibtop_get_proc_map(glibtop_proc_map *buf, pid_t pid);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* glibtop_get_proc_map_l:
|
* glibtop_get_proc_map_l:
|
||||||
|
@@ -53,6 +53,12 @@ struct _glibtop_proc_mem
|
|||||||
* of the process; usually 2,147,483,647 */
|
* of the process; usually 2,147,483,647 */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_get_proc_map:
|
||||||
|
* @buf:
|
||||||
|
* @pid:
|
||||||
|
*
|
||||||
|
*/
|
||||||
void glibtop_get_proc_mem(glibtop_proc_mem *buf, pid_t pid);
|
void glibtop_get_proc_mem(glibtop_proc_mem *buf, pid_t pid);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_PROC_MEM
|
#if GLIBTOP_SUID_PROC_MEM
|
||||||
|
@@ -96,36 +96,8 @@ struct _glibtop_proc_open_files
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* glibtop_get_proc_open_files:
|
* glibtop_get_proc_open_files:
|
||||||
* @server:
|
* @buf:
|
||||||
* @buf: (out):
|
* @pid:
|
||||||
* @all_fs:
|
|
||||||
*
|
|
||||||
* Returns: (transfer none):
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* glibtop_get_proc_open_files_l:
|
|
||||||
* @server:
|
|
||||||
* @buf: (out):
|
|
||||||
* @all_fs:
|
|
||||||
*
|
|
||||||
* Returns: (transfer none):
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* glibtop_get_proc_open_files_p:
|
|
||||||
* @server:
|
|
||||||
* @buf: (out):
|
|
||||||
* @all_fs:
|
|
||||||
*
|
|
||||||
* Returns: (transfer none):
|
|
||||||
*/
|
|
||||||
|
|
||||||
/**
|
|
||||||
* glibtop_get_proc_open_files_l:
|
|
||||||
* @server:
|
|
||||||
* @buf: (out):
|
|
||||||
* @all_fs:
|
|
||||||
*
|
*
|
||||||
* Returns: (transfer none):
|
* Returns: (transfer none):
|
||||||
*/
|
*/
|
||||||
@@ -139,12 +111,32 @@ glibtop_get_proc_open_files(glibtop_proc_open_files *buf, pid_t pid);
|
|||||||
#define glibtop_get_proc_open_files_r glibtop_get_proc_open_files_s
|
#define glibtop_get_proc_open_files_r glibtop_get_proc_open_files_s
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_get_proc_open_files_l:
|
||||||
|
* @server:
|
||||||
|
* @buf: (out):
|
||||||
|
* @pid:
|
||||||
|
*
|
||||||
|
* Returns: (transfer none):
|
||||||
|
*/
|
||||||
|
|
||||||
glibtop_open_files_entry *
|
glibtop_open_files_entry *
|
||||||
glibtop_get_proc_open_files_l (glibtop *server, glibtop_proc_open_files *buf, pid_t pid);
|
glibtop_get_proc_open_files_l (glibtop *server, glibtop_proc_open_files *buf, pid_t pid);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_PROC_FILE
|
#if GLIBTOP_SUID_PROC_FILE
|
||||||
void _glibtop_init_proc_open_files_p (glibtop *server);
|
void _glibtop_init_proc_open_files_p (glibtop *server);
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_get_proc_open_files_p:
|
||||||
|
* @server:
|
||||||
|
* @buf: (out):
|
||||||
|
* @pid:
|
||||||
|
*
|
||||||
|
* Returns: (transfer none):
|
||||||
|
*/
|
||||||
|
|
||||||
glibtop_open_files_entry *
|
glibtop_open_files_entry *
|
||||||
glibtop_get_proc_open_files_p (glibtop *server, glibtop_proc_open_files *buf, pid_t pid);
|
glibtop_get_proc_open_files_p (glibtop *server, glibtop_proc_open_files *buf, pid_t pid);
|
||||||
#else
|
#else
|
||||||
|
@@ -30,7 +30,7 @@ typedef struct _glibtop_proc_wd glibtop_proc_wd;
|
|||||||
#define GLIBTOP_PROC_WD_NUMBER 0
|
#define GLIBTOP_PROC_WD_NUMBER 0
|
||||||
#define GLIBTOP_PROC_WD_ROOT 1
|
#define GLIBTOP_PROC_WD_ROOT 1
|
||||||
#define GLIBTOP_PROC_WD_EXE 2
|
#define GLIBTOP_PROC_WD_EXE 2
|
||||||
#define GLIBTOP_PROC_WD_MAX 3
|
#define GLIBTOP_MAX_PROC_WD 3
|
||||||
|
|
||||||
#define GLIBTOP_PROC_WD_ROOT_LEN 215
|
#define GLIBTOP_PROC_WD_ROOT_LEN 215
|
||||||
#define GLIBTOP_PROC_WD_EXE_LEN 215
|
#define GLIBTOP_PROC_WD_EXE_LEN 215
|
||||||
@@ -44,6 +44,13 @@ struct _glibtop_proc_wd
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_get_proc_wd:
|
||||||
|
* @buf:
|
||||||
|
* @pid:
|
||||||
|
*
|
||||||
|
* Returns: (transfer full):
|
||||||
|
*/
|
||||||
char ** glibtop_get_proc_wd(glibtop_proc_wd *buf, pid_t pid);
|
char ** glibtop_get_proc_wd(glibtop_proc_wd *buf, pid_t pid);
|
||||||
char ** glibtop_get_proc_wd_l(glibtop *server, glibtop_proc_wd *buf, pid_t pid);
|
char ** glibtop_get_proc_wd_l(glibtop *server, glibtop_proc_wd *buf, pid_t pid);
|
||||||
|
|
||||||
|
@@ -37,6 +37,9 @@ G_BEGIN_DECLS
|
|||||||
|
|
||||||
typedef struct _glibtop_shm_limits glibtop_shm_limits;
|
typedef struct _glibtop_shm_limits glibtop_shm_limits;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_shm_limits:
|
||||||
|
*/
|
||||||
struct _glibtop_shm_limits
|
struct _glibtop_shm_limits
|
||||||
{
|
{
|
||||||
guint64 flags;
|
guint64 flags;
|
||||||
@@ -47,6 +50,10 @@ struct _glibtop_shm_limits
|
|||||||
guint64 shmall; /* GLIBTOP_IPC_SHMALL */
|
guint64 shmall; /* GLIBTOP_IPC_SHMALL */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_get_shm_limits:
|
||||||
|
* @buf: a #glibtop_shm_limits
|
||||||
|
*/
|
||||||
void glibtop_get_shm_limits(glibtop_shm_limits *buf);
|
void glibtop_get_shm_limits(glibtop_shm_limits *buf);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_SHM_LIMITS
|
#if GLIBTOP_SUID_SHM_LIMITS
|
||||||
@@ -55,13 +62,28 @@ void glibtop_get_shm_limits(glibtop_shm_limits *buf);
|
|||||||
#define glibtop_get_shm_limits_r glibtop_get_shm_limits_s
|
#define glibtop_get_shm_limits_r glibtop_get_shm_limits_s
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/**
|
||||||
|
* glibtop_get_shm_limits_l:
|
||||||
|
* @server: a #glibtop server
|
||||||
|
* @buf: a #glibtop_shm_limits
|
||||||
|
*/
|
||||||
void glibtop_get_shm_limits_l (glibtop *server, glibtop_shm_limits *buf);
|
void glibtop_get_shm_limits_l (glibtop *server, glibtop_shm_limits *buf);
|
||||||
|
|
||||||
#if GLIBTOP_SUID_SHM_LIMITS
|
#if GLIBTOP_SUID_SHM_LIMITS
|
||||||
void _glibtop_init_shm_limits_p (glibtop *server);
|
void _glibtop_init_shm_limits_p (glibtop *server);
|
||||||
|
/**
|
||||||
|
* glibtop_get_shm_limits_p:
|
||||||
|
* @server: a #glibtop server
|
||||||
|
* @buf: a #glibtop_shm_limits
|
||||||
|
*/
|
||||||
void glibtop_get_shm_limits_p (glibtop *, glibtop_shm_limits *buf);
|
void glibtop_get_shm_limits_p (glibtop *, glibtop_shm_limits *buf);
|
||||||
#else
|
#else
|
||||||
void _glibtop_init_shm_limits_s (glibtop *server);
|
void _glibtop_init_shm_limits_s (glibtop *server);
|
||||||
|
/**
|
||||||
|
* glibtop_get_shm_limits_s:
|
||||||
|
* @server: a #glibtop server
|
||||||
|
* @buf: a #glibtop_shm_limits
|
||||||
|
*/
|
||||||
void glibtop_get_shm_limits_s (glibtop *server, glibtop_shm_limits *buf);
|
void glibtop_get_shm_limits_s (glibtop *server, glibtop_shm_limits *buf);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -56,6 +56,9 @@ G_BEGIN_DECLS
|
|||||||
|
|
||||||
#define GLIBTOP_MAX_SYSDEPS 27
|
#define GLIBTOP_MAX_SYSDEPS 27
|
||||||
|
|
||||||
|
/* The 'features' args to glibtop_init_* is an unsigned long */
|
||||||
|
G_STATIC_ASSERT((1UL << (GLIBTOP_MAX_SYSDEPS - 1)) <= ULONG_MAX);
|
||||||
|
|
||||||
#define GLIBTOP_SYSDEPS_ALL ((1 << GLIBTOP_MAX_SYSDEPS) - 1)
|
#define GLIBTOP_SYSDEPS_ALL ((1 << GLIBTOP_MAX_SYSDEPS) - 1)
|
||||||
|
|
||||||
typedef struct _glibtop_sysdeps glibtop_sysdeps;
|
typedef struct _glibtop_sysdeps glibtop_sysdeps;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
INCLUDES = @INCLUDES@
|
AM_CPPFLAGS = @AM_CPPFLAGS@
|
||||||
|
|
||||||
lib_LTLIBRARIES = libgtop-2.0.la
|
lib_LTLIBRARIES = libgtop-2.0.la
|
||||||
|
|
||||||
@@ -26,10 +26,10 @@ INTROSPECTION_SCANNER_ARGS = --accept-unprefixed --warn-all
|
|||||||
INTROSPECTION_COMPILER_ARGS =
|
INTROSPECTION_COMPILER_ARGS =
|
||||||
|
|
||||||
if HAVE_INTROSPECTION
|
if HAVE_INTROSPECTION
|
||||||
introspection_sources = $(libgtop_2_0_la_SOURCES) lib.c ../glibtop.h \
|
introspection_sources = $(libgtop_2_0_la_SOURCES) lib.c ../glibtop.h ../libgtopconfig.h \
|
||||||
../include/glibtop/close.h ../include/glibtop/loadavg.h ../include/glibtop/prockernel.h ../include/glibtop/procstate.h \
|
../include/glibtop/close.h ../include/glibtop/loadavg.h ../include/glibtop/prockernel.h ../include/glibtop/procstate.h \
|
||||||
../include/glibtop/sem_limits.h ../include/glibtop/uptime.h ../include/glibtop/command.h ../include/glibtop/mem.h ../include/glibtop/proclist.h \
|
../include/glibtop/sem_limits.h ../include/glibtop/uptime.h ../include/glibtop/command.h ../include/glibtop/mem.h ../include/glibtop/proclist.h \
|
||||||
../include/glibtop/proctime.h ../include/glibtop/shm_limits.h ../include/glibtop/version.h ../include/glibtop/cpu.h ../include/glibtop/msg_limits.h \
|
../include/glibtop/proctime.h ../include/glibtop/shm_limits.h ../include/glibtop/cpu.h ../include/glibtop/msg_limits.h \
|
||||||
../include/glibtop/procmem.h ../include/glibtop/procuid.h ../include/glibtop/swap.h \
|
../include/glibtop/procmem.h ../include/glibtop/procuid.h ../include/glibtop/swap.h \
|
||||||
../include/glibtop/procsegment.h ../include/glibtop/sysdeps.h ../include/glibtop/global.h \
|
../include/glibtop/procsegment.h ../include/glibtop/sysdeps.h ../include/glibtop/global.h \
|
||||||
../include/glibtop/procsignal.h ../include/glibtop/union.h ../include/glibtop/gnuserv.h \
|
../include/glibtop/procsignal.h ../include/glibtop/union.h ../include/glibtop/gnuserv.h \
|
||||||
@@ -39,8 +39,8 @@ introspection_sources = $(libgtop_2_0_la_SOURCES) lib.c ../glibtop.h \
|
|||||||
../include/glibtop/netlist.h ../include/glibtop/procopenfiles.h ../include/glibtop/open.h
|
../include/glibtop/netlist.h ../include/glibtop/procopenfiles.h ../include/glibtop/open.h
|
||||||
|
|
||||||
GTop-2.0.gir: libgtop-2.0.la
|
GTop-2.0.gir: libgtop-2.0.la
|
||||||
GTop_2_0_gir_INCLUDES = GObject-2.0
|
GTop_2_0_gir_AM_CPPFLAGS = GObject-2.0
|
||||||
GTop_2_0_gir_CFLAGS = $(INCLUDES)
|
GTop_2_0_gir_CFLAGS = $(AM_CPPFLAGS)
|
||||||
GTop_2_0_gir_LIBS = libgtop-2.0.la
|
GTop_2_0_gir_LIBS = libgtop-2.0.la
|
||||||
GTop_2_0_gir_FILES = $(introspection_sources)
|
GTop_2_0_gir_FILES = $(introspection_sources)
|
||||||
INTROSPECTION_GIRS += GTop-2.0.gir
|
INTROSPECTION_GIRS += GTop-2.0.gir
|
||||||
|
@@ -20,6 +20,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
#include <glibtop/error.h>
|
||||||
#include <glibtop/read.h>
|
#include <glibtop/read.h>
|
||||||
#include <glibtop/write.h>
|
#include <glibtop/write.h>
|
||||||
#include <glibtop/read_data.h>
|
#include <glibtop/read_data.h>
|
||||||
@@ -35,6 +36,43 @@ glibtop_call_l (glibtop *server, unsigned command, size_t send_size,
|
|||||||
|
|
||||||
glibtop_init_r (&server, 0, 0);
|
glibtop_init_r (&server, 0, 0);
|
||||||
|
|
||||||
|
g_assert(command >= GLIBTOP_CMND_QUIT && command < GLIBTOP_MAX_CMND);
|
||||||
|
|
||||||
|
switch (command) {
|
||||||
|
#define CHECK_CMND(CMND) case (CMND): glibtop_debug("CALL: command %s sending %lu bytes", #CMND, (unsigned long)send_size); break
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_QUIT);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_SYSDEPS);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_CPU);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_MEM);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_SWAP);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_UPTIME);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_LOADAVG);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_SHM_LIMITS);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_MSG_LIMITS);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_SEM_LIMITS);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_PROCLIST);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_PROC_STATE);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_PROC_UID);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_PROC_MEM);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_PROC_TIME);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_PROC_SIGNAL);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_PROC_KERNEL);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_PROC_SEGMENT);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_PROC_ARGS);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_PROC_MAP);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_MOUNTLIST);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_FSUSAGE);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_NETLOAD);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_PPP);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_NETLIST);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_PROC_OPEN_FILES);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_PROC_WD);
|
||||||
|
CHECK_CMND(GLIBTOP_CMND_PROC_AFFINITY);
|
||||||
|
default:
|
||||||
|
glibtop_error_r(server, "CALL: command UNKNOWN(%d) sending %lu bytes", command, (unsigned long)send_size); break;
|
||||||
|
}
|
||||||
|
#undef CHECK_CMND
|
||||||
|
|
||||||
cmnd.command = command;
|
cmnd.command = command;
|
||||||
|
|
||||||
/* If send_size is less than _GLIBTOP_PARAM_SIZE (normally 16 Bytes), we
|
/* If send_size is less than _GLIBTOP_PARAM_SIZE (normally 16 Bytes), we
|
||||||
@@ -52,10 +90,8 @@ glibtop_call_l (glibtop *server, unsigned command, size_t send_size,
|
|||||||
|
|
||||||
glibtop_read_l (server, sizeof (glibtop_response), &response);
|
glibtop_read_l (server, sizeof (glibtop_response), &response);
|
||||||
|
|
||||||
#ifdef DEBUG
|
glibtop_debug ("RESPONSE: offset=%lu - data_size=%lu",
|
||||||
fprintf (stderr, "RESPONSE: %lu - %d\n",
|
|
||||||
response.offset, response.data_size);
|
response.offset, response.data_size);
|
||||||
#endif
|
|
||||||
|
|
||||||
if (recv_buf)
|
if (recv_buf)
|
||||||
memcpy (recv_buf, ((char *) &response) + response.offset,
|
memcpy (recv_buf, ((char *) &response) + response.offset,
|
||||||
|
13
lib/init.c
13
lib/init.c
@@ -26,12 +26,14 @@
|
|||||||
#include <glibtop/open.h>
|
#include <glibtop/open.h>
|
||||||
#include <glibtop/parameter.h>
|
#include <glibtop/parameter.h>
|
||||||
#include <glibtop/init_hooks.h>
|
#include <glibtop/init_hooks.h>
|
||||||
|
#include <glibtop/machine.h>
|
||||||
|
|
||||||
|
|
||||||
#ifndef DEFAULT_PORT
|
#ifndef DEFAULT_PORT
|
||||||
#define DEFAULT_PORT 42800
|
#define DEFAULT_PORT 42800
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static glibtop _glibtop_global_server = { 0 };
|
static glibtop _glibtop_global_server;
|
||||||
glibtop *glibtop_global_server = &_glibtop_global_server;
|
glibtop *glibtop_global_server = &_glibtop_global_server;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
@@ -141,7 +143,7 @@ _init_server (glibtop *server, const unsigned features)
|
|||||||
|
|
||||||
/* Open pipe to server. */
|
/* Open pipe to server. */
|
||||||
server->method = GLIBTOP_METHOD_PIPE;
|
server->method = GLIBTOP_METHOD_PIPE;
|
||||||
|
server->server_command = g_strdup(LIBGTOP_SERVER);
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
glibtop_error_r (server, "Unknown server method '%s'",
|
glibtop_error_r (server, "Unknown server method '%s'",
|
||||||
@@ -173,6 +175,9 @@ glibtop_init_r (glibtop **server_ptr, unsigned long features, unsigned flags)
|
|||||||
/* Do the initialization, but only if not already initialized. */
|
/* Do the initialization, but only if not already initialized. */
|
||||||
|
|
||||||
if ((server->flags & _GLIBTOP_INIT_STATE_INIT) == 0) {
|
if ((server->flags & _GLIBTOP_INIT_STATE_INIT) == 0) {
|
||||||
|
|
||||||
|
glibtop_machine_new (server);
|
||||||
|
|
||||||
if (flags & GLIBTOP_FEATURES_EXCEPT)
|
if (flags & GLIBTOP_FEATURES_EXCEPT)
|
||||||
features = ~features & GLIBTOP_SYSDEPS_ALL;
|
features = ~features & GLIBTOP_SYSDEPS_ALL;
|
||||||
|
|
||||||
@@ -209,7 +214,7 @@ glibtop_init_r (glibtop **server_ptr, unsigned long features, unsigned flags)
|
|||||||
/* Open server, but only if not already opened. */
|
/* Open server, but only if not already opened. */
|
||||||
|
|
||||||
if ((server->flags & _GLIBTOP_INIT_STATE_OPEN) == 0)
|
if ((server->flags & _GLIBTOP_INIT_STATE_OPEN) == 0)
|
||||||
glibtop_open_l (glibtop_global_server, "glibtop",
|
glibtop_open_l (server, "glibtop",
|
||||||
features, flags);
|
features, flags);
|
||||||
|
|
||||||
return server;
|
return server;
|
||||||
@@ -221,6 +226,8 @@ glibtop_init_s (glibtop **server_ptr, unsigned long features, unsigned flags)
|
|||||||
glibtop *server;
|
glibtop *server;
|
||||||
const _glibtop_init_func_t *init_fkt;
|
const _glibtop_init_func_t *init_fkt;
|
||||||
|
|
||||||
|
glibtop_debug("init_s with features=%#0lx and flags=%#0x", features, flags);
|
||||||
|
|
||||||
if (server_ptr == NULL)
|
if (server_ptr == NULL)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
39
lib/lib.pl
39
lib/lib.pl
@@ -88,7 +88,7 @@ sub output {
|
|||||||
@line_fields = split(/\|/, $line, 9999);
|
@line_fields = split(/\|/, $line, 9999);
|
||||||
$retval = $line_fields[1];
|
$retval = $line_fields[1];
|
||||||
$feature = $line_fields[2];
|
$feature = $line_fields[2];
|
||||||
$param_def = $line_fields[4];
|
$param_def = $line_fields[3];
|
||||||
|
|
||||||
$orig = $feature;
|
$orig = $feature;
|
||||||
$feature =~ s/^@//;
|
$feature =~ s/^@//;
|
||||||
@@ -106,16 +106,16 @@ sub output {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if ($param_def eq 'string') {
|
if ($param_def eq 'string') {
|
||||||
$call_param = ', ' . $line_fields[5];
|
$call_param = ', ' . $line_fields[4];
|
||||||
$param_buf = '';
|
$param_buf = '';
|
||||||
$buf_set = '';
|
$buf_set = '';
|
||||||
$param_decl = ",\n " . $space . ' const char *' .
|
$param_decl = ",\n " . $space . ' const char *' .
|
||||||
|
|
||||||
$line_fields[5];
|
$line_fields[4];
|
||||||
$send_ptr = "\n\tconst void *send_ptr = " . $line_fields[5] . ';';
|
$send_ptr = "\n\tconst void *send_ptr = " . $line_fields[4] . ';';
|
||||||
$send_size = "\n\tconst size_t send_size =\n\t\tstrlen (" .
|
$send_size = "\n\tconst size_t send_size =\n\t\tstrlen (" .
|
||||||
|
|
||||||
$line_fields[5] . ') + 1;';
|
$line_fields[4] . ') + 1;';
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$call_param = '';
|
$call_param = '';
|
||||||
@@ -126,7 +126,7 @@ sub output {
|
|||||||
$buf_set = '';
|
$buf_set = '';
|
||||||
$nr_params = (@params = split(/:/, $param_def, 9999));
|
$nr_params = (@params = split(/:/, $param_def, 9999));
|
||||||
if ($nr_params) {
|
if ($nr_params) {
|
||||||
$param_buf = "\n\tstruct {\n";
|
$param_buf = "\t\tstruct {\n";
|
||||||
}
|
}
|
||||||
for ($param = 1; $param <= $nr_params; $param++) {
|
for ($param = 1; $param <= $nr_params; $param++) {
|
||||||
$list = $params[$param];
|
$list = $params[$param];
|
||||||
@@ -138,8 +138,8 @@ sub output {
|
|||||||
|
|
||||||
if ($count > 0) {
|
if ($count > 0) {
|
||||||
for ($field = 1; $field <= $count; $field++) {
|
for ($field = 1; $field <= $count; $field++) {
|
||||||
$param_buf .= "\t\t$convert{$type} buf_$fields[$field];\n";
|
$param_buf .= "\t\t\t$convert{$type} buf_$fields[$field];\n";
|
||||||
$buf_set .= "\tparam_buf.buf_$fields[$field] = $fields[$field];\n";
|
$buf_set .= "\t\tparam_buf.buf_$fields[$field] = $fields[$field];\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -155,19 +155,19 @@ sub output {
|
|||||||
$fields[$field];
|
$fields[$field];
|
||||||
$call_param = $call_param . ', ' . $fields[$field];
|
$call_param = $call_param . ', ' . $fields[$field];
|
||||||
if ($send_ptr eq '') {
|
if ($send_ptr eq '') {
|
||||||
$send_ptr = "\n\tconst void *send_ptr = ¶m_buf;";
|
$send_ptr = "\t\tconst void *send_ptr = ¶m_buf;";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if ($nr_params) {
|
if ($nr_params) {
|
||||||
$param_buf .= "\t} param_buf;";
|
$param_buf .= "\t\t} param_buf;\n";
|
||||||
$send_size = "\n\tconst size_t send_size = sizeof param_buf;";
|
$send_size = "\t\tconst size_t send_size = sizeof param_buf;";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$send_size = "\n\tconst size_t send_size = 0;";
|
$send_size = "\t\tconst size_t send_size = 0;";
|
||||||
}
|
}
|
||||||
if ($send_ptr eq '') {
|
if ($send_ptr eq '') {
|
||||||
$send_ptr = "\n\tconst void *send_ptr = NULL;";
|
$send_ptr = "\t\tconst void *send_ptr = NULL;";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -175,13 +175,11 @@ sub output {
|
|||||||
|
|
||||||
$feature . ' *buf' . $param_decl . ')';
|
$feature . ' *buf' . $param_decl . ')';
|
||||||
|
|
||||||
print "{" . $param_buf;
|
print "{";
|
||||||
|
|
||||||
print $send_ptr . '' . $send_size;
|
|
||||||
if ($retval !~ /^void$/) {
|
if ($retval !~ /^void$/) {
|
||||||
print "\t" . $retval . ' retval = (' . $retval . ') 0;';
|
print "\t" . $retval . ' retval = (' . $retval . ') 0;';
|
||||||
}
|
}
|
||||||
print $buf_set;
|
|
||||||
|
|
||||||
print "\tglibtop_init_r (&server, (1 << GLIBTOP_SYSDEPS_" .
|
print "\tglibtop_init_r (&server, (1 << GLIBTOP_SYSDEPS_" .
|
||||||
|
|
||||||
@@ -198,6 +196,15 @@ sub output {
|
|||||||
&toupper($feature) . ')))';
|
&toupper($feature) . ')))';
|
||||||
print "\t{";
|
print "\t{";
|
||||||
|
|
||||||
|
if ($param_buf) {
|
||||||
|
print $param_buf;
|
||||||
|
print $buf_set;
|
||||||
|
}
|
||||||
|
|
||||||
|
print $send_ptr;
|
||||||
|
print $send_size;
|
||||||
|
print '';
|
||||||
|
|
||||||
print "\t\t" . $prefix . 'glibtop_call_l (server, GLIBTOP_CMND_' .
|
print "\t\t" . $prefix . 'glibtop_call_l (server, GLIBTOP_CMND_' .
|
||||||
|
|
||||||
&toupper($feature) . ',';
|
&toupper($feature) . ',';
|
||||||
|
38
lib/open.c
38
lib/open.c
@@ -47,56 +47,44 @@ glibtop_open_l (glibtop *server, const char *program_name,
|
|||||||
|
|
||||||
server->error_method = GLIBTOP_ERROR_METHOD_DEFAULT;
|
server->error_method = GLIBTOP_ERROR_METHOD_DEFAULT;
|
||||||
|
|
||||||
#ifdef DEBUG
|
glibtop_debug ("SIZEOF: %zu - %zu - %zu - %zu - %zu - %zu",
|
||||||
fprintf (stderr, "SIZEOF: %u - %u - %u - %u - %u - %u\n",
|
|
||||||
sizeof (glibtop_command), sizeof (glibtop_response),
|
sizeof (glibtop_command), sizeof (glibtop_response),
|
||||||
sizeof (glibtop_mountentry), sizeof (glibtop_union),
|
sizeof (glibtop_mountentry), sizeof (glibtop_union),
|
||||||
sizeof (glibtop_sysdeps), sizeof (glibtop_response_union));
|
sizeof (glibtop_sysdeps), sizeof (glibtop_response_union));
|
||||||
#endif
|
|
||||||
|
|
||||||
switch (server->method) {
|
switch (server->method) {
|
||||||
case GLIBTOP_METHOD_DIRECT:
|
case GLIBTOP_METHOD_DIRECT:
|
||||||
server->features = 0;
|
server->features = 0;
|
||||||
break;
|
break;
|
||||||
case GLIBTOP_METHOD_INET:
|
case GLIBTOP_METHOD_INET:
|
||||||
#ifdef DEBUG
|
glibtop_debug ("Connecting to '%s' port %ld.",
|
||||||
fprintf (stderr, "Connecting to '%s' port %ld.\n",
|
|
||||||
server->server_host, server->server_port);
|
server->server_host, server->server_port);
|
||||||
#endif
|
|
||||||
|
|
||||||
connect_type = glibtop_make_connection
|
connect_type = glibtop_make_connection
|
||||||
(server->server_host, server->server_port,
|
(server->server_host, server->server_port,
|
||||||
&server->socket);
|
&server->socket);
|
||||||
|
|
||||||
#ifdef DEBUG
|
glibtop_debug ("Connect Type is %d.", connect_type);
|
||||||
fprintf (stderr, "Connect Type is %d.\n", connect_type);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
server->flags |= _GLIBTOP_INIT_STATE_SERVER;
|
server->flags |= _GLIBTOP_INIT_STATE_SERVER;
|
||||||
|
|
||||||
server->features = -1;
|
server->features = -1;
|
||||||
break;
|
break;
|
||||||
case GLIBTOP_METHOD_UNIX:
|
case GLIBTOP_METHOD_UNIX:
|
||||||
#ifdef DEBUG
|
glibtop_debug ("Connecting to Unix Domain Socket.");
|
||||||
fprintf (stderr, "Connecting to Unix Domain Socket.\n");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
connect_type = glibtop_make_connection
|
connect_type = glibtop_make_connection
|
||||||
("unix", 0, &server->socket);
|
("unix", 0, &server->socket);
|
||||||
|
|
||||||
#ifdef DEBUG
|
glibtop_debug ("Connect Type is %d.", connect_type);
|
||||||
fprintf (stderr, "Connect Type is %d.\n", connect_type);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
server->flags |= _GLIBTOP_INIT_STATE_SERVER;
|
server->flags |= _GLIBTOP_INIT_STATE_SERVER;
|
||||||
|
|
||||||
server->features = -1;
|
server->features = -1;
|
||||||
break;
|
break;
|
||||||
case GLIBTOP_METHOD_PIPE:
|
case GLIBTOP_METHOD_PIPE:
|
||||||
#ifdef DEBUG
|
glibtop_debug ("Opening pipe to server (%s).",
|
||||||
fprintf (stderr, "Opening pipe to server (%s).\n",
|
server->server_command);
|
||||||
LIBGTOP_SERVER);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (pipe (server->input) || pipe (server->output))
|
if (pipe (server->input) || pipe (server->output))
|
||||||
glibtop_error_io_r (server, "cannot make a pipe");
|
glibtop_error_io_r (server, "cannot make a pipe");
|
||||||
@@ -110,9 +98,9 @@ glibtop_open_l (glibtop *server, const char *program_name,
|
|||||||
close (server->input [0]); close (server->output [1]);
|
close (server->input [0]); close (server->output [1]);
|
||||||
dup2 (server->input [1], 1);
|
dup2 (server->input [1], 1);
|
||||||
dup2 (server->output [0], 0);
|
dup2 (server->output [0], 0);
|
||||||
execl (LIBGTOP_SERVER, "libgtop-server", NULL);
|
execl (server->server_command, "libgtop-server", NULL);
|
||||||
glibtop_error_io_r (server, "execl (%s)",
|
glibtop_error_io_r (server, "execl (%s)",
|
||||||
LIBGTOP_SERVER);
|
server->server_command);
|
||||||
_exit (2);
|
_exit (2);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -165,18 +153,14 @@ glibtop_open_l (glibtop *server, const char *program_name,
|
|||||||
|
|
||||||
memcpy (&server->sysdeps, &sysdeps, sizeof (glibtop_sysdeps));
|
memcpy (&server->sysdeps, &sysdeps, sizeof (glibtop_sysdeps));
|
||||||
|
|
||||||
#ifdef DEBUG
|
glibtop_debug ("Server features are %#0lx.",
|
||||||
fprintf (stderr, "Server features are %lu.\n",
|
|
||||||
server->features);
|
server->features);
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* In any case, we call the open functions of our own sysdeps
|
/* In any case, we call the open functions of our own sysdeps
|
||||||
* directory. */
|
* directory. */
|
||||||
|
|
||||||
#ifdef DEBUG
|
glibtop_debug ("Calling sysdeps open function.");
|
||||||
fprintf (stderr, "Calling sysdeps open function.\n");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
glibtop_init_s (&server, features, flags);
|
glibtop_init_s (&server, features, flags);
|
||||||
}
|
}
|
||||||
|
@@ -33,9 +33,7 @@ glibtop_read_l (glibtop *server, size_t size, void *buf)
|
|||||||
int fd;
|
int fd;
|
||||||
glibtop_init_r (&server, 0, 0);
|
glibtop_init_r (&server, 0, 0);
|
||||||
|
|
||||||
#ifdef DEBUG
|
glibtop_debug("LIBRARY: really reading %d bytes.", (int)size);
|
||||||
fprintf (stderr, "LIBRARY: really reading %d bytes.\n", (int)size);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
fd = server->socket ? server->socket : server->input[0];
|
fd = server->socket ? server->socket : server->input[0];
|
||||||
|
|
||||||
|
@@ -36,10 +36,8 @@ glibtop_read_data_l (glibtop *server)
|
|||||||
|
|
||||||
glibtop_init_r (&server, 0, 0);
|
glibtop_init_r (&server, 0, 0);
|
||||||
|
|
||||||
#ifdef DEBUG
|
glibtop_debug ("LIBRARY: reading %lu data bytes.",
|
||||||
fprintf (stderr, "LIBRARY: reading %lu data bytes.\n",
|
|
||||||
(unsigned long) sizeof (size_t));
|
(unsigned long) sizeof (size_t));
|
||||||
#endif
|
|
||||||
|
|
||||||
if (server->socket) {
|
if (server->socket) {
|
||||||
ret = recv (server->socket, &size, sizeof (size_t), 0);
|
ret = recv (server->socket, &size, sizeof (size_t), 0);
|
||||||
@@ -50,10 +48,8 @@ glibtop_read_data_l (glibtop *server)
|
|||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
glibtop_error_io_r (server, _("read data size"));
|
glibtop_error_io_r (server, _("read data size"));
|
||||||
|
|
||||||
#ifdef DEBUG
|
glibtop_debug ("LIBRARY: really reading %lu data bytes (ret = %d).",
|
||||||
fprintf (stderr, "LIBRARY: really reading %lu data bytes (ret = %d).\n",
|
|
||||||
(unsigned long) size, ret);
|
(unsigned long) size, ret);
|
||||||
#endif
|
|
||||||
|
|
||||||
if (!size) return NULL;
|
if (!size) return NULL;
|
||||||
|
|
||||||
|
@@ -37,9 +37,7 @@ glibtop_write_l (glibtop *server, size_t size, void *buf)
|
|||||||
|
|
||||||
if (size == 0) return;
|
if (size == 0) return;
|
||||||
|
|
||||||
#ifdef DEBUG
|
glibtop_debug("LIBRARY: really writing %d bytes.", (int)size);
|
||||||
fprintf (stderr, "LIBRARY: really writing %d bytes.\n", (int)size);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
fd = server->socket ? server->socket : server->output[1];
|
fd = server->socket ? server->socket : server->output[1];
|
||||||
|
|
||||||
|
@@ -4,20 +4,16 @@ dnl
|
|||||||
dnl It defines the following variables:
|
dnl It defines the following variables:
|
||||||
dnl
|
dnl
|
||||||
dnl * 'libgtop_sysdeps_dir' - sysdeps dir for libgtop.
|
dnl * 'libgtop_sysdeps_dir' - sysdeps dir for libgtop.
|
||||||
dnl * 'libgtop_use_machine_h' - some of system dependend parts of libgtop provide
|
dnl * 'libgtop_need_server' - is the server really needed? Defines 'LIBGTOP_NEED_SERVER'
|
||||||
dnl their own header file. In this case we need to
|
dnl if true; defines conditional 'LIBGTOP_NEED_SERVER'.
|
||||||
dnl define 'HAVE_GLIBTOP_MACHINE_H'.
|
|
||||||
dnl * 'libgtop_need_server' - is the server really needed? Defines 'NEED_LIBGTOP'
|
|
||||||
dnl if true; defines conditional 'NEED_LIBGTOP'.
|
|
||||||
|
|
||||||
AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
||||||
AC_REQUIRE([AC_CANONICAL_HOST])
|
AC_REQUIRE([AC_CANONICAL_HOST])
|
||||||
|
|
||||||
AC_SUBST(libgtop_sysdeps_dir)
|
AC_SUBST(libgtop_sysdeps_dir)
|
||||||
AC_SUBST(libgtop_use_machine_h)
|
|
||||||
AC_SUBST(libgtop_need_server)
|
AC_SUBST(libgtop_need_server)
|
||||||
|
|
||||||
AC_ARG_WITH(libgtop-examples,
|
AC_ARG_WITH(examples,
|
||||||
AS_HELP_STRING([--with-examples],
|
AS_HELP_STRING([--with-examples],
|
||||||
[Build the libgtop examples @<:@default=yes@:>@]),[
|
[Build the libgtop examples @<:@default=yes@:>@]),[
|
||||||
build_examples="$withval"], [build_examples=yes])
|
build_examples="$withval"], [build_examples=yes])
|
||||||
@@ -31,39 +27,11 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
|||||||
|
|
||||||
AM_CONDITIONAL(HACKER_MODE, test x"$hacker_mode" = xyes)
|
AM_CONDITIONAL(HACKER_MODE, test x"$hacker_mode" = xyes)
|
||||||
|
|
||||||
AC_ARG_WITH(libgtop-smp,
|
|
||||||
AS_HELP_STRING([--with-libgtop-smp],
|
|
||||||
[Enable SMP support @<:@default-auto@:>@]),[
|
|
||||||
libgtop_smp="$withval"],[libgtop_smp=auto])
|
|
||||||
|
|
||||||
if test $libgtop_smp = auto ; then
|
|
||||||
AC_MSG_CHECKING(whether to enable SMP support)
|
|
||||||
case "$host_os" in
|
|
||||||
linux*)
|
|
||||||
libgtop_smp=yes
|
|
||||||
;;
|
|
||||||
aix*)
|
|
||||||
libgtop_smp=yes
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
libgtop_smp=no
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
AC_MSG_RESULT($libgtop_smp)
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test $libgtop_smp = yes ; then
|
|
||||||
AC_DEFINE(HAVE_LIBGTOP_SMP, 1, [Define if libgtop supports SMP])
|
|
||||||
fi
|
|
||||||
|
|
||||||
AM_CONDITIONAL(LIBGTOP_SMP, test $libgtop_smp = yes)
|
|
||||||
|
|
||||||
AC_MSG_CHECKING(for libgtop sysdeps directory)
|
AC_MSG_CHECKING(for libgtop sysdeps directory)
|
||||||
|
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
linux*)
|
linux*)
|
||||||
libgtop_sysdeps_dir=linux
|
libgtop_sysdeps_dir=linux
|
||||||
libgtop_use_machine_h=no
|
|
||||||
libgtop_have_sysinfo=yes
|
libgtop_have_sysinfo=yes
|
||||||
libgtop_need_server=no
|
libgtop_need_server=no
|
||||||
libgtop_sysdeps_private_mountlist=yes
|
libgtop_sysdeps_private_mountlist=yes
|
||||||
@@ -71,13 +39,11 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
|||||||
;;
|
;;
|
||||||
netbsd*|bsdi*)
|
netbsd*|bsdi*)
|
||||||
libgtop_sysdeps_dir=bsd
|
libgtop_sysdeps_dir=bsd
|
||||||
libgtop_use_machine_h=yes
|
|
||||||
libgtop_need_server=yes
|
libgtop_need_server=yes
|
||||||
libgtop_postinstall='chgrp kmem $(bindir)/libgtop_server2 && chmod 2755 $(bindir)/libgtop_server2'
|
libgtop_postinstall='chgrp kmem $(bindir)/libgtop_server2 && chmod 2755 $(bindir)/libgtop_server2'
|
||||||
;;
|
;;
|
||||||
openbsd*)
|
openbsd*)
|
||||||
libgtop_sysdeps_dir=openbsd
|
libgtop_sysdeps_dir=openbsd
|
||||||
libgtop_use_machine_h=yes
|
|
||||||
libgtop_need_server=yes
|
libgtop_need_server=yes
|
||||||
libgtop_sysdeps_private_mountlist=yes
|
libgtop_sysdeps_private_mountlist=yes
|
||||||
libgtop_sysdeps_private_fsusage=yes
|
libgtop_sysdeps_private_fsusage=yes
|
||||||
@@ -85,7 +51,6 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
|||||||
;;
|
;;
|
||||||
freebsd*|kfreebsd*)
|
freebsd*|kfreebsd*)
|
||||||
libgtop_sysdeps_dir=freebsd
|
libgtop_sysdeps_dir=freebsd
|
||||||
libgtop_use_machine_h=yes
|
|
||||||
libgtop_need_server=yes
|
libgtop_need_server=yes
|
||||||
libgtop_sysdeps_private_mountlist=yes
|
libgtop_sysdeps_private_mountlist=yes
|
||||||
libgtop_sysdeps_private_fsusage=yes
|
libgtop_sysdeps_private_fsusage=yes
|
||||||
@@ -93,27 +58,23 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
|||||||
;;
|
;;
|
||||||
solaris*)
|
solaris*)
|
||||||
libgtop_sysdeps_dir=solaris
|
libgtop_sysdeps_dir=solaris
|
||||||
libgtop_use_machine_h=yes
|
|
||||||
libgtop_need_server=yes
|
libgtop_need_server=yes
|
||||||
libgtop_postinstall='chgrp sys $(bindir)/libgtop_server && chmod 2755 $(bindir)/libgtop_server'
|
libgtop_postinstall='chgrp sys $(bindir)/libgtop_server && chmod 2755 $(bindir)/libgtop_server'
|
||||||
;;
|
;;
|
||||||
aix*)
|
aix*)
|
||||||
libgtop_sysdeps_dir=aix
|
libgtop_sysdeps_dir=aix
|
||||||
libgtop_use_machine_h=yes
|
|
||||||
libgtop_need_server=yes
|
libgtop_need_server=yes
|
||||||
libgtop_have_sysinfo=yes
|
libgtop_have_sysinfo=yes
|
||||||
libgtop_postinstall='chgrp system $(bindir)/libgtop_server && chmod g+s $(bindir)/libgtop_server2'
|
libgtop_postinstall='chgrp system $(bindir)/libgtop_server && chmod g+s $(bindir)/libgtop_server2'
|
||||||
;;
|
;;
|
||||||
darwin*)
|
darwin*)
|
||||||
libgtop_sysdeps_dir=darwin
|
libgtop_sysdeps_dir=darwin
|
||||||
libgtop_use_machine_h=yes
|
|
||||||
libgtop_need_server=yes
|
libgtop_need_server=yes
|
||||||
libgtop_have_sysinfo=yes
|
libgtop_have_sysinfo=yes
|
||||||
libgtop_postinstall='chgrp kmem $(bindir)/libgtop_server2 && chmod g+s $(bindir)/libgtop_server2'
|
libgtop_postinstall='chgrp kmem $(bindir)/libgtop_server2 && chmod g+s $(bindir)/libgtop_server2'
|
||||||
;;
|
;;
|
||||||
cygwin*)
|
cygwin*)
|
||||||
libgtop_sysdeps_dir=cygwin
|
libgtop_sysdeps_dir=cygwin
|
||||||
libgtop_use_machine_h=no
|
|
||||||
libgtop_need_server=no
|
libgtop_need_server=no
|
||||||
libgtop_have_sysinfo=yes
|
libgtop_have_sysinfo=yes
|
||||||
libgtop_sysdeps_private_mountlist=yes
|
libgtop_sysdeps_private_mountlist=yes
|
||||||
@@ -125,23 +86,19 @@ AC_DEFUN([GNOME_LIBGTOP_SYSDEPS],[
|
|||||||
#Please note that this port is obsolete and not working at
|
#Please note that this port is obsolete and not working at
|
||||||
#all. It is only useful for people who want to fix it ... :-)
|
#all. It is only useful for people who want to fix it ... :-)
|
||||||
libgtop_sysdeps_dir=sun4
|
libgtop_sysdeps_dir=sun4
|
||||||
libgtop_use_machine_h=yes
|
|
||||||
libgtop_need_server=yes
|
libgtop_need_server=yes
|
||||||
;;
|
;;
|
||||||
osf*)
|
osf*)
|
||||||
libgtop_sysdeps_dir=osf1
|
libgtop_sysdeps_dir=osf1
|
||||||
libgtop_use_machine_h=yes
|
|
||||||
libgtop_need_server=yes
|
libgtop_need_server=yes
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
libgtop_sysdeps_dir=stub
|
libgtop_sysdeps_dir=stub
|
||||||
libgtop_use_machine_h=no
|
|
||||||
libgtop_need_server=no
|
libgtop_need_server=no
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
else
|
else
|
||||||
libgtop_sysdeps_dir=stub
|
libgtop_sysdeps_dir=stub
|
||||||
libgtop_use_machine_h=no
|
|
||||||
libgtop_need_server=no
|
libgtop_need_server=no
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
@@ -304,22 +261,14 @@ main (void)
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
AC_MSG_CHECKING(for machine.h in libgtop sysdeps dir)
|
|
||||||
AC_MSG_RESULT($libgtop_use_machine_h)
|
|
||||||
|
|
||||||
AC_MSG_CHECKING(whether we need libgtop)
|
AC_MSG_CHECKING(whether we need libgtop)
|
||||||
AC_MSG_RESULT($libgtop_need_server)
|
AC_MSG_RESULT($libgtop_need_server)
|
||||||
|
|
||||||
if test x$libgtop_need_server = xyes ; then
|
if test x$libgtop_need_server = xyes ; then
|
||||||
AC_DEFINE(NEED_LIBGTOP, 1, [Define if libgtop is required])
|
AC_DEFINE(LIBGTOP_NEED_SERVER, 1, [Define if libgtop server is required])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test x$libgtop_use_machine_h = xyes ; then
|
AM_CONDITIONAL(LIBGTOP_NEED_SERVER, test x$libgtop_need_server = xyes)
|
||||||
AC_DEFINE(HAVE_GLIBTOP_MACHINE_H, 1,
|
|
||||||
[Define if machine.h in libgtop sysdeps dir])
|
|
||||||
fi
|
|
||||||
|
|
||||||
AM_CONDITIONAL(NEED_LIBGTOP, test x$libgtop_need_server = xyes)
|
|
||||||
AM_CONDITIONAL(LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST, test x$libgtop_sysdeps_private_mountlist = xyes)
|
AM_CONDITIONAL(LIBGTOP_SYSDEPS_PRIVATE_MOUNTLIST, test x$libgtop_sysdeps_private_mountlist = xyes)
|
||||||
AM_CONDITIONAL(LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE, test x$libgtop_sysdeps_private_fsusage = xyes)
|
AM_CONDITIONAL(LIBGTOP_SYSDEPS_PRIVATE_FSUSAGE, test x$libgtop_sysdeps_private_fsusage = xyes)
|
||||||
])
|
])
|
||||||
|
78
po/Makevars
Normal file
78
po/Makevars
Normal file
@@ -0,0 +1,78 @@
|
|||||||
|
# Makefile variables for PO directory in any package using GNU gettext.
|
||||||
|
|
||||||
|
# Usually the message domain is the same as the package name.
|
||||||
|
DOMAIN = $(PACKAGE)
|
||||||
|
|
||||||
|
# These two variables depend on the location of this directory.
|
||||||
|
subdir = po
|
||||||
|
top_builddir = ..
|
||||||
|
|
||||||
|
# These options get passed to xgettext.
|
||||||
|
XGETTEXT_OPTIONS = --keyword=_ --keyword=N_
|
||||||
|
|
||||||
|
# This is the copyright holder that gets inserted into the header of the
|
||||||
|
# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
|
||||||
|
# package. (Note that the msgstr strings, extracted from the package's
|
||||||
|
# sources, belong to the copyright holder of the package.) Translators are
|
||||||
|
# expected to transfer the copyright for their translations to this person
|
||||||
|
# or entity, or to disclaim their copyright. The empty string stands for
|
||||||
|
# the public domain; in this case the translators are expected to disclaim
|
||||||
|
# their copyright.
|
||||||
|
COPYRIGHT_HOLDER = Free Software Foundation, Inc.
|
||||||
|
|
||||||
|
# This tells whether or not to prepend "GNU " prefix to the package
|
||||||
|
# name that gets inserted into the header of the $(DOMAIN).pot file.
|
||||||
|
# Possible values are "yes", "no", or empty. If it is empty, try to
|
||||||
|
# detect it automatically by scanning the files in $(top_srcdir) for
|
||||||
|
# "GNU packagename" string.
|
||||||
|
PACKAGE_GNU =
|
||||||
|
|
||||||
|
# This is the email address or URL to which the translators shall report
|
||||||
|
# bugs in the untranslated strings:
|
||||||
|
# - Strings which are not entire sentences, see the maintainer guidelines
|
||||||
|
# in the GNU gettext documentation, section 'Preparing Strings'.
|
||||||
|
# - Strings which use unclear terms or require additional context to be
|
||||||
|
# understood.
|
||||||
|
# - Strings which make invalid assumptions about notation of date, time or
|
||||||
|
# money.
|
||||||
|
# - Pluralisation problems.
|
||||||
|
# - Incorrect English spelling.
|
||||||
|
# - Incorrect formatting.
|
||||||
|
# It can be your email address, or a mailing list address where translators
|
||||||
|
# can write to without being subscribed, or the URL of a web page through
|
||||||
|
# which the translators can contact you.
|
||||||
|
MSGID_BUGS_ADDRESS =
|
||||||
|
|
||||||
|
# This is the list of locale categories, beyond LC_MESSAGES, for which the
|
||||||
|
# message catalogs shall be used. It is usually empty.
|
||||||
|
EXTRA_LOCALE_CATEGORIES =
|
||||||
|
|
||||||
|
# This tells whether the $(DOMAIN).pot file contains messages with an 'msgctxt'
|
||||||
|
# context. Possible values are "yes" and "no". Set this to yes if the
|
||||||
|
# package uses functions taking also a message context, like pgettext(), or
|
||||||
|
# if in $(XGETTEXT_OPTIONS) you define keywords with a context argument.
|
||||||
|
USE_MSGCTXT = no
|
||||||
|
|
||||||
|
# These options get passed to msgmerge.
|
||||||
|
# Useful options are in particular:
|
||||||
|
# --previous to keep previous msgids of translated messages,
|
||||||
|
# --quiet to reduce the verbosity.
|
||||||
|
MSGMERGE_OPTIONS =
|
||||||
|
|
||||||
|
# These options get passed to msginit.
|
||||||
|
# If you want to disable line wrapping when writing PO files, add
|
||||||
|
# --no-wrap to MSGMERGE_OPTIONS, XGETTEXT_OPTIONS, and
|
||||||
|
# MSGINIT_OPTIONS.
|
||||||
|
MSGINIT_OPTIONS =
|
||||||
|
|
||||||
|
# This tells whether or not to regenerate a PO file when $(DOMAIN).pot
|
||||||
|
# has changed. Possible values are "yes" and "no". Set this to no if
|
||||||
|
# the POT file is checked in the repository and the version control
|
||||||
|
# program ignores timestamps.
|
||||||
|
PO_DEPENDS_ON_POT = no
|
||||||
|
|
||||||
|
# This tells whether or not to forcibly update $(DOMAIN).pot and
|
||||||
|
# regenerate PO files on "make dist". Possible values are "yes" and
|
||||||
|
# "no". Set this to no if the POT file and PO files are maintained
|
||||||
|
# externally.
|
||||||
|
DIST_DEPENDS_ON_UPDATE_PO = no
|
1
po/am.po
1
po/am.po
@@ -12,6 +12,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2003-01-16 08:39+EDT\n"
|
"PO-Revision-Date: 2003-01-16 08:39+EDT\n"
|
||||||
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
|
"Last-Translator: Ge'ez Frontier Foundation <locales@geez.org>\n"
|
||||||
"Language-Team: Amharic <locales@geez.org>\n"
|
"Language-Team: Amharic <locales@geez.org>\n"
|
||||||
|
"Language: am\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/ar.po
1
po/ar.po
@@ -15,6 +15,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2008-07-28 19:26+0300\n"
|
"PO-Revision-Date: 2008-07-28 19:26+0300\n"
|
||||||
"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
|
"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
|
||||||
"Language-Team: Arabic <doc@arabeyes.org>\n"
|
"Language-Team: Arabic <doc@arabeyes.org>\n"
|
||||||
|
"Language: ar\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/as.po
1
po/as.po
@@ -12,6 +12,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2011-08-17 16:13+0530\n"
|
"PO-Revision-Date: 2011-08-17 16:13+0530\n"
|
||||||
"Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n"
|
"Last-Translator: Nilamdyuti Goswami <ngoswami@redhat.com>\n"
|
||||||
"Language-Team: as_IN <kde-i18n-doc@kde.org>\n"
|
"Language-Team: as_IN <kde-i18n-doc@kde.org>\n"
|
||||||
|
"Language: as\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@@ -11,6 +11,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2010-01-06 18:12+0100\n"
|
"PO-Revision-Date: 2010-01-06 18:12+0100\n"
|
||||||
"Last-Translator: astur <malditoastur@gmail.com>\n"
|
"Last-Translator: astur <malditoastur@gmail.com>\n"
|
||||||
"Language-Team: Asturian <alministradores@softastur.org>\n"
|
"Language-Team: Asturian <alministradores@softastur.org>\n"
|
||||||
|
"Language: ast\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/az.po
1
po/az.po
@@ -12,6 +12,7 @@ msgstr ""
|
|||||||
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
|
"Last-Translator: Mətin Əmirov <metin@karegen.com>\n"
|
||||||
"Language-Team: Azerbaijani Turkish <translation-team-az@lists.sourceforge."
|
"Language-Team: Azerbaijani Turkish <translation-team-az@lists.sourceforge."
|
||||||
"net>\n"
|
"net>\n"
|
||||||
|
"Language: az\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/bn.po
1
po/bn.po
@@ -15,6 +15,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2010-01-21 16:02+0600\n"
|
"PO-Revision-Date: 2010-01-21 16:02+0600\n"
|
||||||
"Last-Translator: Israt Jahan <israt@ankur.org.bd>\n"
|
"Last-Translator: Israt Jahan <israt@ankur.org.bd>\n"
|
||||||
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
|
"Language-Team: Bengali <ankur-bd-l10n@googlegroups.com>\n"
|
||||||
|
"Language: bn\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@@ -14,6 +14,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-08-10 14:47+0530\n"
|
"PO-Revision-Date: 2007-08-10 14:47+0530\n"
|
||||||
"Last-Translator: Runa Bhattacharjee <runabh@gmail.com>\n"
|
"Last-Translator: Runa Bhattacharjee <runabh@gmail.com>\n"
|
||||||
"Language-Team: Bengali INDIA\n"
|
"Language-Team: Bengali INDIA\n"
|
||||||
|
"Language: bn_IN\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/ca.po
1
po/ca.po
@@ -13,6 +13,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2011-04-04 22:04+0200\n"
|
"PO-Revision-Date: 2011-04-04 22:04+0200\n"
|
||||||
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
|
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
|
||||||
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
|
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
|
||||||
|
"Language: ca\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@@ -12,7 +12,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2011-04-04 22:04+0200\n"
|
"PO-Revision-Date: 2011-04-04 22:04+0200\n"
|
||||||
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
|
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
|
||||||
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
|
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
|
||||||
"Language: ca-XV\n"
|
"Language: ca@valencia\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/cs.po
1
po/cs.po
@@ -13,6 +13,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2010-03-28 17:19+0100\n"
|
"PO-Revision-Date: 2010-03-28 17:19+0100\n"
|
||||||
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
|
"Last-Translator: Petr Kovar <pknbe@volny.cz>\n"
|
||||||
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
|
"Language-Team: Czech <gnome-cs-list@gnome.org>\n"
|
||||||
|
"Language: cs\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/cy.po
1
po/cy.po
@@ -10,6 +10,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2005-08-29 20:39+0100\n"
|
"PO-Revision-Date: 2005-08-29 20:39+0100\n"
|
||||||
"Last-Translator: Bryn Salisbury <bryn@randomlyevil.org.uk>\n"
|
"Last-Translator: Bryn Salisbury <bryn@randomlyevil.org.uk>\n"
|
||||||
"Language-Team: Welsh <gnome-cy@www.linux.org>\n"
|
"Language-Team: Welsh <gnome-cy@www.linux.org>\n"
|
||||||
|
"Language: cy\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/da.po
1
po/da.po
@@ -14,6 +14,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-09-16 23:21+0200\n"
|
"PO-Revision-Date: 2007-09-16 23:21+0200\n"
|
||||||
"Last-Translator: Ole Laursen <olau@hardworking.dk>\n"
|
"Last-Translator: Ole Laursen <olau@hardworking.dk>\n"
|
||||||
"Language-Team: Danish <dansk@klid.dk>\n"
|
"Language-Team: Danish <dansk@klid.dk>\n"
|
||||||
|
"Language: da\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/de.po
1
po/de.po
@@ -14,6 +14,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-07-19 19:28+0200\n"
|
"PO-Revision-Date: 2007-07-19 19:28+0200\n"
|
||||||
"Last-Translator: Hendrik Richter <hendrikr@gnome.org>\n"
|
"Last-Translator: Hendrik Richter <hendrikr@gnome.org>\n"
|
||||||
"Language-Team: German <gnome-de@gnome.org>\n"
|
"Language-Team: German <gnome-de@gnome.org>\n"
|
||||||
|
"Language: de\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/dz.po
1
po/dz.po
@@ -10,6 +10,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2006-03-28 11:12-0500\n"
|
"PO-Revision-Date: 2006-03-28 11:12-0500\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: <en@li.org>\n"
|
"Language-Team: <en@li.org>\n"
|
||||||
|
"Language: dz\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@@ -9,6 +9,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2010-05-12 18:37 -0400\n"
|
"PO-Revision-Date: 2010-05-12 18:37 -0400\n"
|
||||||
"Last-Translator: Thomas Thurman <tthurman@gnome.org>\n"
|
"Last-Translator: Thomas Thurman <tthurman@gnome.org>\n"
|
||||||
"Language-Team: Shavian <ubuntu-l10n-en-shaw@launchpad.net>\n"
|
"Language-Team: Shavian <ubuntu-l10n-en-shaw@launchpad.net>\n"
|
||||||
|
"Language: en@shaw\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@@ -12,6 +12,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2004-12-29 15:51-0400\n"
|
"PO-Revision-Date: 2004-12-29 15:51-0400\n"
|
||||||
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
|
"Last-Translator: Adam Weinberger <adamw@gnome.org>\n"
|
||||||
"Language-Team: Canadian English <adamw@gnome.org>\n"
|
"Language-Team: Canadian English <adamw@gnome.org>\n"
|
||||||
|
"Language: en_CA\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@@ -13,6 +13,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-05-15 22:52-0000\n"
|
"PO-Revision-Date: 2007-05-15 22:52-0000\n"
|
||||||
"Last-Translator: David Lodge <dave@cirt.net>\n"
|
"Last-Translator: David Lodge <dave@cirt.net>\n"
|
||||||
"Language-Team: English/GB <en@li.org>\n"
|
"Language-Team: English/GB <en@li.org>\n"
|
||||||
|
"Language: en_GB\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/eo.po
1
po/eo.po
@@ -13,6 +13,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2011-06-08 11:49+0200\n"
|
"PO-Revision-Date: 2011-06-08 11:49+0200\n"
|
||||||
"Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n"
|
"Last-Translator: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>\n"
|
||||||
"Language-Team: Esperanto <ubuntu-l10n-eo@lists.launchpad.net>\n"
|
"Language-Team: Esperanto <ubuntu-l10n-eo@lists.launchpad.net>\n"
|
||||||
|
"Language: eo\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
2
po/es.po
2
po/es.po
@@ -14,10 +14,10 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-05-14 09:30+0200\n"
|
"PO-Revision-Date: 2007-05-14 09:30+0200\n"
|
||||||
"Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n"
|
"Last-Translator: Jorge González <jorgegonz@svn.gnome.org>\n"
|
||||||
"Language-Team: Spanish <traductores@es.gnome.org>\n"
|
"Language-Team: Spanish <traductores@es.gnome.org>\n"
|
||||||
|
"Language: es\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"First-Translator: Pablo Saratxaga <srtxg@chanae.alphanet.ch>\n"
|
|
||||||
"X-Generator: KBabel 1.11.4\n"
|
"X-Generator: KBabel 1.11.4\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
1
po/et.po
1
po/et.po
@@ -16,6 +16,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-05-14 08:09+0300\n"
|
"PO-Revision-Date: 2007-05-14 08:09+0300\n"
|
||||||
"Last-Translator: Ivar Smolin <okul@linux.ee>\n"
|
"Last-Translator: Ivar Smolin <okul@linux.ee>\n"
|
||||||
"Language-Team: Estonian <gnome-et@linux.ee>\n"
|
"Language-Team: Estonian <gnome-et@linux.ee>\n"
|
||||||
|
"Language: et\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/eu.po
1
po/eu.po
@@ -13,6 +13,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2008-01-10 23:26+0100\n"
|
"PO-Revision-Date: 2008-01-10 23:26+0100\n"
|
||||||
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
|
"Last-Translator: Iñaki Larrañaga Murgoitio <dooteo@euskalgnu.org>\n"
|
||||||
"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
|
"Language-Team: Basque <itzulpena@euskalgnu.org>\n"
|
||||||
|
"Language: eu\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/fi.po
1
po/fi.po
@@ -13,6 +13,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2005-01-29 15:17+0200\n"
|
"PO-Revision-Date: 2005-01-29 15:17+0200\n"
|
||||||
"Last-Translator: Pauli Virtanen <pauli.virtanen@hut.fi>\n"
|
"Last-Translator: Pauli Virtanen <pauli.virtanen@hut.fi>\n"
|
||||||
"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
|
"Language-Team: Finnish <gnome-fi-laatu@lists.sourceforge.net>\n"
|
||||||
|
"Language: fi\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/fr.po
1
po/fr.po
@@ -16,6 +16,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-08-24 21:27+0200\n"
|
"PO-Revision-Date: 2007-08-24 21:27+0200\n"
|
||||||
"Last-Translator: Stéphane Raimbault <stephane.raimbault@gmail.com>\n"
|
"Last-Translator: Stéphane Raimbault <stephane.raimbault@gmail.com>\n"
|
||||||
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
|
"Language-Team: GNOME French Team <gnomefr@traduc.org>\n"
|
||||||
|
"Language: fr\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/ga.po
1
po/ga.po
@@ -13,6 +13,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2009-08-20 09:47-0600\n"
|
"PO-Revision-Date: 2009-08-20 09:47-0600\n"
|
||||||
"Last-Translator: Seán de Búrca <leftmostcat@gmail.com>\n"
|
"Last-Translator: Seán de Búrca <leftmostcat@gmail.com>\n"
|
||||||
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
|
"Language-Team: Irish <gaeilge-gnulinux@lists.sourceforge.net>\n"
|
||||||
|
"Language: ga\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
2
po/gu.po
2
po/gu.po
@@ -10,10 +10,10 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-08-07 12:42+0530\n"
|
"PO-Revision-Date: 2007-08-07 12:42+0530\n"
|
||||||
"Last-Translator: Ankit Patel <ankit@redhat.com>\n"
|
"Last-Translator: Ankit Patel <ankit@redhat.com>\n"
|
||||||
"Language-Team: Gujarati <fedora-trans-gu@redhat.com>\n"
|
"Language-Team: Gujarati <fedora-trans-gu@redhat.com>\n"
|
||||||
|
"Language: gu\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"<magnet@magnet-i.com>\n"
|
|
||||||
"Plural-Forms: nplurals=2; plural=(n!=1);\n\n"
|
"Plural-Forms: nplurals=2; plural=(n!=1);\n\n"
|
||||||
"\n"
|
"\n"
|
||||||
"X-Generator: KBabel 1.11.4\n"
|
"X-Generator: KBabel 1.11.4\n"
|
||||||
|
1
po/he.po
1
po/he.po
@@ -12,6 +12,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2003-03-18 18:06+0200\n"
|
"PO-Revision-Date: 2003-03-18 18:06+0200\n"
|
||||||
"Last-Translator: Yair Hershkovitz <yairhr@gmail.com>\n"
|
"Last-Translator: Yair Hershkovitz <yairhr@gmail.com>\n"
|
||||||
"Language-Team: Hebrew <he@li.org>\n"
|
"Language-Team: Hebrew <he@li.org>\n"
|
||||||
|
"Language: he\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/hi.po
1
po/hi.po
@@ -14,6 +14,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2009-06-10 14:37+0530\n"
|
"PO-Revision-Date: 2009-06-10 14:37+0530\n"
|
||||||
"Last-Translator: Rajesh Ranjan <rajesh672@gmail.com>\n"
|
"Last-Translator: Rajesh Ranjan <rajesh672@gmail.com>\n"
|
||||||
"Language-Team: Hindi <hindi.sf.net>\n"
|
"Language-Team: Hindi <hindi.sf.net>\n"
|
||||||
|
"Language: hi\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/hr.po
1
po/hr.po
@@ -9,6 +9,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-06-19 23:43+0000\n"
|
"PO-Revision-Date: 2007-06-19 23:43+0000\n"
|
||||||
"Last-Translator: Ante Karamatić <ivoks@grad.hr>\n"
|
"Last-Translator: Ante Karamatić <ivoks@grad.hr>\n"
|
||||||
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
|
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
|
||||||
|
"Language: hr\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/hu.po
1
po/hu.po
@@ -14,6 +14,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2008-03-09 22:02+0100\n"
|
"PO-Revision-Date: 2008-03-09 22:02+0100\n"
|
||||||
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
|
"Last-Translator: Gabor Kelemen <kelemeng@gnome.hu>\n"
|
||||||
"Language-Team: Hungarian <gnome@fsf.hu>\n"
|
"Language-Team: Hungarian <gnome@fsf.hu>\n"
|
||||||
|
"Language: hu\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/id.po
1
po/id.po
@@ -11,6 +11,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2010-04-18 14:46+0700\n"
|
"PO-Revision-Date: 2010-04-18 14:46+0700\n"
|
||||||
"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
|
"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
|
||||||
"Language-Team: GNOME Indonesian Translation Team <gnome@i15n.org>\n"
|
"Language-Team: GNOME Indonesian Translation Team <gnome@i15n.org>\n"
|
||||||
|
"Language: id\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/it.po
1
po/it.po
@@ -10,6 +10,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-10-02 23:18+0200\n"
|
"PO-Revision-Date: 2007-10-02 23:18+0200\n"
|
||||||
"Last-Translator: Alessio Frusciante <algol@firenze.linux.it>\n"
|
"Last-Translator: Alessio Frusciante <algol@firenze.linux.it>\n"
|
||||||
"Language-Team: Italian <tp@lists.linux.it>\n"
|
"Language-Team: Italian <tp@lists.linux.it>\n"
|
||||||
|
"Language: it\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/ja.po
1
po/ja.po
@@ -15,6 +15,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2011-09-11 07:40+0900\n"
|
"PO-Revision-Date: 2011-09-11 07:40+0900\n"
|
||||||
"Last-Translator: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>\n"
|
"Last-Translator: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>\n"
|
||||||
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
|
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
|
||||||
|
"Language: ja\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/ka.po
1
po/ka.po
@@ -11,6 +11,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2006-03-18 03:28+0100\n"
|
"PO-Revision-Date: 2006-03-18 03:28+0100\n"
|
||||||
"Last-Translator: Alexander Didebulidze <didebuli@in.tum.de>\n"
|
"Last-Translator: Alexander Didebulidze <didebuli@in.tum.de>\n"
|
||||||
"Language-Team: Georgian <gnome@inet.ge>\n"
|
"Language-Team: Georgian <gnome@inet.ge>\n"
|
||||||
|
"Language: ka\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/ko.po
1
po/ko.po
@@ -10,6 +10,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2013-03-19 02:23+0900\n"
|
"PO-Revision-Date: 2013-03-19 02:23+0900\n"
|
||||||
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
|
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
|
||||||
"Language-Team: GNOME Korea <gnome-kr@googlegroups.com>\n"
|
"Language-Team: GNOME Korea <gnome-kr@googlegroups.com>\n"
|
||||||
|
"Language: ko\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/ku.po
1
po/ku.po
@@ -11,6 +11,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2005-10-15 16:41+0200\n"
|
"PO-Revision-Date: 2005-10-15 16:41+0200\n"
|
||||||
"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
|
"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
|
||||||
"Language-Team: Kurdish <gnu-ku-wergerandin@lists.sourceforge.net>\n"
|
"Language-Team: Kurdish <gnu-ku-wergerandin@lists.sourceforge.net>\n"
|
||||||
|
"Language: ku\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/la.po
1
po/la.po
@@ -9,6 +9,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2008-11-14 22:00-0500\n"
|
"PO-Revision-Date: 2008-11-14 22:00-0500\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: Latin <la@li.org>\n"
|
"Language-Team: Latin <la@li.org>\n"
|
||||||
|
"Language: la\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/lt.po
1
po/lt.po
@@ -15,6 +15,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-09-16 13:58+0300\n"
|
"PO-Revision-Date: 2007-09-16 13:58+0300\n"
|
||||||
"Last-Translator: Žygimantas Beručka <zygis@gnome.org>\n"
|
"Last-Translator: Žygimantas Beručka <zygis@gnome.org>\n"
|
||||||
"Language-Team: Lithuanian <gnome-lt@lists.akl.lt>\n"
|
"Language-Team: Lithuanian <gnome-lt@lists.akl.lt>\n"
|
||||||
|
"Language: lt\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
@@ -11,6 +11,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2009-09-11 20:50+0530\n"
|
"PO-Revision-Date: 2009-09-11 20:50+0530\n"
|
||||||
"Last-Translator: Sangeeta Kumari <sangeeta09@gmail.com>\n"
|
"Last-Translator: Sangeeta Kumari <sangeeta09@gmail.com>\n"
|
||||||
"Language-Team: Maithili <maithili.sf.net>\n"
|
"Language-Team: Maithili <maithili.sf.net>\n"
|
||||||
|
"Language: mai\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/mg.po
1
po/mg.po
@@ -11,6 +11,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2006-07-05 21:48+0300\n"
|
"PO-Revision-Date: 2006-07-05 21:48+0300\n"
|
||||||
"Last-Translator: Fano Rajaonarisoa <rajfanhar@yahoo.fr>\n"
|
"Last-Translator: Fano Rajaonarisoa <rajfanhar@yahoo.fr>\n"
|
||||||
"Language-Team: Malagasy <i18n-malagasy-gnome@gna.org>\n"
|
"Language-Team: Malagasy <i18n-malagasy-gnome@gna.org>\n"
|
||||||
|
"Language: mg\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/mi.po
1
po/mi.po
@@ -11,6 +11,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2004-06-26 19:13+1200\n"
|
"PO-Revision-Date: 2004-06-26 19:13+1200\n"
|
||||||
"Last-Translator: John C Barstow <jbowtie@amathaine.com>\n"
|
"Last-Translator: John C Barstow <jbowtie@amathaine.com>\n"
|
||||||
"Language-Team: Maori <maori@nzlinux.org.nz>\n"
|
"Language-Team: Maori <maori@nzlinux.org.nz>\n"
|
||||||
|
"Language: mi\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/mk.po
1
po/mk.po
@@ -19,6 +19,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-09-02 21:56+0200\n"
|
"PO-Revision-Date: 2007-09-02 21:56+0200\n"
|
||||||
"Last-Translator: Arangel Angov <arangel@linux.net.mk>\n"
|
"Last-Translator: Arangel Angov <arangel@linux.net.mk>\n"
|
||||||
"Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
|
"Language-Team: Macedonian <ossm-members@hedona.on.net.mk>\n"
|
||||||
|
"Language: mk\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/ml.po
1
po/ml.po
@@ -12,6 +12,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2009-09-12 20:37+0530\n"
|
"PO-Revision-Date: 2009-09-12 20:37+0530\n"
|
||||||
"Last-Translator: \n"
|
"Last-Translator: \n"
|
||||||
"Language-Team: <en@li.org>\n"
|
"Language-Team: <en@li.org>\n"
|
||||||
|
"Language: ml\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/mn.po
1
po/mn.po
@@ -14,6 +14,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2004-01-05 21:47+0100\n"
|
"PO-Revision-Date: 2004-01-05 21:47+0100\n"
|
||||||
"Last-Translator: Sanlig Badral <Badral@openmn.org>\n"
|
"Last-Translator: Sanlig Badral <Badral@openmn.org>\n"
|
||||||
"Language-Team: Mongolian <openmn-core@lists.sf.net>\n"
|
"Language-Team: Mongolian <openmn-core@lists.sf.net>\n"
|
||||||
|
"Language: mn\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/mr.po
1
po/mr.po
@@ -11,6 +11,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-12-12 10:37+0530\n"
|
"PO-Revision-Date: 2007-12-12 10:37+0530\n"
|
||||||
"Last-Translator: sandeep shedmake <sandeep.shedmake@gmail.com>\n"
|
"Last-Translator: sandeep shedmake <sandeep.shedmake@gmail.com>\n"
|
||||||
"Language-Team: marathi\n"
|
"Language-Team: marathi\n"
|
||||||
|
"Language: mr\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/ms.po
1
po/ms.po
@@ -9,6 +9,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2003-11-11 03:36+0800\n"
|
"PO-Revision-Date: 2003-11-11 03:36+0800\n"
|
||||||
"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
|
"Last-Translator: Hasbullah Bin Pit <sebol@ikhlas.com>\n"
|
||||||
"Language-Team: Projek Gabai <gabai-penyumbang@list.sourceforge.net>\n"
|
"Language-Team: Projek Gabai <gabai-penyumbang@list.sourceforge.net>\n"
|
||||||
|
"Language: ms\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/ne.po
1
po/ne.po
@@ -17,6 +17,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-12-19 12:53+0545\n"
|
"PO-Revision-Date: 2007-12-19 12:53+0545\n"
|
||||||
"Last-Translator: Nabin Gautam <nabin@mpp.org.np>\n"
|
"Last-Translator: Nabin Gautam <nabin@mpp.org.np>\n"
|
||||||
"Language-Team: Nepali <info@mpp.org.np>\n"
|
"Language-Team: Nepali <info@mpp.org.np>\n"
|
||||||
|
"Language: ne\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/nl.po
1
po/nl.po
@@ -12,6 +12,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-07-17 18:54+0200 \n"
|
"PO-Revision-Date: 2007-07-17 18:54+0200 \n"
|
||||||
"Last-Translator: Wouter Bolsterlee <wbolster@gnome.org>\n"
|
"Last-Translator: Wouter Bolsterlee <wbolster@gnome.org>\n"
|
||||||
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
|
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
|
||||||
|
"Language: nl\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/nn.po
1
po/nn.po
@@ -15,6 +15,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2009-10-17 18:26+0200\n"
|
"PO-Revision-Date: 2009-10-17 18:26+0200\n"
|
||||||
"Last-Translator: Åsmund Skjæveland <aasmunds@ulrik.uio.no>\n"
|
"Last-Translator: Åsmund Skjæveland <aasmunds@ulrik.uio.no>\n"
|
||||||
"Language-Team: Norsk (nynorsk) <i18n-nn@lister.ping.uio.no>\n"
|
"Language-Team: Norsk (nynorsk) <i18n-nn@lister.ping.uio.no>\n"
|
||||||
|
"Language: nn\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
52
po/oc.po
52
po/oc.po
@@ -1,72 +1,72 @@
|
|||||||
# Occitan translation of libgtop.
|
# Occitan translation of libgtop.
|
||||||
# Copyright (C) 1998-2004 Free Software Foundation, Inc.
|
# Copyright (C) 1998-2004 Free Software Foundation, Inc.
|
||||||
# This file is distributed under the GNU General Public License Version 2.
|
# This file is distributed under the GNU General Public License Version 2.
|
||||||
#
|
# Cédric Valmary <cvalmary@yahoo.fr>, 2015.
|
||||||
#
|
# Cédric Valmary (Tot en òc) <cvalmary@yahoo.fr>, 2015.
|
||||||
#
|
# Cédric Valmary (totenoc.eu) <cvalmary@yahoo.fr>, 2016.
|
||||||
# Cédric Valmary (Tot en Òc) <cvalmary@yahoo.fr>, 2015.
|
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgtop 2.9.91\n"
|
"Project-Id-Version: libgtop 2.9.91\n"
|
||||||
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=libgto"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
|
||||||
"p&keywords=I18N+L10N&component=general\n"
|
"product=libgtop&keywords=I18N+L10N&component=general\n"
|
||||||
"POT-Creation-Date: 2013-12-19 14:39+0000\n"
|
"POT-Creation-Date: 2016-05-05 20:08+0000\n"
|
||||||
"PO-Revision-Date: 2015-04-30 09:46+0200\n"
|
"PO-Revision-Date: 2016-05-05 21:47+0200\n"
|
||||||
"Last-Translator: Cédric Valmary (Tot en Òc) <cvalmary@yahoo.fr>\n"
|
"Last-Translator: Cédric Valmary (totenoc.eu) <cvalmary@yahoo.fr>\n"
|
||||||
"Language-Team: www.totenoc.eu\n"
|
"Language-Team: Tot En Òc\n"
|
||||||
"Language: oc\n"
|
"Language: oc\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
"X-Generator: Virtaal 0.7.0\n"
|
"X-Generator: Virtaal 0.7.1\n"
|
||||||
"X-Project-Style: gnome\n"
|
"X-Project-Style: gnome\n"
|
||||||
|
|
||||||
#: ../lib/read.c:51
|
#: ../lib/read.c:49
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %d byte"
|
msgid "read %d byte"
|
||||||
msgid_plural "read %d bytes"
|
msgid_plural "read %d bytes"
|
||||||
msgstr[0] "%d octet legit"
|
msgstr[0] "%d octet legit"
|
||||||
msgstr[1] "%d octets legits"
|
msgstr[1] "%d octets legits"
|
||||||
|
|
||||||
#: ../lib/read_data.c:51
|
#: ../lib/read_data.c:49
|
||||||
msgid "read data size"
|
msgid "read data size"
|
||||||
msgstr "talha de las donadas legidas"
|
msgstr "talha de las donadas legidas"
|
||||||
|
|
||||||
#: ../lib/read_data.c:70
|
#: ../lib/read_data.c:66
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %lu byte of data"
|
msgid "read %lu byte of data"
|
||||||
msgid_plural "read %lu bytes of data"
|
msgid_plural "read %lu bytes of data"
|
||||||
msgstr[0] "lectura de %lu octet de donadas"
|
msgstr[0] "lectura de %lu octet de donadas"
|
||||||
msgstr[1] "lectura de %lu octets de donadas"
|
msgstr[1] "lectura de %lu octets de donadas"
|
||||||
|
|
||||||
#: ../lib/write.c:51
|
#: ../lib/write.c:49
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "wrote %d byte"
|
msgid "wrote %d byte"
|
||||||
msgid_plural "wrote %d bytes"
|
msgid_plural "wrote %d bytes"
|
||||||
msgstr[0] "escritura de %d octet"
|
msgstr[0] "escritura de %d octet"
|
||||||
msgstr[1] "escritura de %d octets"
|
msgstr[1] "escritura de %d octets"
|
||||||
|
|
||||||
#: ../src/daemon/gnuserv.c:455
|
#: ../src/daemon/gnuserv.c:456
|
||||||
msgid "Enable debugging"
|
msgid "Enable debugging"
|
||||||
msgstr "Activa lo desbugatge"
|
msgstr "Activa lo desbugatge"
|
||||||
|
|
||||||
#: ../src/daemon/gnuserv.c:457
|
#: ../src/daemon/gnuserv.c:458
|
||||||
msgid "Enable verbose output"
|
msgid "Enable verbose output"
|
||||||
msgstr "Activa la sortida charraira"
|
msgstr "Activa la sortida verbosa"
|
||||||
|
|
||||||
#: ../src/daemon/gnuserv.c:459
|
#: ../src/daemon/gnuserv.c:460
|
||||||
msgid "Don't fork into background"
|
msgid "Don't fork into background"
|
||||||
msgstr "Aviar pas en prètzfach de fons"
|
msgstr "Aviar pas en prètzfait de fons"
|
||||||
|
|
||||||
#: ../src/daemon/gnuserv.c:461
|
#: ../src/daemon/gnuserv.c:462
|
||||||
msgid "Invoked from inetd"
|
msgid "Invoked from inetd"
|
||||||
msgstr "Invocat a partir de inetd"
|
msgstr "Invocat a partir d'inetd"
|
||||||
|
|
||||||
#: ../src/daemon/gnuserv.c:495
|
#: ../src/daemon/gnuserv.c:498
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Run '%s --help' to see a full list of available command line options.\n"
|
msgid "Run '%s --help' to see a full list of available command line options.\n"
|
||||||
msgstr "Aviar « %s --help » per afichar la lista de las opcions de la linha de "
|
msgstr ""
|
||||||
|
"Aviar « %s --help » per afichar la lista de las opcions de la linha de "
|
||||||
"comanda.\n"
|
"comanda.\n"
|
||||||
|
|
||||||
#: ../sysdeps/osf1/siglist.c:27 ../sysdeps/sun4/siglist.c:27
|
#: ../sysdeps/osf1/siglist.c:27 ../sysdeps/sun4/siglist.c:27
|
||||||
@@ -151,11 +151,11 @@ msgstr "L'estat del filh a cambiat"
|
|||||||
|
|
||||||
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
|
#: ../sysdeps/osf1/siglist.c:47 ../sysdeps/sun4/siglist.c:47
|
||||||
msgid "Background read from tty"
|
msgid "Background read from tty"
|
||||||
msgstr "Lectura sus tty en rèire plan"
|
msgstr "Lectura sus tty en rèireplan"
|
||||||
|
|
||||||
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
|
#: ../sysdeps/osf1/siglist.c:48 ../sysdeps/sun4/siglist.c:48
|
||||||
msgid "Background write to tty"
|
msgid "Background write to tty"
|
||||||
msgstr "Escritura sus tty en rèire plan"
|
msgstr "Escritura sus tty en rèireplan"
|
||||||
|
|
||||||
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
||||||
msgid "I/O now possible"
|
msgid "I/O now possible"
|
||||||
|
1
po/or.po
1
po/or.po
@@ -16,6 +16,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2009-03-10 19:21+0530\n"
|
"PO-Revision-Date: 2009-03-10 19:21+0530\n"
|
||||||
"Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n"
|
"Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n"
|
||||||
"Language-Team: Oriya <oriya-it@googlegroups.com>\n"
|
"Language-Team: Oriya <oriya-it@googlegroups.com>\n"
|
||||||
|
"Language: or\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/pa.po
1
po/pa.po
@@ -14,6 +14,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2009-03-16 05:37+0000\n"
|
"PO-Revision-Date: 2009-03-16 05:37+0000\n"
|
||||||
"Last-Translator: A S Alam <aalam@users.sf.net>\n"
|
"Last-Translator: A S Alam <aalam@users.sf.net>\n"
|
||||||
"Language-Team: Punjabi/Panjabi <punjab-l10n@list.sf.net>\n"
|
"Language-Team: Punjabi/Panjabi <punjab-l10n@list.sf.net>\n"
|
||||||
|
"Language: pa\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
18
po/pl.po
18
po/pl.po
@@ -6,14 +6,14 @@
|
|||||||
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||||
# Zbigniew Chyla <chyla@alice.ci.pwr.wroc.pl>, 1999-2002.
|
# Zbigniew Chyla <chyla@alice.ci.pwr.wroc.pl>, 1999-2002.
|
||||||
# Artur Flinta <aflinta@at.kernel.pl>, 2004-2007.
|
# Artur Flinta <aflinta@at.kernel.pl>, 2004-2007.
|
||||||
# Piotr Drąg <piotrdrag@gmail.com>, 2010-2012.
|
# Piotr Drąg <piotrdrag@gmail.com>, 2010-2015.
|
||||||
# Aviary.pl <gnomepl@aviary.pl>, 2010-2012.
|
# Aviary.pl <gnomepl@aviary.pl>, 2010-2015.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: libgtop\n"
|
"Project-Id-Version: libgtop\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2012-09-04 18:37+0200\n"
|
"POT-Creation-Date: 2015-08-26 19:45+0200\n"
|
||||||
"PO-Revision-Date: 2012-09-04 18:42+0200\n"
|
"PO-Revision-Date: 2015-08-26 19:47+0200\n"
|
||||||
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
|
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
|
||||||
"Language-Team: Polish <gnomepl@aviary.pl>\n"
|
"Language-Team: Polish <gnomepl@aviary.pl>\n"
|
||||||
"Language: pl\n"
|
"Language: pl\n"
|
||||||
@@ -25,7 +25,7 @@ msgstr ""
|
|||||||
"X-Poedit-Language: Polish\n"
|
"X-Poedit-Language: Polish\n"
|
||||||
"X-Poedit-Country: Poland\n"
|
"X-Poedit-Country: Poland\n"
|
||||||
|
|
||||||
#: ../lib/read.c:51
|
#: ../lib/read.c:49
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %d byte"
|
msgid "read %d byte"
|
||||||
msgid_plural "read %d bytes"
|
msgid_plural "read %d bytes"
|
||||||
@@ -33,11 +33,11 @@ msgstr[0] "odczyt %d bajtu"
|
|||||||
msgstr[1] "odczyt %d bajtów"
|
msgstr[1] "odczyt %d bajtów"
|
||||||
msgstr[2] "odczyt %d bajtów"
|
msgstr[2] "odczyt %d bajtów"
|
||||||
|
|
||||||
#: ../lib/read_data.c:51
|
#: ../lib/read_data.c:49
|
||||||
msgid "read data size"
|
msgid "read data size"
|
||||||
msgstr "odczyt rozmiaru danych"
|
msgstr "odczyt rozmiaru danych"
|
||||||
|
|
||||||
#: ../lib/read_data.c:70
|
#: ../lib/read_data.c:66
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %lu byte of data"
|
msgid "read %lu byte of data"
|
||||||
msgid_plural "read %lu bytes of data"
|
msgid_plural "read %lu bytes of data"
|
||||||
@@ -45,7 +45,7 @@ msgstr[0] "odczytano jeden bajt danych"
|
|||||||
msgstr[1] "odczytano %lu bajty danych"
|
msgstr[1] "odczytano %lu bajty danych"
|
||||||
msgstr[2] "odczytano %lu bajtów danych"
|
msgstr[2] "odczytano %lu bajtów danych"
|
||||||
|
|
||||||
#: ../lib/write.c:51
|
#: ../lib/write.c:49
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "wrote %d byte"
|
msgid "wrote %d byte"
|
||||||
msgid_plural "wrote %d bytes"
|
msgid_plural "wrote %d bytes"
|
||||||
@@ -73,7 +73,7 @@ msgstr "Wywołanie przez inetd"
|
|||||||
#, c-format
|
#, c-format
|
||||||
msgid "Run '%s --help' to see a full list of available command line options.\n"
|
msgid "Run '%s --help' to see a full list of available command line options.\n"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Polecenie \"%s --help\" wyświetli pełną listę dostępnych opcji wiersza "
|
"Polecenie „%s --help” wyświetli pełną listę dostępnych opcji wiersza "
|
||||||
"poleceń.\n"
|
"poleceń.\n"
|
||||||
|
|
||||||
#: ../sysdeps/osf1/siglist.c:27 ../sysdeps/sun4/siglist.c:27
|
#: ../sysdeps/osf1/siglist.c:27 ../sysdeps/sun4/siglist.c:27
|
||||||
|
24
po/pt.po
24
po/pt.po
@@ -3,19 +3,23 @@
|
|||||||
# Distributed under the same licence as the libgtop package
|
# Distributed under the same licence as the libgtop package
|
||||||
# Duarte Loreto <happyguy_pt@hotmail.com>, 2001, 2002, 2003, 2004, 2005, 2007, 2013.
|
# Duarte Loreto <happyguy_pt@hotmail.com>, 2001, 2002, 2003, 2004, 2005, 2007, 2013.
|
||||||
#
|
#
|
||||||
|
# Pedro Albuquerque <palbuquerque73@openmailbox.com>, 2015.
|
||||||
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 3.8\n"
|
"Project-Id-Version: 3.8\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
|
||||||
"POT-Creation-Date: 2013-03-17 01:06+0000\n"
|
"product=libgtop&keywords=I18N+L10N&component=general\n"
|
||||||
"PO-Revision-Date: 2013-03-17 01:10+0000\n"
|
"POT-Creation-Date: 2014-02-08 10:53+0000\n"
|
||||||
"Last-Translator: Duarte Loreto <happyguy_pt@hotmail.com>\n"
|
"PO-Revision-Date: 2015-06-25 09:38+0100\n"
|
||||||
"Language-Team: Portuguese <gnome_pt@yahoogroups.com>\n"
|
"Last-Translator: Pedro Albuquerque <palbuquerque73@openmailbox.com>\n"
|
||||||
|
"Language-Team: Português <palbuquerque73@openmailbox.com>\n"
|
||||||
"Language: pt\n"
|
"Language: pt\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
"X-Generator: Gtranslator 2.91.6\n"
|
||||||
|
|
||||||
#: ../lib/read.c:51
|
#: ../lib/read.c:51
|
||||||
#, c-format
|
#, c-format
|
||||||
@@ -32,8 +36,8 @@ msgstr "tamanho dos dados lidos"
|
|||||||
#, c-format
|
#, c-format
|
||||||
msgid "read %lu byte of data"
|
msgid "read %lu byte of data"
|
||||||
msgid_plural "read %lu bytes of data"
|
msgid_plural "read %lu bytes of data"
|
||||||
msgstr[0] "%lu byte lido"
|
msgstr[0] "%lu byte de dados lido"
|
||||||
msgstr[1] "%lu bytes lidos"
|
msgstr[1] "%lu bytes de dados lidos"
|
||||||
|
|
||||||
#: ../lib/write.c:51
|
#: ../lib/write.c:51
|
||||||
#, c-format
|
#, c-format
|
||||||
@@ -83,7 +87,7 @@ msgstr "Instrução ilegal"
|
|||||||
|
|
||||||
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
|
#: ../sysdeps/osf1/siglist.c:31 ../sysdeps/sun4/siglist.c:31
|
||||||
msgid "Trace trap"
|
msgid "Trace trap"
|
||||||
msgstr "Armadilha de trace"
|
msgstr "Armadilha de rasto"
|
||||||
|
|
||||||
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
|
#: ../sysdeps/osf1/siglist.c:32 ../sysdeps/sun4/siglist.c:32
|
||||||
msgid "Abort"
|
msgid "Abort"
|
||||||
@@ -123,7 +127,7 @@ msgstr "Alarme"
|
|||||||
|
|
||||||
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
|
#: ../sysdeps/osf1/siglist.c:41 ../sysdeps/sun4/siglist.c:41
|
||||||
msgid "Termination"
|
msgid "Termination"
|
||||||
msgstr "Terminar"
|
msgstr "Terminação"
|
||||||
|
|
||||||
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
|
#: ../sysdeps/osf1/siglist.c:42 ../sysdeps/sun4/siglist.c:42
|
||||||
msgid "Urgent condition on socket"
|
msgid "Urgent condition on socket"
|
||||||
@@ -155,7 +159,7 @@ msgstr "Escrita em fundo para a tty"
|
|||||||
|
|
||||||
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
#: ../sysdeps/osf1/siglist.c:49 ../sysdeps/sun4/siglist.c:49
|
||||||
msgid "I/O now possible"
|
msgid "I/O now possible"
|
||||||
msgstr "I/O agora possível"
|
msgstr "E/S agora possível"
|
||||||
|
|
||||||
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
|
#: ../sysdeps/osf1/siglist.c:50 ../sysdeps/sun4/siglist.c:50
|
||||||
msgid "CPU limit exceeded"
|
msgid "CPU limit exceeded"
|
||||||
|
@@ -13,6 +13,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2008-07-24 13:23-0300\n"
|
"PO-Revision-Date: 2008-07-24 13:23-0300\n"
|
||||||
"Last-Translator: Vladimir Melo <vladimirmelo.psi@gmail.com>\n"
|
"Last-Translator: Vladimir Melo <vladimirmelo.psi@gmail.com>\n"
|
||||||
"Language-Team: Brazilian Portuguese <gnome-pt_br-list@gnome.org>\n"
|
"Language-Team: Brazilian Portuguese <gnome-pt_br-list@gnome.org>\n"
|
||||||
|
"Language: pt_BR\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/ro.po
1
po/ro.po
@@ -10,6 +10,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2009-09-20 00:44+0300\n"
|
"PO-Revision-Date: 2009-09-20 00:44+0300\n"
|
||||||
"Last-Translator: Mișu Moldovan <dumol@gnome.ro>\n"
|
"Last-Translator: Mișu Moldovan <dumol@gnome.ro>\n"
|
||||||
"Language-Team: Romanian <gnomero-list@lists.sourceforge.net>\n"
|
"Language-Team: Romanian <gnomero-list@lists.sourceforge.net>\n"
|
||||||
|
"Language: ro\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/ru.po
1
po/ru.po
@@ -13,6 +13,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2007-09-05 15:01+0200\n"
|
"PO-Revision-Date: 2007-09-05 15:01+0200\n"
|
||||||
"Last-Translator: Nickolay V. Shmyrev <nshmyrev@yandex.ru>\n"
|
"Last-Translator: Nickolay V. Shmyrev <nshmyrev@yandex.ru>\n"
|
||||||
"Language-Team: Russian <gnome-cyr@gnome.org>\n"
|
"Language-Team: Russian <gnome-cyr@gnome.org>\n"
|
||||||
|
"Language: ru\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/rw.po
1
po/rw.po
@@ -19,6 +19,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2005-03-28 19:35-0700\n"
|
"PO-Revision-Date: 2005-03-28 19:35-0700\n"
|
||||||
"Last-Translator: Steve Murphy <murf@e-tools.com>\n"
|
"Last-Translator: Steve Murphy <murf@e-tools.com>\n"
|
||||||
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
|
"Language-Team: Kinyarwanda <translation-team-rw@lists.sourceforge.net>\n"
|
||||||
|
"Language: rw\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/sk.po
1
po/sk.po
@@ -10,6 +10,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2008-03-06 22:12+0100\n"
|
"PO-Revision-Date: 2008-03-06 22:12+0100\n"
|
||||||
"Last-Translator: Marcel Telka <Marcel@telka.sk>\n"
|
"Last-Translator: Marcel Telka <Marcel@telka.sk>\n"
|
||||||
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
|
||||||
|
"Language: sk\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/sl.po
1
po/sl.po
@@ -14,6 +14,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2010-05-11 15:26+0100\n"
|
"PO-Revision-Date: 2010-05-11 15:26+0100\n"
|
||||||
"Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
|
"Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
|
||||||
"Language-Team: Slovenian <sl@li.org>\n"
|
"Language-Team: Slovenian <sl@li.org>\n"
|
||||||
|
"Language: sl\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
1
po/sq.po
1
po/sq.po
@@ -11,6 +11,7 @@ msgstr ""
|
|||||||
"PO-Revision-Date: 2008-09-20 12:25+0200\n"
|
"PO-Revision-Date: 2008-09-20 12:25+0200\n"
|
||||||
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
|
"Last-Translator: Laurent Dhima <laurenti@alblinux.net>\n"
|
||||||
"Language-Team: albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
|
"Language-Team: albanian <gnome-albanian-perkthyesit@lists.sourceforge.net>\n"
|
||||||
|
"Language: sq\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user