Tx icon indicating copy to clipboard operation
Tx copied to clipboard

Tx (LINQ to Events)

Results 12 Tx issues
Sort by recently updated
recently updated
newest added

Can you please give an example on how to do this? string[] arr = new string[1]; arr[0] = "\\Processor(*)\\% processor time"; PerfCounterRealTimeProbe pcrtp = new PerfCounterRealTimeProbe(this, TimeSpan.FromSeconds(1), arr); However, that...

I need to query several performance counters at the same time. For that reason I need to use my own timer and explicitly read out the realtime performance counter. Would...

Getting PDH_CSTATUS_NO_OBJECT error when attempting to parse blg files ``` Unhandled exception. System.Exception: PDH_CSTATUS_NO_OBJECT at Tx.Windows.PdhUtils.CheckStatus(PdhStatus actualStatus, PdhStatus[] expectedStatus) at Tx.Windows.PdhUtils.GetCounterAndInstanceList(String logFilename, String machineName, String objectName, List`1& counterList, List`1& instanceList)...

Is it possible to read FailedReqLogFiles with TX? FailedReqLogFiles logs are the logs made by IIS with the "Failed Request Tracing Rules" and generate xml files with name frXXXXXX.xml in...

Nuget shows last version ad 3.0.4, Github releases shows v2.1.1 as the last one, it would be good to understand what is new in the recent versions.

Linqpad driver is missing some of the event classes in the connection view: ![image](https://user-images.githubusercontent.com/8635911/57164654-a49a7f80-6da9-11e9-910a-d991a69bee5d.png) In this case, all the 4 classes have `Info` and `Associate` events (some Enter/Exit). For some...

[LINQpad v4 AnyCPU](http://www.linqpad.net/Download.aspx) edition cannot load Tx (LINQ to Logs and Traces) LINQpad driver. It will show the following error: > Error instantiating type Tx.LinqPad.TxDataContextDriver in C:\ProgramData\LINQPad\Drivers\DataContext\4.0\Tx.LinqPad (3d3a4b0768c9178e)\Tx.LinqPad.dll > -...

bug
linqpad-driver

Playback.GetObservable() throws a NotImplementedException when the Delay() operator is used. ```csharp using (var playback = new Playback()) { var evtTime = new DateTimeOffset(2018, 1, 1, 12, 0, 0); playback.AddInput(new[] {...

bug

Currently [it](https://github.com/Microsoft/Tx/blob/master/Source/Tx.Network/Pcap/PcapNgWriter.cs) is internal due to not be fully compliant with PcapNg format.

enhancement