What is Performance data nad Event data?

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat What is Performance data nad Event data?
# 1  
Old 07-22-2011
Question What is Performance data nad Event data?

What is Performance data and Event data?

I want to write own discription about a data flow diagram but I don't understand exact meaning of following words.

1.Performance data
2.Event data

I googled it but still no luck.

Please guide me.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Programming

Event driven programming / epoll / typedef union / session data array

Sorry for the “word salad” subject, but I wanted to cast a wide net for help. I've created an IP (Internet Protocol) server which serves HTTP, SMTP, and FTP requests. As you probably know, they all require creating a socket, listening on it, accepting connections, and then having a short... (3 Replies)
Discussion started by: John S.
3 Replies

2. Infrastructure Monitoring

Performance data via HPOV tool

Hi, We have HP OpenView tool to extract utilization report and extract them in csv. Every month I pull 30 days CPU and Memory utilization, every 5 minutes via GUI and export it in csv (excel) format. It is always a time consuming process to run it on a set of servers and then pick next set because... (0 Replies)
Discussion started by: solaris_1977
0 Replies

3. Red Hat

What is the best tools for performance data gathering and analysis?

Dear Guru, IHAC who complaint that his CentOS is getting performance issue. I have to help him out of there. Could you please tell me which tools is better to gathering the whole system performance data? -- CPU/Memory/IO(disk & Network)/swap I would like the tools could be... (6 Replies)
Discussion started by: devyfong
6 Replies

4. IP Networking

Convert txt performance data into OID

Hey everyone, I want to ask you some questions, I have some network performance data in txt formatted. I want to change it to OID format, so it could be collected with snmptrap. How this could be done?? Thank you so much (0 Replies)
Discussion started by: franzramadhan
0 Replies

5. Shell Programming and Scripting

Extract data based on match against one column data from a long list data

My input file: data_5 Ali 422 2.00E-45 102/253 140/253 24 data_3 Abu 202 60.00E-45 12/23 140/23 28 data_1 Ahmad 256 7.00E-45 120/235 140/235 22 data_4 Aman 365 8.00E-45 15/65 140/65 20 data_10 Jones 869 9.00E-45 65/253 140/253 18... (12 Replies)
Discussion started by: patrick87
12 Replies

6. Shell Programming and Scripting

Transpose data from columns to lines for each event

Hi everyone, Maybe somebody could help me with this. I have a text file showing in 2 columns registers of services used by customers in a comercial place. The register for the use of any particular service begins with "EVENT" in column 1. I would like to transpose the info for each... (20 Replies)
Discussion started by: cgkmal
20 Replies

7. Shell Programming and Scripting

Performance data, *nix

Hello, I want to write a tool which fetches performance data from remote machines. Sounds easy? well there are some requirements: No extra "client" software should be needed on the hosts, remote shell access (e.g. SSH) should be enough. -> I'm limited to a small amount of tools. I want CPU,... (8 Replies)
Discussion started by: Eliteforce
8 Replies
Login or Register to Ask a Question
PMC.OCTEON(3)						   BSD Library Functions Manual 					     PMC.OCTEON(3)

NAME
pmc.octeon -- measurement events for Octeon family CPUs LIBRARY
Performance Counters Library (libpmc, -lpmc) SYNOPSIS
#include <pmc.h> DESCRIPTION
There are two counters per core supported by the hardware and each is 64 bits wide. Event Specifiers (Programmable PMCs) MIPS programmable PMCs support the following events: CLK (Event 1) Conditionally clocked cycles (as opposed to count/cvm_count which count even with no clocks) ISSUE (Event 2) Instructions issued but not retired RET (Event 3) Instructions retired NISSUE (Event 4) Cycles no issue SISSUE (Event 5) Cycles single issue DISSUE (Event 6) Cycles dual issue IFI (Event 7) Cycle ifetch issued (but not necessarily commit to pp_mem) BR (Event 8) Branches retired BRMIS (Event 9) Branch mispredicts J (Event 10) Jumps retired JMIS (Event 11) Jumps mispredicted REPLAY (Event 12) Mem Replays IUNA (Event 13) Cycles idle due to unaligned_replays TRAP (Event 14) trap_6a signal UULOAD (Event 16) Unexpected unaligned loads (REPUN=1) UUSTORE (Event 17) Unexpected unaligned store (REPUN=1) ULOAD (Event 18) Unaligned loads (REPUN=1 or USEUN=1) USTORE (Event 19) Unaligned store (REPUN=1 or USEUN=1) EC (Event 20) Exec clocks(must set CvmCtl[DISCE] for accurate timing) MC (Event 21) Mul clocks(must set CvmCtl[DISCE] for accurate timing) CC (Event 22) Crypto clocks(must set CvmCtl[DISCE] for accurate timing) CSRC (Event 23) Issue_csr clocks(must set CvmCtl[DISCE] for accurate timing) CFETCH (Event 24) Icache committed fetches (demand+prefetch) CPREF (Event 25) Icache committed prefetches ICA (Event 26) Icache aliases II (Event 27) Icache invalidates IP (Event 28) Icache parity error CIMISS (Event 29) Cycles idle due to imiss (must set CvmCtl[DISCE] for accurate timing) WBUF (Event 32) Number of write buffer entries created WDAT (Event 33) Number of write buffer data cycles used (may need to set CvmCtl[DISCE] for accurate counts) WBUFLD (Event 34) Number of write buffer entries forced out by loads WBUFFL (Event 35) Number of cycles that there was no available write buffer entry (may need to set CvmCtl[DISCE] and CvmMemCtl[MCLK] for accurate counts) WBUFTR (Event 36) Number of stores that found no available write buffer entries BADD (Event 37) Number of address bus cycles used (may need to set CvmCtl[DISCE] for accurate counts) BADDL2 (Event 38) Number of address bus cycles not reflected (i.e. destined for L2) (may need to set CvmCtl[DISCE] for accurate counts) BFILL (Event 39) Number of fill bus cycles used (may need to set CvmCtl[DISCE] for accurate counts) DDIDS (Event 40) Number of Dstream DIDs created IDIDS (Event 41) Number of Istream DIDs created DIDNA (Event 42) Number of cycles that no DIDs were available (may need to set CvmCtl[DISCE] and CvmMemCtl[MCLK] for accurate counts) LDS (Event 43) Number of load issues LMLDS (Event 44) Number of local memory load IOLDS (Event 45) Number of I/O load issues DMLDS (Event 46) Number of loads that were not prefetches and missed in the cache STS (Event 48) Number of store issues LMSTS (Event 49) Number of local memory store issues IOSTS (Event 50) Number of I/O store issues IOBDMA (Event 51) Number of IOBDMAs DTLB (Event 53) Number of dstream TLB refill, invalid, or modified exceptions DTLBAD (Event 54) Number of dstream TLB address errors ITLB (Event 55) Number of istream TLB refill, invalid, or address error exceptions SYNC (Event 56) Number of SYNC stall cycles (may need to set CvmCtl[DISCE] for accurate counts) SYNCIOB (Event 57) Number of SYNCIOBDMA stall cycles (may need to set CvmCtl[DISCE] for accurate counts) SYNCW (Event 58) Number of SYNCWs ERETMIS (Event 64) D/eret mispredicts (CN63XX specific) LIKMIS (Event 65) Branch likely mispredicts (CN63XX specific) HAZTR (Event 66) Hazard traps due to *MTC0 to CvmCtl, Perf counter control, EntryHi, or CvmMemCtl registers (CN63XX specific) Event Name Aliases The following table shows the mapping between the PMC-independent aliases supported by Performance Counters Library (libpmc, -lpmc) and the underlying hardware events used. Alias Event instructions RET branches BR branch-mispredicts BS SEE ALSO
pmc(3), pmc.atom(3), pmc.core(3), pmc.iaf(3), pmc.k7(3), pmc.k8(3), pmc.mips24k(3), pmc.p4(3), pmc.p5(3), pmc.p6(3), pmc.soft(3), pmc.tsc(3), pmc_cpuinfo(3), pmclog(3), hwpmc(4) HISTORY
The pmc library first appeared in FreeBSD 6.0. AUTHORS
The Performance Counters Library (libpmc, -lpmc) library was written by Joseph Koshy <jkoshy@FreeBSD.org>. MIPS support was added by George Neville-Neil <gnn@FreeBSD.org>. BSD
March 24, 2012 BSD