Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

tapset::proc_mem(3stap) [centos man page]

tapset::proc_mem(3stap) 												   tapset::proc_mem(3stap)

NAME
tapset::proc_mem - systemtap proc_mem tapset DESCRIPTION
Process memory query and utility functions provide information about the memory usage of the current application. These functions provide information about the full size, resident, shared, code and data used by the current process. And provide utility functions to query the page size of the current architecture and create human readable string representations of bytes and pages used. proc_mem_size Total program virtual memory size in pages See function::proc_mem_size(3stap) for details. proc_mem_size_pid Total program virtual memory size in pages See function::proc_mem_size_pid(3stap) for details. proc_mem_rss Program resident set size in pages See function::proc_mem_rss(3stap) for details. proc_mem_rss_pid Program resident set size in pages See function::proc_mem_rss_pid(3stap) for details. proc_mem_shr Program shared pages (from shared mappings) See function::proc_mem_shr(3stap) for details. proc_mem_shr_pid Program shared pages (from shared mappings) See function::proc_mem_shr_pid(3stap) for details. proc_mem_txt Program text (code) size in pages See function::proc_mem_txt(3stap) for details. proc_mem_txt_pid Program text (code) size in pages See function::proc_mem_txt_pid(3stap) for details. proc_mem_data Program data size (data + stack) in pages See function::proc_mem_data(3stap) for details. proc_mem_data_pid Program data size (data + stack) in pages See function::proc_mem_data_pid(3stap) for details. mem_page_size Number of bytes in a page for this architecture See function::mem_page_size(3stap) for details. bytes_to_string Human readable string for given bytes See function::bytes_to_string(3stap) for details. pages_to_string Turns pages into a human readable string See function::pages_to_string(3stap) for details. proc_mem_string Human readable string of current proc memory usage See function::proc_mem_string(3stap) for details. proc_mem_string_pid Human readable string of process memory usage See function::proc_mem_string_pid(3stap) for details. SEE ALSO
function::proc_mem_size(3stap), function::proc_mem_size_pid(3stap), function::proc_mem_rss(3stap), function::proc_mem_rss_pid(3stap), function::proc_mem_shr(3stap), function::proc_mem_shr_pid(3stap), function::proc_mem_txt(3stap), function::proc_mem_txt_pid(3stap), function::proc_mem_data(3stap), function::proc_mem_data_pid(3stap), function::mem_page_size(3stap), function::bytes_to_string(3stap), function::pages_to_string(3stap), function::proc_mem_string(3stap), function::proc_mem_string_pid(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::proc_mem(3stap)

Check Out this Related Man Page

tapset::networking(3stap)												 tapset::networking(3stap)

NAME
tapset::networking - systemtap networking tapset DESCRIPTION
This family of probe points is used to probe the activities of the network device. netdev.receive Data received from network device. See probe::netdev.receive(3stap) for details. netdev.transmit Network device transmitting buffer See probe::netdev.transmit(3stap) for details. netdev.change_mtu Called when the netdev MTU is changed See probe::netdev.change_mtu(3stap) for details. netdev.open Called when the device is opened See probe::netdev.open(3stap) for details. netdev.close Called when the device is closed See probe::netdev.close(3stap) for details. netdev.hard_transmit Called when the devices is going to TX (hard) See probe::netdev.hard_transmit(3stap) for details. netdev.rx Called when the device is going to receive a packet See probe::netdev.rx(3stap) for details. netdev.change_rx_flag Called when the device RX flag will be changed See probe::netdev.change_rx_flag(3stap) for details. netdev.set_promiscuity Called when the device enters/leaves promiscuity See probe::netdev.set_promiscuity(3stap) for details. netdev.ioctl Called when the device suffers an IOCTL See probe::netdev.ioctl(3stap) for details. netdev.register Called when the device is registered See probe::netdev.register(3stap) for details. netdev.unregister Called when the device is being unregistered See probe::netdev.unregister(3stap) for details. netdev.get_stats Called when someone asks the device statistics See probe::netdev.get_stats(3stap) for details. netdev.change_mac Called when the netdev_name has the MAC changed See probe::netdev.change_mac(3stap) for details. SEE ALSO
probe::netdev.receive(3stap), probe::netdev.transmit(3stap), probe::netdev.change_mtu(3stap), probe::netdev.open(3stap), probe::netdev.close(3stap), probe::netdev.hard_transmit(3stap), probe::netdev.rx(3stap), probe::netdev.change_rx_flag(3stap), probe::netdev.set_promiscuity(3stap), probe::netdev.ioctl(3stap), probe::netdev.register(3stap), probe::netdev.unregister(3stap), probe::netdev.get_stats(3stap), probe::netdev.change_mac(3stap), stap(1), stapprobes(3stap) IBM
--- tapset::networking(3stap)
Man Page