If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.

0
U

Property:showavmipcstate

From BoxMatrix


BoxMatrix >> Shell-Commands >> showavmipcstate @ BoxMatrix   -   IRC-Chat   -   Translate: de es fr it nl pl
News Selectors Models Accessories Components Environment Config Commands System Webif Software Develop Lexicon Community Project Media

Startup-Scr Hotplug-Scr BusyBox-Cmds Bash-Cmds AVM-Cmds Chipset-Cmds Linux-Cmds Shared-Libs Kernel-Mods Research

AVM-Command

Goto:   Examples  -  Source  -  Dependencies   -   Model-Matrix   -   Symbols   -   SMW-Browser

Details

showavmipcstate shows the attachments of one or more AVMIPC-Datastore nodes.
Although the naming implies that it can only show AVMIPC-States it also works for AVMIPC-Events.

By default the classical hexdump format is used, but help claims it could be switched to ASCII.
Apparently this does not work, see the Examples.

showavmipcstate is likely a tool from earlier days of AVMIPC, when attachments were mostly binary values.
Today they are human readable and ASCII printable JSON structures, which are best viewed with aicmd.

fw 7.90 help:

root@fritz:/var/mod/root# showavmipcstate -?

usage: showavmipcstate [options] STATE [STATES..]

options:
  -?                 - print this help
  -v                 - verbose. (NOTSET)
  -s                 - attempt string output. (NOTSET)
  -D STRING          - switch debug logs on. (FUNC)

showavmipcstate: print values of avmipc states

Examples

fw 7.90 hexdump mode:

root@fritz:/var/mod/root# showavmipcstate STATE_ATA_SYNC_STATE

0000  6174615F 73796E63 207B0A63 6F6D6D6F 6E207B0A  ata_sync {.common {.
0014  73796E63 5F737461 7465203D 20313B0A 73796E63  sync_state = 1;.sync
0028  5F726174 655F6473 203D2030 3B0A7379 6E635F72  _rate_ds = 0;.sync_r
003c  6174655F 7573203D 20303B0A 7D0A6966 6E616D65  ate_us = 0;.}.ifname
0050  203D2022 223B0A7D 0A                           = "";.}.

fw 7.90 ASCII / string mode - does not work:

root@fritz:/var/mod/root# showavmipcstate -s STATE_ATA_SYNC_STATE

0000  6174615F 73796E63 207B0A63 6F6D6D6F 6E207B0A  ata_sync {.common {.
0014  73796E63 5F737461 7465203D 20313B0A 73796E63  sync_state = 1;.sync
0028  5F726174 655F6473 203D2030 3B0A7379 6E635F72  _rate_ds = 0;.sync_r
003c  6174655F 7573203D 20303B0A 7D0A6966 6E616D65  ate_us = 0;.}.ifname
0050  203D2022 223B0A7D 0A                           = "";.}.

fw 7.90 aicmd datastore query:

root@fritz:/var/mod/root# aicmd avmipcd datastore query STATE_ATA_SYNC_STATE full

STATE_ATA_SYNC_STATE                     : size   89, set by multid (local), no listener
   DATA: <<!EOF!
ata_sync {
common {
sync_state = 1;
sync_rate_ds = 0;
sync_rate_us = 0;
}
ifname = "";
}
!EOF!

Source

The names of source files compiled into an executable often help to understand function blocks (and show gaps in the docs).
fw 7.90 source files:

$ strings /bin/showavmipcstate | grep -e '\.c$' -e '\.cpp$'

<empty>  

Dependencies

Daily updated index of all dependencies of this command. Last update: 2024-04-27 07:31 GMT.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.

Relation Typ Object Mod Firmware Info Origin
Depends on lib ld.so 3 7.90 Dynamic linker / loader Linux
Depends on lib libavmcsock.so 13 7.90 Networking, I/O and helper functions AVM
Depends on lib libc.so 13 7.90 Standard C library Linux
Depends on lib libdl.so 7 7.90 Dynamic linking library Linux
Depends on lib libpthread.so 7 7.90 POSIX threading library Linux
Depends on lib librt.so 7 7.90 POSIX realtime extensions library Linux
Depends on lib libsvctl.so 13 7.90 supervisor notification library AVM
Depends on lib libz.so 13 7.90 Zlib compressor / decompressor Linux
8 dependencies for this command

Model-Matrix

Daily updated index of the presence, path and size of this command for each model. Last update: 2024-04-27 05:16 GMT.
Showing all models using this command. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.

Model Firmware Path Size
FRITZ!Box 5590 Fiber (arm) 7.90 /bin 9.3k
FRITZ!Box 5590 Fiber (prx) 7.90 /bin 9.8k
FRITZ!Box 6591 Cable (arm) 7.90 /bin 13.5k
FRITZ!Box 6591 Cable (atom) 7.90 /bin 13.5k
FRITZ!Box 6660 Cable (arm) 7.90 /bin 13.5k
FRITZ!Box 6660 Cable (atom) 7.90 /bin 13.5k
FRITZ!Box 6690 Cable (arm) 7.90 /bin 13.5k
FRITZ!Box 6690 Cable (atom) 7.90 /bin 13.5k
FRITZ!Box 6850 LTE 7.90 /bin 9.4k
FRITZ!Box 6850 5G 7.90 /bin 9.4k
FRITZ!Box 7530 AX 7.90 /bin 9.6k
FRITZ!Box 7590 7.90 /bin 9.8k
FRITZ!Box 7590 AX 7.90 /bin 9.8k
13 models use this command

Symbols

Daily updated index of all symbols of this command. Last update: 2024-04-27 07:31 GMT.

Firmware Symbol
7.90 main
1 symbol for this command

SMW-Browser

Information is currently being retrieved from the backend.
 

Synonyms

Showing 1 related property.

s